Page 1 of 1

Get spinners in windows 7

Posted: Tue Feb 15, 2011 9:21 am
by AlexSchaft
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

Re: Get spinners in windows 7

Posted: Tue Feb 15, 2011 2:08 pm
by IBTC
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.

Re: Get spinners in windows 7

Posted: Wed Feb 16, 2011 5:52 am
by AlexSchaft
Hi,

This is on version 2010.12

Image

Code: Select all

#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


 
This screen is the same code on a Win 2003 server


Image