We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#include "FiveLinux.ch" function Main() local oWnd DEFINE WINDOW oWnd TITLE "Welcome to FiveLinux" ACTIVATE WINDOW oWnd CENTERED ; ON RIGHT CLICK MsgInfo( "Right click" ) ; VALID MsgYesNo( "Do you want to exit ?" ) return nil
To build it:
cd fivelinux/samples ./build.sh tutor02