FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Just a little problem
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Just a little problem
Posted: Thu Jul 28, 2011 02:09 PM
If I start this little program I note that:
If I click the menu item "Click Here" comes out a little crap

as shown in this figure


Only in windows7
In xp it's ok
:-)


Code (fw): Select all Collapse
#include "fivewin.ch"

FUNCTION MAIN()
LOCAL oWnd, oMenu

MENU oMenu 2007

  MENUITEM "&Files"

     MENU 2007
        MENUITEM "Click here"  ACTION MsgInfo( "Hello" )
     ENDMENU

ENDMENU

DEFINE WINDOW oWnd    ;
       FROM 100 , 100 TO 500 , 500   ;
       TITLE "Test"                  ;
       MENU oMenu        ;
       COLOR "w/n*" PIXEL

ACTIVATE WINDOW oWnd

RETURN NIL
Marco Boschi
info@marcoboschi.it
Posts: 1091
Joined: Thu Nov 17, 2005 11:08 AM
Re: Just a little problem
Posted: Thu Jul 28, 2011 02:35 PM

This happens only if I select
"windows classico" theme

Marco Boschi
info@marcoboschi.it

Continue the discussion