Antonio,
After changing from FWH 9.7 to 10.8 we have a serious painting problem with certain screens:
our application is themed
If theme is active, everything is ok
If windows classic style is used, strange things happens:
If you move the cursor over radio and checkbox, they dissapear:
http://www.rida.at/fileadmin/Grafiken/Problem.bmp
We need help, because this is what happens to our new software release on terminal servers
I will send you a small sample by mail
Regards,
Dietmar
Painting problem radio and checkbox
- Dietmar Jahnel
- Posts: 83
- Joined: Mon Oct 17, 2005 10:33 am
- Location: Austria
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Painting problem radio and checkbox
Dietmar,
Please add this function to your main PRG:
function IsAppThemed()
return .T.
Please add this function to your main PRG:
function IsAppThemed()
return .T.
- Dietmar Jahnel
- Posts: 83
- Joined: Mon Oct 17, 2005 10:33 am
- Location: Austria
- Contact:
Re: Painting problem radio and checkbox
Sorry, nothing changes,Antonio Linares wrote:Dietmar,
Please add this function to your main PRG:
function IsAppThemed()
return .T.
not in our big application and not with my sample.
Dietmar
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Painting problem radio and checkbox
Dietmar,
The right fix, as you have confirmed me by email, is:
function IsAppThemed()
return .F.
We are still working on this function to enhance it to support all possible circunstances
The right fix, as you have confirmed me by email, is:
function IsAppThemed()
return .F.
We are still working on this function to enhance it to support all possible circunstances