Painting problem radio and checkbox

Post Reply
User avatar
Dietmar Jahnel
Posts: 83
Joined: Mon Oct 17, 2005 10:33 am
Location: Austria
Contact:

Painting problem radio and checkbox

Post by Dietmar Jahnel »

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

Re: Painting problem radio and checkbox

Post by Antonio Linares »

Dietmar,

Please add this function to your main PRG:

function IsAppThemed()

return .T.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Dietmar Jahnel
Posts: 83
Joined: Mon Oct 17, 2005 10:33 am
Location: Austria
Contact:

Re: Painting problem radio and checkbox

Post by Dietmar Jahnel »

Antonio Linares wrote:Dietmar,

Please add this function to your main PRG:

function IsAppThemed()

return .T.
Sorry, nothing changes,
not in our big application and not with my sample.
Dietmar
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Painting problem radio and checkbox

Post by Antonio Linares »

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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply