FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH1009 CheckBox Prompt disappear
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: FWH1009 CheckBox Prompt disappear
Posted: Mon Oct 11, 2010 07:19 PM
Antonio,

The problem is that pIsAppThemed() (Microsoft themes API function) is returning true


I am not clear, do you mean that isAppThemed() is returning true when it is not true?

Also, isAppThemed() cannot detect when an app is themed that is using a manifest from resources? So it returns false under these conditions?

James
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH1009 CheckBox Prompt disappear
Posted: Mon Oct 11, 2010 08:43 PM
James, Enrico,

There are different scenarios to consider:

The app uses/does not use a manifest (internal/external) file and it is running on a themed/non themed Windows
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: FWH1009 CheckBox Prompt disappear
Posted: Mon Oct 11, 2010 09:00 PM
Antonio,

The app uses/does not use a manifest (internal/external) file and it is running on a themed/non themed Windows


So there are six possibilities?

1) internal manifest/themed windows
2) internal manifest/non-themed windows
3) external manifest/themed windows
4) external manifest/non-themed windows
5) no manifest/themed windows
6) no manifest/non-themed windows

And I suppose to be complete, we should add three versions of Windows, XP, Vista, and 7. That would give us 3 x 6 or 18 different possibilities to test.

So do we know that some of these combinations return the wrong results to isAppThemed()?

James
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion