Page 1 of 1

Painting problem radio and checkbox

Posted: Fri Sep 17, 2010 10:10 pm
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

Re: Painting problem radio and checkbox

Posted: Sat Sep 18, 2010 4:06 am
by Antonio Linares
Dietmar,

Please add this function to your main PRG:

function IsAppThemed()

return .T.

Re: Painting problem radio and checkbox

Posted: Sat Sep 18, 2010 6:08 am
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

Re: Painting problem radio and checkbox

Posted: Sat Sep 18, 2010 12:31 pm
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