Menu from code

Post Reply
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Menu from code

Post by Enrico Maria Giordano »

Is it implemented? The following sample doesn't compile:

Code: Select all

#include "Fwce.ch"


FUNCTION MAIN()

    LOCAL oWnd, oMen

    MENU oMen
        MENUITEM "Test" ACTION MSGINFO( "Test" )
    ENDMENU

    DEFINE WINDOW oWnd;
           MENU oMen

    ACTIVATE WINDOW oWnd

    RETURN NIL
EMG
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Enrico,

No, it is not implemented yet as we have not found yet the needed API functions. More over, they may not exist.
Last edited by Antonio Linares on Wed Jan 11, 2006 7:24 pm, edited 1 time in total.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply