David Oliveira Posted May 20, 2014 Posted May 20, 2014 Extract content in resources folder Including in Server Module, Property Custom Files: ext-x.x.x.xx/resources/ext-theme-azzurra/js/azzurra.js x.x.x.xx = version of extjs Azzurra Ungui resources.rar 8 Quote
mehmet07 Posted May 21, 2014 Posted May 21, 2014 Hi, i add my project but i not see window title. Quote
brunotoira Posted May 21, 2014 Posted May 21, 2014 Dont work... Put in ServerModule ext-4.2.1.883/resources/ext-theme-azzurra/js/azzurra.js Extract files to ...FMSoft\Framework\uniGUI\ext-4.2.1.883\resources And when i run app, dont change to azzurra theme... Quote
David Oliveira Posted May 21, 2014 Author Posted May 21, 2014 Hi, i add my project but i not see window title. Hi! You need to include the "azzurra.js" to ServerModule in custom files, such as: procedure TUniServerModule.UniGUIServerModuleCreate(Sender: TObject); begin UniServerModule.CustomFiles.Add('ext-' + ExtJSVersion + '/resources/ext-theme-azzurra/js/azzurra.js'); end; Quote
David Oliveira Posted May 21, 2014 Author Posted May 21, 2014 Dont work... Put in ServerModule ext-4.2.1.883/resources/ext-theme-azzurra/js/azzurra.js Extract files to ...FMSoft\Framework\uniGUI\ext-4.2.1.883\resources And when i run app, dont change to azzurra theme... Hi Bruno! Change the Theme property in your MainModule for: azzurra Quote
mehmet07 Posted May 21, 2014 Posted May 21, 2014 thanks David. how change form title color and button color? Quote
mehmet07 Posted May 21, 2014 Posted May 21, 2014 ok i changed form title color. how i change all button color? or how change theme color? Quote
Sherzod Posted February 12, 2016 Posted February 12, 2016 How can i download an attachment? Hi, Please visit here: http://forums.unigui.com/index.php?/topic/6291-important-announcement/&do=findComment&comment=32086 Best regards. Quote
alaxfilho Posted April 13, 2016 Posted April 13, 2016 I have one question, if you can help me . I would have to select the color for the theme in objects unigui example Source Ext: source: http://dox.codaxy.com/ext5-themes/Getting-Started#ui-styles var panel = Ext.widget('panel', { title: 'Panel with UI', ui: 'blue-panel', <<<<<<======== here frame: true, height: 150, width: 300, buttons: [{ text: 'Button', ui: 'orange-button' <<<<<<======== }] }); Quote
mhmda Posted April 14, 2016 Posted April 14, 2016 function beforeInit(sender, config) { config.ui='blue-panel'; } Quote
esklad Posted January 29, 2017 Posted January 29, 2017 Для 5 или 6 версии "ExtJS" есть тема azzurra? Quote
esklad Posted January 29, 2017 Posted January 29, 2017 For 5 or 6 version "ExtJS" is the theme azzurra? 1 Quote
delagoutte Posted June 23, 2017 Posted June 23, 2017 help, the default theme is not applied by azzurra.js when the application is working with uniservermoduke.mainformdisplaypage = mfPage but it's ok with mfwindow. extract of js : Ext.define('Ext.window.WindowActiveCls', { override: 'Ext.window.Window', statics: { _activeWindow: null }, shadow: false, ghost: false, ui: 'blue-window-active', border: false, setActive: function (active, newActive) { this.callParent(arguments); var me = this; if (!me.el) return; if (Ext.getVersion().version >= '4.2.2.1144') { if (me.id.indexOf('window') == 0 && me.id.indexOf('-ghost') > 0) return; } var paw = Ext.window.Window._activeWindow; if (active) { me.addCls('x-window-active'); Ext.window.Window._activeWindow = me; if (paw && paw != me && paw.el) { paw.removeCls('x-window-active'); } } else { if (me!=paw) me.removeCls('x-window-active'); } } }); How can i modify js for mfpage mode ? Quote
eric Posted June 27, 2017 Posted June 27, 2017 Daniel, Thanks for the theme azurra. but I am also interested by the layout window sample you. can i have a copy ? thx eric Quote
ensiferume Posted April 5, 2024 Posted April 5, 2024 Sorry, help me, how can i download an attachment? Quote
Sherzod Posted April 5, 2024 Posted April 5, 2024 12 minutes ago, ensiferume said: Sorry, help me, how can i download an attachment? Hello, Quote
ensiferume Posted April 5, 2024 Posted April 5, 2024 1 minute ago, Sherzod said: Hello, but how to login in https://prime.fmsoft.net? the credentials from this forum are not suitable Quote
Sherzod Posted April 5, 2024 Posted April 5, 2024 You must have a subscription. https://sites.fastspring.com/fmsoft/product/unigui_prods?member=new&language=en 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.