To Antonio

Post Reply
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

To Antonio

Post by Silvio »

Why wbrowse of fw not have the header highliths ( XP theme) ?
It is very difficul to make it ?

Regards
silvio
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Silvio,

Its on our to-do list. Its not so difficult, but we had no time yet to implement it.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

thanks Antonio,
I want ask you another question :
On one sample compiled with C3 I saw it is possible change the theme of a dialog pressing a button.
It is possible also on (x) harbour ?

here i can post the code of the button ( sample of C3)

Code: Select all

METHOD Button1OnClick( oSender ) CLASS TForm1

   static bThemed := .T.

   bThemed := !bThemed
   ::Caption := If( bThemed, "Con", "Sin" ) + " temas"
   ::Themed := bThemed
   AEval( ::Controls, { | oControl | oControl:Themed := bThemed, ;
          AEval( oControl:Controls, { | oControl | oControl:Themed := bThemed } )                 } )

return
it change the dialog theme and all the controls
I think there is a function also in (x) harbour to make it ...

Regards
silvio
[/code]
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Silvio,

Yes the themes API provides a function to enable/disable themes for a hWnd. We have not implemented it yet.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

I hope put it on todo list....

Best Regards
Post Reply