FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Get spinners in windows 7
Posts: 172
Joined: Fri Oct 07, 2005 01:29 PM

Get spinners in windows 7

Posted: Tue Feb 15, 2011 09:21 AM

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

Posts: 103
Joined: Sat Oct 18, 2008 08:13 PM

Re: Get spinners in windows 7

Posted: Tue Feb 15, 2011 02:08 PM

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.

Best Regards,

Ruediger Alich



---

HMG 3.1.3 | FTDN/FWH 13.12 | Harbour 3.2 | BCC/MinGW | Windows XP/Vista/7/8/10 (32/64-Bit), Wine (Linux/Mac) - started 1999 with FW, 1989 with Clipper
Posts: 172
Joined: Fri Oct 07, 2005 01:29 PM

Re: Get spinners in windows 7

Posted: Wed Feb 16, 2011 05:52 AM
Hi,

This is on version 2010.12



Code (fw): Select all Collapse
#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


Continue the discussion