Antonio,
at a certain point, between 7.09 and 9.05 (probably here viewtopic.php?f=3&t=12421) you commented out WS_DISABLED
This makes the trayed program appearing in the list of opened programs (ALT+TAB) while nothing happens if you select it.
Also, this makes "screen readers" used by blind persons detecting an empty window (and the program is no more accessible for them)
Hi,
Davide
at a certain point, between 7.09 and 9.05 (probably here viewtopic.php?f=3&t=12421) you commented out WS_DISABLED
 DEFINE WINDOW ::oWnd STYLE NOR( WS_POPUP ) FROM 0,0 TO 0,0 OF oWnd // , WS_DISABLED
 ACTIVATE WINDOW ::oWnd ON INIT ::oWnd:Hide()This makes the trayed program appearing in the list of opened programs (ALT+TAB) while nothing happens if you select it.
Also, this makes "screen readers" used by blind persons detecting an empty window (and the program is no more accessible for them)
Hi,
Davide