Jump to content

Changing theme doesn't work


alesf76

Recommended Posts

Like in the mdemo project, i've added a combobox to change theme at runtime with this line

  UniMainModule.Theme:=Themebox.Text;
 
Debugging I see the line is executed, but it does nothing. In the mdemo it works. Did i need to set some other option to make it work ?

I'm using the professional edition.

Link to comment
Share on other sites

I've filled a combobox with the list of the avaiable themes.

 

In the onchange event of the combobox I put

 

UniMainModule.Theme:=Themebox.Text

 

but it does nothing, and I checked that The event is fired using the debugger.

Link to comment
Share on other sites

Hi,

 

I've filled a combobox with the list of the avaiable themes.

 

In the onchange event of the combobox I put

 

UniMainModule.Theme:=Themebox.Text

 

but it does nothing, and I checked that The event is fired using the debugger.

 

Which build are you using ?!

Which theme do you want to change for example ?

 

Best regards,

Link to comment
Share on other sites

  • 3 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...