To view internet explorer exclusive files

Hi!
I have a CD with recorded live power point presentations. It is meant to play in internet explorer. When I open it on safari, you can hear the audio perfectly, but no slides, no images at all. What can I do in order to see the whole thing? audio and video/images? I don't want to install Windows on my macboook and I need help rush! THANKS!

hi nageswara......
               normally what the refresh does is it clears all the values and loads the page again......
what you cvan do is:
<node>->invalidate().
this methos clears al the values that are stored in the attributes of every node.......
you should do this for every node......
so now your component gets cleared of all the values.....
but the supply function will be immediately called... you need to define your own logic for that.
---regards,
   alex b justin

Similar Messages

  • Bug in Crystal reports viewer: Internet Explorer

    Hi,
    I've a problem with crystal reports 13 sp2 viewer, that I'm using in .NET web application.
    When I visualize a report using this viewer, the text doesn't take often the whole space that is reserved to it which causes an ugly overlapping between lines (an unnecessary text wrap) in the details section. That occurs when there's a multiple lines text. When I export it to PDF, the report is visualized in a right manner.
    Is there  a fix to this bug please?!
    The enable grow property is enabled.
    The application is aimed to run under  Internet Explorer 9.
    PS: Even in Internet Explorer 8, the problem persists. It doesn't happen in firefox.
    Edited by: Rahma Sayari on Mar 1, 2012 4:48 PM

    This illustrates the problem under IE:
    [image 1|https://lh4.googleusercontent.com/-i1mqzapNIPQ/T0-lolvmr4I/AAAAAAAAAFQ/Sx3glRXPVM8/s463/EnableCanGrow_activ%25C3%25A9_forum.jpg]
    This one is taken from the same report under Firefox:
    [image 2|https://lh5.googleusercontent.com/-wphpbDfFWFM/T0-loyCOeRI/AAAAAAAAAFU/eXpTu41h2W8/s483/EnableCanGrow_activ%25C3%25A9_Firefox_forum.jpg]

  • How to I access the equivalent of Internet Explorer's File/Login as... function?

    When you visit a ftp site with Internet Explorer, you can click File/Login as... and login to see files that have been uploaded. I cannot find this function under Firefox.

    You can add the username to the url in the location bar and will be prompted for the password. Use the format ftp://[email protected]
    If you regularly use ftp, the [https://addons.mozilla.org/en-US/firefox/addon/684/ FireFTP] add-on may be of use to you, it enhances the ftp functionality of Firefox.

  • Outlook express help file tells me to down load "mk:@MSITStore:C:\WINDOWS\help\mscoe.c..." it says that type is Firefox Document; is this a safe item of soft ware to down load. There is a similar statement from internet explorer help file.

    My outlook express will not allow me to print the email message it only prints the email headings. When I tried the help file of oe it tells me to download file named 'cool_mail. htm', type 'Firefox Document, 17.8KB', from 'mk:@MSITStore:C:\WINDOWS\help\msoe.c...'. A similar sort of message appears if I click on the help file of Windows Internet Exlorer. Are these genuine useful files or scams to be avoided?

    Hi Mac Attack,
    My computer will not disconnect from the internet.  It seems to find a clone router and continues even when I shut down and unplug my my own home iy
    Your main question was 'chopped' in the title. Please reply in the body of a reply box with the full question and anything you have tried. And no, the long report was not helpful .
    If the same website is opening each time you launch a browser (Safari?) hold down the shift key as you launch to prevent previous pages from opening.
    Have a look at your settings in Safari > Preferences. Especially General and Privacy.
    Reset Safari to remove cookies and other stored data.
    System Preferences > General
    Have a look at your settings in System Preferences >  Security & Privacy.
    Call back with more questions.
    Regards,
    Ian

  • In Internet Explorer under File, It had an option SEND TO DESKTOP which I used all the time when I wanted to keep an Icon for quick reference. Is there anything similar in Firefox?

    I guess I said it all in my question above. I would like to know how to add different options to the menu.

    See [[creating a desktop shortcut to a web page]].
    You can also use an add-on such as [http://www.pikey.me.uk/mozilla/?addon=cs Create Shortcut] or [https://addons.mozilla.org/en-US/firefox/addon/66/ deskCut].

  • Jnlp file shown as XML in Internet Explorer

    My problem is somewhat complex and have given me a headache while it seem to be a completely erratic behaviour. (Erratic, not over time, but over different computers.)
    The main trouble is that I've got two separate webservers serving jnlp files for a production and a test environment. A user can access both servers and there no troubles finding and clicking at jnlp-files. There is however troubles while the jnlp-files in the test environment are shown as XML ("xmltext" in the Internet Explorer way) files.
    But only when using Internet Explorer. The problem do not occur when using Netscape and never in the production environment (webserver).
    I've triple checked the mimetype configuration of both the webservers and they are ok.
    The result of a "get", from both webservers, is (except for the timestamps):
    HTTP/1.1 200 OK
    Server: Netscape-Enterprise/4.1
    Date: Tue, 11 Jun 2002 14:05:32 GMT
    Content-type: application/x-java-jnlp-file
    Last-modified: Tue, 26 Mar 2002 15:58:27 GMT
    Content-length: 1763
    Accept-ranges: bytes
    Connection: close
    The client computer is running Win2000, Internet Explorer v5.50 and a newly installed JavaWebStart.
    Well, there are more to it. This behaviour is for some users at the company. There are users that can, with no problem, run the application deployed at the webserver in the test environment.
    A user who can not load jnlp-files in the test environment using his computer, can be able to load the program at another computer as he logs in.
    Is there anyone who can help me out with this one?
    How come the user(s) at a computer (and one login account) have different Internet Explorer behaviour when getting a jnlp file from two seperate webservers (using same webserver mime setup) when other users (computers) don't?

    I've seen a lot of messages concerning the response of the webserver in posts of this JWS&JNLP forum. Some people gives the advise to use telnet to get the server response. I've used this code (based upon some free sun code in some tutorial trail I think it was).
    import java.io.*;
    import java.net.MalformedURLException;
    import java.net.Socket;
    import java.net.URL;
    * Programmed using the beautiful Java programming tool
    * <a href="http://www.intellij.com/idea/">Idea</a>.
    * If you have not used it, try their free 30day trial version out
    * (clean and nice (un)install, no nags, fully functional). I can not work without it.
    * (This is not ment to be an advertisment but merely my personal recomendation.)
    * <p>
    * Usage:
    * <code>
    * % HttpResponse http://www.ibitec.se/index.html
    * % HttpResponse http://www.intellij.com/idea
    * % HttpResponse http://www.anyhost.com/anyjnlpfile.jnlp
    * </code>
    public class HttpResponse {
        private static int HTTP_PORT = 80;
        public static void main(String[] args) {
            for (int i = 0; i < args.length; i++) {
                System.out.println("Getting server response for url:\n\"" + args[i] + "\"\n");
                try {
                    URL url = new URL(args);
    if (url.getPort() != -1) HTTP_PORT = url.getPort();
    if (!(url.getProtocol().equalsIgnoreCase("http"))) {
    System.err.println("Sorry. I only understand Http not protocol " + url.getProtocol());
    continue;
    Socket socket = new Socket(url.getHost(), HTTP_PORT);
    OutputStream theOutput = socket.getOutputStream();
    PrintWriter pw = new PrintWriter(theOutput, false); // no auto-flushing
    String EOL = "\r\n"; // native line endings are uncertain so add them manually
    pw.print("GET " + url.getFile() + " HTTP/1.0" + EOL);
    pw.print("Accept: application/x-java-jnlp-file, text/plain, text/html, text/*" + EOL);
    pw.print(EOL);
    pw.flush();
    InputStreamReader isr = new InputStreamReader(socket.getInputStream());
    BufferedReader br = new BufferedReader(isr);
    BufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out));
    int character;
    while ((character = br.read()) != -1) bw.write((char)character);
    bw.flush();
    } catch (MalformedURLException e) {
    System.err.println("\"" + args[i] + "\" is not a valid URL.");
    } catch (IOException e) {
    System.err.println(e);
    if (args.length == 0)
    System.err.println("Usage: " + HttpResponse.class.getName() + " <url1> [url2 url3 ...]");

  • Opening file in internet explorer

    hi
    i have a html file which is in the same directory as the class file
    from which i have to call the file. i am using
    Runtime r=Runtime.getRuntime();
    Proces p=r.exec("path<internet explorer> path<file.htm>");
    but i want that the file to be executed without giving the absolute path
    i.e the class file and html file may reside in any drive and get executed.how to do that without giving absolute paths?

    In order to not affect other things, just open AR9 before you start IE8. You will likely get comments about AR and AA not being compatible and that is an issue you have to be careful with. Also, note that if you delete either, you will have to repair the other. They will work together, but issues like you are having will continue to be an issue.

  • Internet Explorer Warning Message

    When I use an external viewer (Internet Explorer) to view the generated
    TestStand xml report files, I receive the following dialog from
    Internet Explorer:
    Scripts are usually safe. Do you want to allow scripts to run?
    I tried setting the Internet Explorer security settings to Low and I
    still get the dialog. Is there any way to suppress it? BTW, I am
    running IE 6.0.
    Thanks,
    John

    Hi John,
    I've found a Knowledge Base that may be related to your question. Try following the instructions in the following link.
    http://digital.ni.com/public.nsf/websearch/7A0FD2C1FCE0327D86256FF600652B01?OpenDocument
    Hope this helps, have a good one John!
    Message Edited by DWeiland on 05-23-2006 06:04 PM
    Dan Weiland

  • Internet Explorer refuses to navigate

    Since the mid-august Windows update, I have a really strange problem with IE: most of time, it refuses to navigate from a site to another, and on some sites (eg. bing.com) it refuses to navigate inside the site itself.
    Funny fact: if I opened an add-on panel which I wrote and does not interfare with navigation, then IE accepts to navigate, as long as the target is in the same page.
    If I try to open a page in another tab or another window, it never works.
    In all cases, it marks the hyperlink as navigated.
    Finally, if I copy the shortcut and enter it in the address bar, it works perfectly.
    I have already tried to uninstall/reinstall IE, use another account on the same machine, it does not change anything.
    Configuration=Windows 8.1, 100% up to date
    Thanks !

    Hi,
    Please check the settings below:
    Method 1: Check your default web browser setting
    Method 2: Change the file types that Internet Explorer opens by default
    Method 3: Use the Internet Explorer No Add-ons mode
    Method 4: Reset Internet Explorer settings
    Method 5: Reregister the necessary Internet Explorer DLL files
    For the details, please refer to the following article:
    Nothing happens when you click a link in Internet Explorer
    http://support.microsoft.com/kb/175775
    Karen Hu
    TechNet Community Support

  • I have problems with seeing my bookmarks, file, view, edit...buttons. I tried other shortcuts. I noticed that all of my bookmarks are located in the Internet Explorer browsers, how can I restore setting back to Mozilla Firefox?

    I have problems with seeing my bookmarks, file, view, edit...buttons. I tried other shortcuts. I noticed that all of my bookmarks are located in the Internet Explorer browsers, how can I restore setting back to Mozilla Firefox?

    Is the menu bar missing (the one containing File, View, Edit etc)? If it is, the following link shows how to restore it - https://support.mozilla.com/kb/Menu+bar+is+missing

  • Launching Microsoft Access from Internet Explorer to view a downloaded MDB file opens the wrong file (not a problem if I use Firefox)

    When clicking on a link (in Internet Explorer 9) to download an Access MDB file and then choosing to open the file directly in Microsoft Access (2007) instead of saving it, the file is copied to Temporary Internet Files but Microsoft Access tries to open
    a different file and displays an (Unrecognized database format) error.
    When I click on the option to open the file, the MDB file is copied to Temporary Internet Files\Content.IE5 but instead of that file, Access tries to open a different (incorrect) file located in Temporary Internet Files\Content.MSO (e.g. in the above error
    message, NativeView.do is an XML file containing an error message).
    I don't see this problem with Word, Excel or PowerPoint files. When opening a Word file (without saving) the Word file is copied to Content.IE5 but an identical .tmp file is created in Content.MSO which when opened in Microsoft Word displayed the required file
    correctly. The same happens for Excel files. PowerPoint appears to be handled a little differently (no .tmp file created in Content.MSO but the required file is still copied to Content.IE5) but the PPT file is still opened correctly in Microsoft PowerPoint.
    I think the Content-Type "application/msaccess" is fine because Internet Explorer does launch Microsoft Access. It just tries to open the wrong file (or so I think). However, it looks like the file type is not being determined. Here is what I noticed
    when trying to open different Microsoft Office files using Internet Explorer:
    The last one is the MDB file. As you can see, only for this type of file, the "Type" (Microsoft Office Access 2007?) is not displayed in this Open/Save dialog box.
    On Firefox, I don't see this problem. When I tried clicking on the link to the MDB file in Firefox, Microsoft Access was launched and the file was opened correctly. Is there something I can do so the MDB file is opened properly using IE? I can add/change headers
    in the HTTP response that writes this file to the output stream (on disk) if that helps.
    Thanks for your time!

    Sounds like a problem symptom to be discussed in either an IE forum or an Access forum, not here.  How did you come to post here?  ForumsRedesign.  That might be an on-topic issue for this forum.  <eg>
    Can you find your way to either of those other forums easily from here?  Another on-topic question for here I think.   ; )
    Robert Aldwinckle
    Oops, my bad. Thanks for letting me know! :)
    I've re-posted it here: http://social.technet.microsoft.com/Forums/ie/en-US/1a818501-296c-42fb-8abb-ba914629c962/launching-microsoft-access-from-internet-explorer-to-view-a-downloaded-mdb-file-opens-the-wrong-file?forum=ieitprocurrentver
    Hopefully that's the right place for this.
    Cheers!

  • In Internet explorer I can view temporary internet files, is it possible to view cache files in Mozilla firefox?

    In Internet Explorer I can view the temporary internet files - is it possible to view the cache files in Firefox and where are they stored.
    Thanks for any help.

    Type '''about:cache''' in the URL bar and hit Enter. <br />
    Memory cache device - ===List Cache entries===

  • How do I get Adobe reader to work with Mozilla or internet explorer? I cannot open files unless I download to my desktop.

    When I try to read PDF files I get a message that says" The Adobe Acrobat Reader that is running cannot be used to view PDF files in a web browser. Exit and try again. This happens with bot Internet Explorer and Mozilla. I can only open if I download the document to my desktop.
    == This happened ==
    Every time Firefox opened
    == I think when we got our windows 7.

    See these articles:
    https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox
    https://support.mozilla.com/en-US/kb/Opening+PDF+files+within+Firefox

  • "Open method of Workbooks class failed" when opening Excel file via Internet Explorer

    (apologies, I posted this first to the general Office 2010 forum, but then realized this was probably a better spot to post)
    We have an Excel COM add-in installed on users' PCs.  This add-in responds to workbook open events by opening a particular XLA file (also deployed to the PC) to make certain features available.  This process works flawlessly when Excel files are
    opened locally - but when a user attempts to open an Excel file from an IE link, we get the following error: "Open method of Workbooks class failed".  This is happening on the line that is trying to open the XLA file.  This only happens
    when launching an Excel link from IE - works fine in Chrome or Firefox.
    I have found several posts on this topic, but no solutions:
    1. This post (https://social.msdn.microsoft.com/forums/office/en-US/73c96005-84af-4648-b103-32b677205be3/open-method-of-workbooks-class-failed)
    is the closest to our problem.  In this case, the "answer" was that the user may not have access to the 2nd workbook being opened.  But in our case, we're opening an XLA that is on the local machine, and I've confirmed that it is not
    corrupt and accessible (read & write, just in case!) to Everyone.
    2. This (very old) post (http://www.pcreview.co.uk/forums/open-method-workbooks-fails-excel-hosted-ie-t965608.html)
    seems similar, but is talking about opening Excel inside of IE.  This is not what we're doing - the link is supposed to (and does) open Excel outside of IE.  Interestingly, Excel.exe is being launched with the "-embedded" flag, even
    though it isn't running in the IE window.  When launching Excel by opening the file locally, Excel.exe is run with the "/dde" flag instead.  Clearly the "-embedded" mode is what is causing the problem.  I could change the
    links on the web page to use some JavaScript to open Excel differently... unfortunately, the links are actually generated by SharePoint (the Excel files are in a SP repository), so this is not really an option.
    3. This Microsoft KB article (http://support.microsoft.com/kb/268016) talks about problems opening an XLA directly from IE... but this is the case of a link pointing
    directly to an XLA file, not opening a regular workbook that in turn opens an XLA, as is my case.  In fact, this article specifically points out in the "More Information" section that "End users do not normally open XLAs; instead they open
    an XLS that (if needed) loads one or more XLAs during startup." ==> precisely what I'm trying to do that is giving me the error!
    I've replicated the situation with a very simple COM add-in (created in VS2010 using VB.Net) and a very simple XLA file (does nothing, just pops up a message in auto_open).  For anyone wanting to try it out, here is the exact test case:
    1. In Excel, create a simple XLA file containing only the following code, and save it in C:\TEMP\dummy.xla:
    Sub Auto_Open()
    MsgBox "Auto Open fired"
    End Sub
    2. In Visual Studio, create a new Excel 2010 Add-In.  I created mine via Visual Basic, but I doubt the choice of language matters.  Place the following code in ThisAddin.vb:
    Public Class ThisAddIn
    Private Sub ThisAddIn_Startup(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Startup
    AddHandler Me.Application.WorkbookOpen, AddressOf Application_WorkbookOpen
    End Sub
    Private Sub ThisAddIn_Shutdown(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Shutdown
    End Sub
    Sub Application_WorkbookOpen(ByVal workbook As Excel.Workbook)
    On Error GoTo ErrHandler
    If (Not workbook.Name.Contains("dummy.xla")) Then
    MsgBox("Workbook open")
    Application.Workbooks.Open("C:\temp\dummy.xla")
    Application.Workbooks("dummy.xla").RunAutoMacros(Excel.XlRunAutoMacro.xlAutoOpen)
    End If
    Exit Sub
    ErrHandler:
    MsgBox(Err.Description)
    End Sub
    End Class
    3. Build & publish this add-in and install it on the same machine as the XLA created in step 1.
    4. Create and save an empty Excel workbook (I called mine WayneTest1.xlsx) - save it locally (on your desktop), and put a copy somewhere on your web server (I put mine directly in c:\inetpub).
    5. Create an HTML file with a link to that workbook, saving it to the same web server location - here is mine:
    <html>
    <body>
    <a href="WayneTest1.xlsx">Link to Excel file</a>
    </body>
    </html>
    6. Double click the workbook on your desktop (from step 4) - opens fine, I get the "workbook open" message, following by the "Auto Open fired" message.
    7. In Internet Explorer, navigate to the HTML file specified in step 5 and click on the link - when prompted, select "Open" - I get the "workbook open" message, following by the error message "Open method of Workbooks class failed".
    Here are a few things I've ruled out / tried so far:
    - Unchecked all the "Protected View" settings in Excel, made no difference
    - Unchecked all the "File block settings" in Excel, made no difference
    - Made sure dummy.xla was open for read & write to Everyone
    - Made sure the web page was in Trusted sites and set the security level to Low for those sites in IE
    - Tried making the local desktop file (step 6) readonly, made no difference (i.e. launching it locally still worked fine)
    - Tried using Excel 2013 - made no difference
    Any ideas / suggestions?

    Hello Wayne,
    Apologies for the delay.
    I went through your post and tried to reproduce the issue. I was able to reproduce it. Based
    on its complexity and as it requires more in-depth analysis, your question falls into the paid support category which requires a more in-depth level of support.
    Please visit the below link to see the various paid support options that are
    available to better meet your needs. http://support.microsoft.com/default.aspx?id=fh;en-us;offerprophone
    Thanks,
    Anush

  • How to open a XML file in internet explorer from labview

    I need to open the xml file and see the content in the internet explorer through labview. clicking the button in labview front panel  i need to see the same view as we double click the xml file as it open in internet explorer .

    Hi parthipan,
    you can use the "Open URL in Default Browser.vi".
    Mike

Maybe you are looking for

  • How to get rid of "no sender" in mail app on iPad?

    I am not able to delete the "no sender" messages in my mail app.  They are adding up.  I appreciate any help you can give me!

  • ICal problem with events

    iCal - since installing Lion, when I enter an event, it defaults to "all day" and the default end time is 8 hours later rather than 1.

  • OMJJ - Account grouping - Add mvt type indicator L

    Hi Pertinent to;  The account grouping in movement type for 101. For the STO I have enabled the Goods Recipet using MIGO and mvt type is 101. But the Reference document would be Outbound delivery instead the STO purchase order. Now the issue is after

  • T400 Taskbar Autohide ? Problem, ? Normal

    Hello, Please, some help for a T400 newbie.  I am running XP Pro SP3 on a Lenovo desktop as well as a Lenovo T400 laptop. With taskbar autohide enabled on both, the taskbar disappears completely, as expected, on the desktop. On the T400 the upper 1.0

  • Flex Builder Won't Launch?

    I recently downloaded the trial for Adobe Flex Builder 4 and when opening the program all i get is a message saying 'An error has occoured, please see log file'. I had the same problem when trying Flex 3. Can anyone help? Ive tried everything I can f