FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Menu from code
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Menu from code
Posted: Wed Jan 11, 2006 03:57 PM
Is it implemented? The following sample doesn't compile:

#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
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Menu from code
Posted: Wed Jan 11, 2006 07:13 PM

Enrico,

No, it is not implemented yet as we have not found yet the needed API functions. More over, they may not exist.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM

Continue the discussion