Neeruu Posted March 20, 2014 Posted March 20, 2014 Now attach the same example but assigned events with version 0.95.0.1046 Nor walks! Please if you would be so kind as to tell me to run a js within a unihtmlframe .... is an example within the folder that works perfectly in version 0.90.0.968 the 0.95.0.1046 but I can not make it work! thanks Translated by Google Translate Ahora adjunto el mismo ejemplo pero asignados los eventos con la version 0.95.0.1046 Tampoco anda!!! Por favor si fueran tan amables de indicarme como poder ejecutar un js dentro de un unihtmlframe.... hay un ejemplo dentro de la carpeta que anda perfecto en la version 0.90.0.968 pero en la 0.95.0.1046 no puedo hacerlo andar!!! Gracias Traducido por Google Traductor Ejemplo para UniGui_0.95.0.1046.rar Quote
Neeruu Posted March 20, 2014 Author Posted March 20, 2014 Development Environment: Windows 7 Ultimate - 64bit Spanish Delphi 2010 - 32 Bit Chrome Browser version: 33.0.1750.154 m Quote
Neeruu Posted March 22, 2014 Author Posted March 22, 2014 Hello everyone ... Any idea how to fix this error? Greetings ... Quote
Administrators Farshad Mohajeri Posted March 22, 2014 Administrators Posted March 22, 2014 function form.afterrender(sender, eOpts) { DrawPanel(FrmMain.UniHTMLFrameMain); } function DrawPanel(C) { var panel = Ext.create('Ext.panel.Panel', { id:'PanelMain', title: 'Menu Principal.', titleAlign:'center', width: Ext.getDoc().getViewSize().width, height: Ext.getDoc().getViewSize().height, bodyPadding: 10, flex:1, layout:'absolute', }); C.add(panel); } Quote
Administrators Farshad Mohajeri Posted March 22, 2014 Administrators Posted March 22, 2014 So what is you purpose of creating an Ext JS control manually and putting it inside an HTML Frame?! Quote
Administrators Farshad Mohajeri Posted March 22, 2014 Administrators Posted March 22, 2014 BTW, it is not a uniGUI bug so I move it back into general forum. Quote
Neeruu Posted March 22, 2014 Author Posted March 22, 2014 When I started testing the unigui, I wanted to show a graphic, and I do not remember other things but ... I did not know how to do it well, so look for an example and found one that someone did with ExtJS ... So my example constructed in this way .... Thank you very much for the code sample right now ... I try .... Greetings. 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.