-
2 Nov 2008 11:28 AM #511
Not sure how you are getting this to work. I setup a brand new project, copied that MIF code into a page, referenced a static PDF page, and have the same issue with FF on Windows. did you try this on FF 2.0.0.17 on Win XP?
Not working for me for some reason.
-
3 Nov 2008 8:19 AM #512
@Bucs -- My attempt on your config was based on the latest MIF 1.2.1 trunk avail here. Also, make sure you don't have any FF "Acrobat-enhancement" plugins active that might interfere with FF iframe/pdf handling.
"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.
-
3 Nov 2008 8:47 AM #513
Again, that is the exact version I have been using with no luck. I wonder if you have a plug-in or different version of FF that is allowing PDFs to be viewed in MIFs. I have a brand new project, with only the ExtJS 2.2 stuff in it, and the 1.2 version of the MIF and it cannot even open a static PDF file...so I don't know how it could be working for you. Unless of course the code that I am using is not correct, but you said it was.
And like I said...the PDF is easily viewable by using the FF window to browse to it, so it is not FF's inability to open a PDF due to a plug-in or something. Nonetheless, I do not have any FF plug-ins installed.
I would love to see a quick project where the PDF is being viewed in FF for Windows correctly.
Again, thanks for the help, but this is simply not working for me.
-
3 Nov 2008 8:51 AM #514
@Bucs -- SVN was updated only a few minutes ago. Try the latest version.
And take a look at my running version here. What did you see?"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.
-
3 Nov 2008 10:24 AM #515
Ok, browsing to your example does in fact work so it's not my FF install. It is either my code or my copy of miframe.js. Unfortunately, I am a newbie to the Google Code interface...I cannot see a way to download the new js file. The file in the Download directory is still showing the Sep 09 copy, but I see your updates posted today. But I see no way to download the JS file as clicking on the file or opening all the updated links merely open the JS code, not sure how to get the file. Am I supposed to cut and paste the code into my local copy?
...sorry for being a newbie on this.
-
3 Nov 2008 10:51 AM #516
"Software is like sex: it's better when it's free" - Linus Torvald
https://edit.php.net - A tool written with ExtJs for translated Php documentation
-
3 Nov 2008 11:14 AM #517
Thanks for that!
Ok, looks like that was the fix, whatever was put into 1.2.1 fixed the issue
Thanks for all your help!
-
7 Nov 2008 11:46 PM #518
I've been encountering an error quite persistently. It happens on both 1.2 and the latest 1.2.1, using FireFox 2 and 3.
Firebug console: "browser is null" @ line 858 miframe.js (1.2 @858; 1.2.1 @1100)
Status Bar: "Permission denied to get property HTMLDocument.getElementsByTagName"
PHP Code:if(doc && typeof doc.getElementsByTagName != 'undefined'){
- TabPanel
- Panel1
- other content
- Panel2
- iframepanel
- Panel1
Another issue I am having is being able to pre-load a document into the iframepanel, before it is active, because the content that will be loaded is often chosen from a different tab. I basically want to disable lazy loading, because otherwise it ignores the request to setSrc() until Panel2 is the active tab.
Hope you can help and much appreciated,
Alex
- TabPanel
-
10 Nov 2008 4:58 AM #519
I have just uploaded advDemo22.zip (for use with Ext 2.2 only), updating the Messaging and 'Load Ext into iframes' examples for use with the latest versions of ext-basex and the EventManager patch for Ext 2.2 as well. Review the demo page contents carefully as much has changed with Ext 2.2.

Expand it into your /examples/miframe (or other) folder.
MIF 1.2.2 (also avail in SVN) is also included."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.
-
10 Nov 2008 5:02 AM #520
"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.


Reply With Quote


