KingOrmon Posted January 14, 2013 Posted January 14, 2013 Hello, I would to know how can I use new toolbars of ext4 Sencha ext 4 toolbars Regards Quote
KingOrmon Posted January 15, 2013 Author Posted January 15, 2013 better yet... I pay 200 Eur via Paypal to for support PNG with 32 alpha and this ribbon Regards Quote
dieger Posted January 15, 2013 Posted January 15, 2013 Hello, I would to know how can I use new toolbars of ext4 Sencha ext 4 toolbars Regards Hi KingOrmon, I developed this toolbar in my application uniGUI manually using the extension "Ext.ux.Ribbon.js." I'm still using ExtJS 3 and do not know if something changed to version 4. It was a bit tricky, but if you want I can help you build yours. I'm posting a picture. Quote
KingOrmon Posted January 16, 2013 Author Posted January 16, 2013 But it is a new component inherit from unigui ? Farshad could add it as unigui component ? Quote
dieger Posted January 16, 2013 Posted January 16, 2013 But it is a new component inherit from unigui ? Farshad could add it as unigui component ? Not a component, but I'll see if I can turn it into one. As it is, I call several methods and events to build it. Quote
KingOrmon Posted January 30, 2013 Author Posted January 30, 2013 Hi Dieger, Could you send me or post a sample demo of ribbon ? Regards Quote
estrify Posted January 30, 2013 Posted January 30, 2013 Hi Dieger, Could you send me or post a sample demo of ribbon ? Regards +1 Quote
Mediv07 Posted January 31, 2013 Posted January 31, 2013 Give the demo to the community! Thank you. Quote
estrify Posted February 6, 2013 Posted February 6, 2013 Give the demo to the community! Thank you. +1 Quote
Jaume Posted December 28, 2013 Posted December 28, 2013 Anybody has a demo/example for this Ribbon Menu? I've found this Ribbon ExtJs plugin: http://www.sencha.com/forum/showthread.php?132811-Another-Ribbon-Style But i can't achieve to make it work in the a sample project. Can anybody help us? I know there is a Ribbon example in http://forums.unigui.com/index.php?/topic/3372-ribbons-demo/?hl=ribbon but i would like a example to make ExtJs plugins like this work in UniGui. Thank you. Quote
gpaulino Posted December 28, 2013 Posted December 28, 2013 the only problem is that if you are using the version of unigui 94, do not functioned since they stopped implementing some caracteristas, and to use the ribbon need to install the UniXBitButton and these do not work for version 94 but for the 93 currently I have not migrated to version 94 of unigui this topic since I am making an application and I have implemented the ribbon and if I did not work I migrated. picture of my ribbon Quote
Jaume Posted December 28, 2013 Posted December 28, 2013 Finally i have the plugin working: I attach a sample project if you want to try. There are 2 CustomeFiles, and all the code is inside the ClientEvent beforeinit of the UniPanel1. I have another issue now. I can't make the Ribbon menu render inside the Form. So if the Ribbon is rendered, the form isn't. It seems that the renderTo : Ext.getBody() makes the Ribbon to be outside the Form. But i can't make renderTo: MainForm or something like this, because it seems the MainForm is not created yet. Can you help me to make the Ribbon menu rendered inside the Form as the UniPanel1 is? Thank you. Ribbon.rar Quote
Jaume Posted December 29, 2013 Posted December 29, 2013 Finally a trick did the job. I would like to ask to Unigui developers why the first version did not worked, since i thought sender.plugins = [ ...] makes the plugin render inside the sender. Another thing i don't understand is why UniEvent AfterCreate is never triggered. If i write a console.log('Aftercreate') , the text is never shown. So i assume it's never triggered. So to make it work, i had to add to afterRender of the panel direct Extjs code, to add the Ribbon to the panel. Also i would like to ask to Unigui developers if this kind of code is recomendable, clean or if there is another way to do it. I assume that coding this Extjs code to a Unigui Component should be better, but for now i don't have the time to do Unigui components (also i assume that will have to guess a lot of things because there is not much documentation). ribbon2.rar Quote
otagomes Posted February 8, 2015 Posted February 8, 2015 Hi there, Could you tell us how can we call an existent form with this ribbon? I am delphi developer since '98, so, i know that through .show() or .showModal() inside a procedure works fine (if i work with menu component), but in this case we have an extjs event - inside unievents option... I tried <form_name>.<form_i_want_showl>.show.. listeners and other things unsucessfully thanks All Ota Ps. I understand that extjs events inside unievents is client side ,too... the other form that I want call it´s server side? There´s a way that do this? Thanks again. 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.