FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Bug in TTray.prg
Posts: 190
Joined: Tue Mar 14, 2006 01:59 AM
Bug in TTray.prg
Posted: Mon Oct 12, 2009 01:46 AM
Antonio,

at a certain point, between 7.09 and 9.05 (probably here viewtopic.php?f=3&t=12421) you commented out WS_DISABLED

Code (fw): Select all Collapse
  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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Bug in TTray.prg
Posted: Sat Oct 17, 2009 04:37 PM

Davide,

Style restored for next FWH 9.10 build,

thanks for your feedback :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion