To Antonio

To Antonio

Postby Silvio » Thu Feb 02, 2006 9:49 am

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

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

Postby Antonio Linares » Thu Feb 02, 2006 10:04 am

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

Postby Silvio » Thu Feb 02, 2006 3:32 pm

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  Expand view
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
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Postby Antonio Linares » Thu Feb 02, 2006 5:05 pm

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

Postby Silvio » Thu Feb 02, 2006 10:54 pm

I hope put it on todo list....

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


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 139 guests