Jump to content

Ext events on mainform with mfpage


delagoutte

Recommended Posts

for sample , if i add on my mainform the extevent mainform.ClientEvents.ExtEvents Ext.window.Window :

 

function window.activate(sender, eOpts)
{
    alert('activated');
}
 
if i am in mode mfWindow i have the messagebox but if i am not in mode mfPage i do'net have the messagebox.
 
How can i do for having the messagebox in mfpage when my mainform is activate ?
Link to comment
Share on other sites

it is not specially for the activate event but for all extevent.

I have a problem  in this ticket : http://forums.unigui.com/index.php?/topic/4154-azzurra-theme-from-unigui/&do=findComment&comment=44737

And i try to understand why it is not working in mfpage mode.

I think the reason is that the mainform is not a Ext.window object but what does the ext.window object replace in mfpage?

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...