- Code: Select all Expand view
- #include 'fivewin.ch'
function Main()
local oWnd
DEFINE WINDOW oWnd COLOR CLR_WHITE,CLR_BLUE
@ 20, 20 TO 200,400 PIXEL OF oWnd TRANSPARENT
ACTIVATE WINDOW oWnd
return nil
This is the result:
Background of the DestkTop is visible through the Group.
Is this a bug or am I doing something wrong?