Jump to content

Themes doesn´t appear in runtime


Alejandro Armendariz

Recommended Posts

1 minute ago, Alejandro Armendariz said:

I can´t see all themes included in my license on runtime, instead, only the basic ones are shown.

I hope you can help me

Hello,

Have you installed a theme package?

FMSoft_uniGUI_Theme_Pack_1.90.0.15xx

Link to comment
Share on other sites

2 hours ago, Alejandro Armendariz said:

Hi, yes. I did install runtime and theme packages in server. All is working except the additional themes

Please provide more details then.
Maybe show screenshots of what you do or how you do it.
And what doesn't work.

Link to comment
Share on other sites

2 minutes ago, Alejandro Armendariz said:

The white theme image is running in my computer and includes all the themes but the black theme image which runs in the server doesn´t include all of them

Is the theme package also installed on the server?

Link to comment
Share on other sites

On 4/7/2021 at 9:14 PM, Alejandro Armendariz said:

but the black theme image which runs in the server doesn´t include all of them

 

Specifically, what themes are missing?

 

 I am using this Code

procedure TfmLoginForm.GetThemesList;
begin
  for var i := Low(UniServerModule.ThemeManager.AllThemes) to High(UniServerModule.ThemeManager.AllThemes) do
    comboThemesList.Items.Add(UniServerModule.ThemeManager.AllThemes[i]);

  comboThemesList.Text := UniMainModule.Theme;
end;

 

Screenshot_11.jpg

Link to comment
Share on other sites

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