-
7 Oct 2009 1:36 AM #911
-
7 Oct 2009 4:53 AM #912
"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.
-
7 Oct 2009 11:51 PM #913
-
18 Oct 2009 10:46 PM #914
Hi Doug,
Have you managed to have any success working out the issue with eventsFollowFrameLinks?
Thanks,
Stitcherooni
-
19 Oct 2009 4:24 AM #915
"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.
-
19 Oct 2009 5:02 AM #916
Hi Doug,
Thanks - Yes I've tried 1.2.7 tag. The first time the iframe is loaded all is fine but on each subsequent click on any href, the event is not being fired.
Code:{ xtype:'iframepanel', id:'google', title: 'google', defaultSrc: 'http://www.google.com', frameCfg: { eventsFollowFrameLinks: true}, listeners : { domready: function(frame){ alert('domready'); }, documentloaded : function(frame){ alert('docloaded'); } } }
-
19 Oct 2009 5:13 AM #917
Sorry please ignore my last post! I was actually including the old miframe-min.js file!

-
26 Oct 2009 4:20 AM #918
Hi,
I have problem with window transparent issue on a pdf file.
I am displaying the PDF file with car engine in the center panel of the viewport.
I open a window on top of the pdf file. The window is blinking when I try to do some thing on the window. If I drag and drop the window then the window is become transparent and the pdf image is displaying.
Is there any way I can stop blinking when the window opened on a pdf file.
This blinking problem is not getting when I display the window on a center panel with gif file or any other document opened on it.
Please help me with the quick solution.
-
26 Oct 2009 4:43 AM #919
"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.
-
26 Oct 2009 4:57 AM #920
Hi Hendricks,
I already tried this but still same behavior. I also tried with plain but still same problem.
var win = new Ext.Window({
width: 565,
transparent: false,
shim:true,
x: 205,
y: 95
});
win.setTitle("Display Document Status");
win.show();
});



Reply With Quote


