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

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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...