Bug in TTray.prg

Post Reply
Davide
Posts: 190
Joined: Tue Mar 14, 2006 1:59 am
Location: Italy

Bug in TTray.prg

Post by Davide »

Antonio,

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()
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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Bug in TTray.prg

Post by Antonio Linares »

Davide,

Style restored for next FWH 9.10 build,

thanks for your feedback :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply