Hi,
It appears Windows 7 is drawing the scroll bars wrong on single line get controls with spinner enabled.
Is there any way around this?
Alex
Hi,
It appears Windows 7 is drawing the scroll bars wrong on single line get controls with spinner enabled.
Is there any way around this?
Alex
Hi Alex,
What version of FWH are you using?
Can you make a screenshot, put it on a webserver and can tell the link to it? Thanks.

#include "Fivewin.ch"
FUNCTION MAIN()
  LOCAL oDlg
  Local oget
  LOCAL nVal := -1
  DEFINE DIALOG oDlg
  @ 1,1 GET oget var nVal;
     PICTURE "999";
     SPINNER      ;
  ACTIVATE DIALOG oDlg;
       CENTER on init oget:move(5,5,50,20)
  RETURN NIL