when working with FiveWin i got some Newbie Problem :
how can i disable that fwcmd.chm (Command Guide) stay ON TOP
how can i get rid of DOS BOX when start my GUI App ( Appsys )
---
Question :
DEFINE WINDOW vs. DEFINE DIALOG not sure about difference
Coordinate like this with "." and decimal
Code: Select all
@12.5, 1.0 BUTTON "open" ;
this crash
Code: Select all
LOCAL oForm
...
MENU BuildMenu(oForm)
...
static function BuildMenu(oForm)
ACTION oForm:End() // -> crash
Code: Select all
PUBLIC oForm // work
...
MENU BuildMenu()
...
static function BuildMenu()
ACTION oForm:End()
in my CLICK2.RC i hace
Code: Select all
1 24 "WindowsXP.Manifest"
please help me with those Question, Thx