more Newbie Question
Posted: Sun Dec 22, 2019 7:37 pm
hi,
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
Object as Parameter vs. PUBLIC
this crash
and this work
XP Manifest
in my CLICK2.RC i hace
but Button still display in Old Style so no Manifest is "active"
please help me with those Question, Thx
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