tget spinner bug add ::refresh()

Post Reply
ShumingWang
Posts: 454
Joined: Sun Oct 30, 2005 6:37 am
Location: Guangzhou(Canton),China

tget spinner bug add ::refresh()

Post 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
Post Reply