Jump to content

Now attach the same example but assigned events with version 0.95.0.1046


Neeruu

Recommended Posts

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

Link to comment
Share on other sites

  • Administrators


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);  
}

 

Link to comment
Share on other sites

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.
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...