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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...