- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
why does the last DLGSET statement not update the edit box control after the DLGSET routines are called to set up the associated spinner control. Integer buddy is set on spinner control.
call clock_count(TCtimestr,timecount)
retlog = DlgSet(dlg, IDC_TCtimeSpin, timecount, DLG_POSITION)
retlog = DlgSet(dlg, IDC_TCtimeSpin, 0, DLG_RANGEMIN)
retlog = DlgSet(dlg, IDC_TCtimeSpin, 143, DLG_RANGEMAX)
retlog = DlgSetSub( dlg, IDC_TCtimeSpin, ChangeTime, dlg_change )
call ChangeTime( dlg, IDC_TCtimeSpin, dlg_change )
retlog = DlgSet( dlg, IDC_TC_WatchTime, TCtimestr)
call clock_count(TCtimestr,timecount)
retlog = DlgSet(dlg, IDC_TCtimeSpin, timecount, DLG_POSITION)
retlog = DlgSet(dlg, IDC_TCtimeSpin, 0, DLG_RANGEMIN)
retlog = DlgSet(dlg, IDC_TCtimeSpin, 143, DLG_RANGEMAX)
retlog = DlgSetSub( dlg, IDC_TCtimeSpin, ChangeTime, dlg_change )
call ChangeTime( dlg, IDC_TCtimeSpin, dlg_change )
retlog = DlgSet( dlg, IDC_TC_WatchTime, TCtimestr)
Link Copied
0 Replies
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page