Page 1 of 1

tget spinner bug add ::refresh()

PostPosted: Wed Mar 05, 2008 9:31 am
by ShumingWang
Hi,
1. Tget class method spinner() ,add the ::refresh() is better .
::oVScroll:bGoUp := {|| If( GetFocus() != ::hWnd, ::SetFocus(),),;
Eval( bUp ),::refresh() }
::oVScroll:bGoDown := {|| If( GetFocus() != ::hWnd, ::SetFocus(),),;
Eval( bDown ),::refresh() }

2. @1,2 get date1 of odlg size 72,12 spinner ...
the width will over the size

Shuming Wang