-
11 Dec 2009 2:20 PM #381
Anyone knows how to solve my problem?
Thanks,
Kohyea.
-
13 Dec 2009 11:57 PM #382
I created a test page following the page:
http://www.extjs.com/learn/ManageIfr...frame_Messages
But there is a error told me onhostmessage is not defined.
-
14 Dec 2009 6:53 AM #383
Please help.
I had no problem with miframe version 2, but with the latest Ext version from SVN I had to use miframe version 2.1 and then problem occurred.
I have desktop implementation and from start menu link I'm creating Ext.ux.ManagedIFrame.Window that has defaultUrl.
So far so good. My desktop is still functioning and I have content in miframe window that I wanted. But when I click button (in that miframe window) that changes location.href of that iframe, content appears and I can work on it, but everything outside that miframe window stops. I can no longer open start menu on my desktop, or work with other windows that I opened earlier.
Another case is when I open window with miframe panel init, content shows and desktop is working (content outside tha miframe) but when I close that window (not destroy just hide) desktop hangs and I can no longer click on anything.
What can it be.
Thank You.
-
16 Dec 2009 7:30 PM #384
How to remove Ext.ux.ManagedIFrame.Panel after use ?
How to remove Ext.ux.ManagedIFrame.Panel after use ?
I have a TabPanel that content an mIFrame panel. I want to completely remove this mIFrame when changing tab. Which function should I use there ? Thanks
Sorry for my bad English.
-
17 Dec 2009 6:53 AM #385"be dom-ready..."
Doug Hendricks
Maintaining ux: ManagedIFrame, MIF2 (FAQ, Wiki), ux.Media/Flash, AudioEvents, ux.Chart[Fusion,OFC,amChart], ext-basex.js/$JIT, Documentation Site.
Got Sencha licensing questions? Find out more here.
-
17 Dec 2009 3:29 PM #386
\I'm using this extension to load xhtml pages from a database which have relative links to images and css files. My question is the issue with setSrc() function. When I first load the panel, the defaultSrc will be about:blank. Then based on what the user does with the various navigations, I will call setSrc(). What happens if there is a 2 second delay in getting the page from the database, with all of its dependencies, and the user clicks the next page button several times, causing me to call setSrc() again and again(). On approach is that if rendered is false, I just defer the setSrc() until true, but this has the problem that a frustrated user would queue several pages by clicking repeatedly on forward.
I don't know how desesperate your users are, but maybe the loadMask option could help:
loadMask:{msg:'Please be patience...Stop clicking again and again !'},Using Ext with cachefly
Working on LAMPExt
-
17 Dec 2009 7:07 PM #387
Can somebody explains me why the iframe is generated in this way:
Instead of just:Code:<iframe id="ext-gen1074" class=" ux-mif" frameborder="0" name="card-6" style="overflow: auto; width: 582px; height: 520px;" src="http://mydomain.com"> <html> <head> </head> <body marginwidth="0" marginheight="0"> <embed height="100%" width="100%" name="plugin" src="http://mydomain.com" type="application/pdf"/> </body> </html> </iframe>
I'm not criticizing anything, just want to know the reason.Code:<iframe id="ext-gen1074" class=" ux-mif" frameborder="0" name="card-6" style="overflow: auto; width: 582px; height: 520px;" src="http://mydomain.com"></iframe>
Using Ext with cachefly
Working on LAMPExt
-
21 Dec 2009 10:40 PM #388
SWEEEET
SWEEEET
F off Share the full source for this plug in. I tried for more than 3 hours to re-create.
-
22 Dec 2009 2:24 AM #389
-
22 Dec 2009 7:31 PM #390
same problem, when close any 1 iframepanel, other component like tabpanel's tab no more working....
any idea? anything i missing?



Reply With Quote

