Page 1 of 1

Menu bar partially painted [Fixed]

PostPosted: Sun Jun 21, 2015 10:56 am
by Enrico Maria Giordano
This is a sample. The menu bar is only painted for the part used by the menu.

Code: Select all  Expand view
#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

Re: Menu bar partially painted

PostPosted: Sun Jun 21, 2015 5:47 pm
by Antonio Linares
Enrico,

Many thanks for your feedback,

we are reviewing it :-)

Re: Menu bar partially painted

PostPosted: Sun Jun 21, 2015 6:19 pm
by cnavarro
Enrico Maria Giordano wrote:This is a sample. The menu bar is only painted for the part used by the menu.

Code: Select all  Expand view
#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

Re: Menu bar partially painted

PostPosted: Sun Jun 21, 2015 6:38 pm
by Enrico Maria Giordano
Cristobal,

how?

Thank you! :-)

EMG