FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Bugs report & fixes / Informe de errores y arreglos Menu bar partially painted [Fixed]
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Menu bar partially painted [Fixed]
Posted: Sun Jun 21, 2015 10:56 AM
This is a sample. The menu bar is only painted for the part used by the menu.

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


FUNCTION MAIN()

    LOCAL oWnd, oMen

    MENU oMen 2015
        MENUITEM "Test"
    ENDMENU

    DEFINE WINDOW oWnd;
           MENU oMen

    ACTIVATE WINDOW oWnd

    RETURN NIL


EMG
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Menu bar partially painted
Posted: Sun Jun 21, 2015 05:47 PM

Enrico,

Many thanks for your feedback,

we are reviewing it :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Menu bar partially painted
Posted: Sun Jun 21, 2015 06:19 PM
Enrico Maria Giordano wrote:This is a sample. The menu bar is only painted for the part used by the menu.

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


FUNCTION MAIN()

    LOCAL oWnd, oMen

    MENU oMen 2015
        MENUITEM "Test"
    ENDMENU

    DEFINE WINDOW oWnd;
           MENU oMen

    ACTIVATE WINDOW oWnd

    RETURN NIL


EMG


Solved
Thanks
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: Menu bar partially painted
Posted: Sun Jun 21, 2015 06:38 PM

Cristobal,

how?

Thank you! :-)

EMG

Continue the discussion