Why wbrowse of fw not have the header highliths ( XP theme) ?
It is very difficul to make it ?
Regards
silvio
To Antonio
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
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)
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]
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
I think there is a function also in (x) harbour to make it ...
Regards
silvio
[/code]
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: