David Oliveira Posted May 20, 2014 Posted May 20, 2014 Configuration is always easy extjs-theme-bootstrap-master.zip 1 3 Quote
gpaulino Posted September 29, 2014 Posted September 29, 2014 How about a theme extjs-theme-bootstrap? Quote
gpaulino Posted September 29, 2014 Posted September 29, 2014 as I can apply the theme in unigui ?? boostrap Quote
CastleSoft Posted October 2, 2014 Posted October 2, 2014 Bootstrap theme in UniGui Howto: ** This has only had 10sec of testing ** 1) Unzip the 'bootstrap-unigui-ready.zip' file, it contains a css and ext-theme-bootstrap folder 2) Copy the css contents into your c:\program files (x86)\fmsoft\Framework\uniGui\ext-4.2.2.11144\resource\css' folder. 3) Copy the ext-theme-bootstrap folder into your 'c:\program files (x86)\fmsoft\Framework\uniGui\ext-4.2.2.11144\resource' folder 4) Select your 'MainModule' and type 'bootstrap into the Theme field. That should be it (when you deploy you will need to copy the css & ext-theme-bootstrap folders.) No warranty. A button/checkbox/page control appear to have the new look. bootstrap-unigui-ready.zip 3 Quote
rencarnacion Posted January 29, 2015 Posted January 29, 2015 Hi, I'm testing Bootstrap and it look very good the only problem is with the Checkbox in the DbGrid. The Check box disappear but when as change back to blue theme the Check box appear normal. Any Idea or Suggestions ? Thanks Quote
chefdackel Posted January 30, 2015 Posted January 30, 2015 1) Unzip the 'bootstrap-unigui-ready.zip' file, it contains a css and ext-theme-bootstrap folder 2) Copy the css contents into your c:\program files (x86)\fmsoft\Framework\uniGui\ext-4.2.2.11144\resource\css' folder. 3) Copy the ext-theme-bootstrap folder into your 'c:\program files (x86)\fmsoft\Framework\uniGui\ext-4.2.2.11144\resource' folder 4) Select your 'MainModule' and type 'bootstrap into the Theme field. looks great. Two things in my application where the bootstrap theme does not show elements like expected: 1. navigation buttons in grids: 2. unispeedbutton: The unispeedbutton can be replaced with another control, but any suggestion for the grid navigation buttons? brfc Quote
herculanojs Posted May 13, 2016 Posted May 13, 2016 Help me! Based on extjs-theme-bootstrap-master.zip file - I copied the file: ext-all-bootstrap.css for CSS folder to ext-4.2.5.1763 \ resources \ css. - I copied all the ext-theme-ext-bootstrap folder to 4.2.5.1763 \ resources However the thema not appear in MainModule \ Theme. What should I do yet? Quote
mika Posted May 16, 2016 Posted May 16, 2016 It's not suppose to show up in object inspector. You just write theme name to object inspector in main module -> theme property. Quote
md9projetos Posted August 9, 2016 Posted August 9, 2016 Or if you´re using the samples to get started. procedure TMainForm.GetThemes;var S : TUniStringArray; I : Integer;begin S := UniServerModule.ThemeManager.AllThemes; ThemeComboBox.Items.Clear; for I := Low(S) to High(S) do ThemeComboBox.Items.Add(S); //add custom themes ThemeComboBox.Items.Add('bootstrap');end; Quote
Bertifox Posted June 24, 2017 Posted June 24, 2017 To change the theme, just assign it in the onchange event of the combobox? I have the following code but this does not make the change. procedure TMainForm.ThemeComboBoxChange(Sender: TObject); begin UniMainModule.Theme:=ThemeComboBox.Text; end; Quote
Bertifox Posted June 24, 2017 Posted June 24, 2017 Changing Theme at runtime will cause a session restart if RecallLastTheme is True in MainModule. Quote
Shezhian Posted July 9, 2017 Posted July 9, 2017 I tried it. Seen very nice. But some are being seen much bigger. Especially date and time picker. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.