at a certain point, between 7.09 and 9.05 (probably here http://forums.fivetechsupport.com/viewt ... =3&t=12421) you commented out WS_DISABLED
Code: Select all
DEFINE WINDOW ::oWnd STYLE NOR( WS_POPUP ) FROM 0,0 TO 0,0 OF oWnd // , WS_DISABLED
ACTIVATE WINDOW ::oWnd ON INIT ::oWnd:Hide()
Also, this makes "screen readers" used by blind persons detecting an empty window (and the program is no more accessible for them)
Hi,
Davide