FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Bug in window scrollbar
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Bug in window scrollbar
Posted: Sun Dec 13, 2009 05:53 PM
The following sample shows the problem: the 2007 effect of the menu is interrupted by the window scrollbar:

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


FUNCTION MAIN()

    LOCAL oWnd, oMen

    MENU oMen 2007
        MENUITEM "Test"
    ENDMENU

    DEFINE WINDOW oWnd;
           MENU oMen;
           VSCROLL

    DEFINE BUTTONBAR OF oWnd 2007

    ACTIVATE WINDOW oWnd

    RETURN NIL


EMG
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: Bug in window scrollbar
Posted: Sun Dec 13, 2009 08:03 PM

I allready wrote for this error but never me founded the solution !!

Best Regards, Saludos



Falconi Silvio
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Bug in window scrollbar
Posted: Mon Dec 14, 2009 05:16 AM
Probably I did not understand what exactly is the problem.
This is my screenshot of window with scrollbar and menu 2007 style.

For me it appears that menu's 2007 style is working when the scrollbar is used.
Regards



G. N. Rao.

Hyderabad, India
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Bug in window scrollbar
Posted: Mon Dec 14, 2009 07:57 AM

Please look at the rightmost part of the menu, just below the X button.

EMG

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Bug in window scrollbar
Posted: Mon Dec 14, 2009 12:03 PM

Thanks. I see the problem.

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion