Cannot get Extensions with iFrames to work under Windows

Currently we are unable to add an iFrame to the main HTML panel without the Windows version of Adobe InDesign closing the extension automatically.  This works correctly on the MAC.

Hi!
I would suggest the following:
Insert your Snow Leopard disk, when you are in Windows 7. Install the Bootcamp 3.0 drivers.
Then restart your computer into Windows 7 and apply the Bootcamp 3.1 update.
Then, you can try again running Starcraft 2 beta. However, you can not be sure that this beta version
will be running.
With regards,
Dagd

Similar Messages

  • Cannot get Adobe Extension Builder Extensions with iFrames to work under Windows

    Currently we are unable to add an iFrame to the main HTML panel without the Windows version of Adobe InDesign closing the extension automatically.  This works correctly on the MAC.

    Okay, for anyone that is also having this problem I believe I figured out the problem. Adobe files are saved under .xpi extensions which is just another type of .zip file. If you do not have winzip installed you cannot install flash player. I now have mine working. Good luck!
    www.winzip.com

  • Get error "Firefox has stopped working" under Windows 7

    I'm running Firefox 3.6.10 (just upgraded, I was at 3.6.9) and every so often (maybe 1-2 days), Windows 7 decides to crash it with the error "Firefox has stopped working". Firefox itself does not seem to be generating a crash id, which is disappointing since that way it would be reported. I run a LOT of tabs, at the moment I have around 100 open. I notice that the CPU usage seems to get very high (it shows 25% for me, but I have a quad core machine so I guess that is 100% of one CPU) as well as memory (1.5gb). It's almost as though Windows thinks that Firefox has stopped responding because of the high CPU usage and decides to terminate it.
    I've seen some posts here reporting similar problems, but no resolutions. I also saw a post elsewhere suggesting disabling throttling in Windows but saw other posts saying that had not solved the problem.
    Any suggestions on how to fix or troubleshoot this problem?

    I have this problem too. Now i'm using win7 64 bit, i installed the newest firefox 6.0.2 and yahoo messenger 11 -> i got this problem. First time i think this is a firefox's error. I decide to use process hacker (a mini tool to manager running process) to find out what is happening and i found this: the program name "YahooMessger!.exe" run a few second and it calls the firefox crash popup lol. I uninstall the firefox and i see "YahooMessger!.exe" auto run in process hacker! ^^ conclusion: i uninstall Yahoo Messenger 11 and delete two folder of yahoo in my username's document (1 of them have the program "YahooMessger!.exe"), reinstall firefox and get out this problem!
    So my question is: what is "YahooMessger!.exe", is it a yahoo's part, is it a spyware or virus? Here is the link of this file, i have archived it with winrar http://www.mediafire.com/?lf8tc9fal5rxlup

  • Cannot export reports with CR8.5 RDC under Windows 2003

    <%@ LANGUAGE="VBSCRIPT" %>
    <%
    Response.Buffer = True
    %>
    <% SERVER.SCRIPTTIMEOUT=50000%>
    <!-- #include file="license_info.asp" -->
    <!-- #include file="config.asp" -->
    <%
    Dim objConnection
    Dim objRS
    Set objConnection = Server.CreateObject("ADODB.Connection")
    objConnection.Open "FAMS_DSN_SIT", cstr(userid), cstr(password)
    'response.write GetNActive
    If GetNActive > 5 THEN
         Response.write "<b><FONT align=center face=arial,helveltica,sans-sarif size=3> Server is too busy. Please try again later.</b>"
         Response.end
    End if
    IF GetNActive<=5 THEN
    'Nagesh added
      Dt_Frm="20020101"
      Dt_To="20020102"
      Dt_Frm1="20020101"
      Dt_To1="20020102"
    reportname="B087.RPT"
    ' CREATE THE APPLICATION OBJECT                                                                    
    If Not IsObject (session("oApp")) Then                             
    Set session("oApp") = Server.CreateObject("CrystalRuntime.Application")
    End If       
    ' CREATE THE REPORT OBJECT                                    
    'The Report object is created by calling the Application object's OpenReport method.
    Path = Request.ServerVariables("PATH_TRANSLATED")                    
    While (Right(Path, 1) <> "\" And Len(Path) <> 0)                     
    iLen = Len(Path) - 1                                                 
    Path = Left(Path, iLen)                                              
    Wend      
    'OPEN THE REPORT (but destroy any previous one first)                                                    
    If IsObject(session("oRpt")) then
         'Set session("oRpt") = nothing
    End if   
    'RESPONSE.WRITE PATH & REPORTNAME
    Set session("oRpt") = session("oApp").OpenReport(path & reportname, 1)
    Set DatabaseTablesCollection = Session("oRpt").Database.Tables
    For Each Table in DatabaseTablesCollection
    '  ' Table.SetLogonInfo "FAMS_DSN", "", cstr(userid), cstr(password)
       Table.SetLogonInfo "FAMS_DSN_SIT", "", cstr(userid), cstr(password)
    Next
    'session("oRpt1").MorePrintEngineErrorMessages = False
    'session("oRpt1").EnableParameterPrompting = False
    'session("oRpt1").DiscardSavedData
    set session("ParamCollection") = Session("oRpt").Parameterfields             
    'This line creates an object to represent the collection of parameter
    'fields that are contained in the report.                                                              
    reportname  =  UCASE(TRIM(reportname))
    strSQL = "SELECT FAMS_VW_MEN_RPT_B87.CASE_NO, FAMS_VW_MEN_RPT_B87.COMP_NAM, FAMS_VW_MEN_RPT_B87.COMP_ID,  "
         strSQL = strSQL & "FAMS_VW_MEN_RPT_B87.RESP_NAM, FAMS_VW_MEN_RPT_B87.RESP_ID, FAMS_VW_MEN_RPT_B87.JUDGE_NAME, FAMS_VW_MEN_RPT_B87.NATURE_OF_COMP, "
         strSQL = strSQL & "FAMS_VW_MEN_RPT_B87.COURT_NO, FAMS_VW_MEN_RPT_B87.JDG_ID, "
         strSQL = strSQL & "FAMS_MASTER_DETAIL.ITEM_DESC1, to_char(FAMS_VW_MEN_RPT_B87.MENTION_DATE,'yyyymmdd') "
         strSQL = strSQL & "FROM FAMS_VW_MEN_RPT_B87 FAMS_VW_MEN_RPT_B87, FAMS_MASTER_DETAIL FAMS_MASTER_DETAIL  "
         strSQL = strSQL & "WHERE FAMS_VW_MEN_RPT_B87.COURT_NO = FAMS_MASTER_DETAIL.ITEM_CODE() AND FAMS_MASTER_DETAIL.MSTR_TYPE() = 'CRT' AND "
         strSQL = strSQL & "(to_char(FAMS_VW_MEN_RPT_B87.MENTION_DATE,'yyyymmdd')) >= '" &Dt_Frm & "' AND "
         strSQL = strSQL & "(to_char(FAMS_VW_MEN_RPT_B87.MENTION_DATE,'yyyymmdd')) <= '" &Dt_To & "' "
         strSQL = strSQL & "ORDER BY FAMS_VW_MEN_RPT_B87.COURT_NO ASC "
         set objRS = objConnection.Execute(strSQL)
              If not objRS.EOF then
                   set Param1 =  session("ParamCollection").Item(1)
                   'ParamValue1=Request.QueryString("COURT_NO")
                   ParamValue1="1"
                   if ParamValue1 = "" then
                        ParamValue1 = "-"
                   End if
                   Call Param1.SetCurrentValue (CStr(ParamValue1),12)
                   set Param2 =  session("ParamCollection").Item(2)
                   'ParamValue2=Request.QueryString("DATE_FROM")
    '               Call Param2.SetCurrentValue (CStr(ParamValue2),12)
                   Call Param2.SetCurrentValue (CStr(Dt_Frm),12)
                   set Param3 =  session("ParamCollection").Item(3)
                   'ParamValue3=Request.QueryString("DATE_TO")
    '               Call Param3.SetCurrentValue (CStr(ParamValue3),12)
                   Call Param3.SetCurrentValue (CStr(Dt_To),12)
                   set Param4 =  session("ParamCollection").Item(4)
                   'ParamValue4=Request.QueryString("JDG_ID")
                    ParamValue4=""
                   if ParamValue4 = "" then
                        ParamValue4 = "-"
                   End if
                   Call Param4.SetCurrentValue (CStr(ParamValue4),12)
         'Testing -- to get the data from database end
         'Expoert into DOC
    Set CrystalExportOptions = Session("oRpt").ExportOptions
    ExportFileName = "BO87.doc"
    dPath = Request.ServerVariables("PATH_TRANSLATED")                    
    While (Right(dPath, 1) <> "\" And Len(dPath) <> 0)                     
    diLen = Len(dPath) - 1                                                 
    dPath = Left(dPath, diLen)                                              
    Wend
    ExportDirectory = dPath
    ExportType = "14"
    CrystalExportOptions.DiskFileName = ExportDirectory & ExportFileName
    CrystalExportOptions.FormatType = CInt(ExportType)
    CrystalExportOptions.DestinationType = CInt(1)
    Session("oRpt").Export False 
    Response.Redirect (ExportFileName)
    set session("oPageEngine") = nothing
    set session("oRpt") = nothing
    set session("oApp") = nothing
    Session.Contents.Remove("oPageEngine")
    Session.Contents.Remove("oRpt")
    Session.Contents.Remove("oApp")
    objRs.Close
              Else
                   objRs.Close
                   Response.write "<center><b>No Record Found</b> </center>"
                   Response.end
              End if
    end if
    %>

    Hello,
    Here's VB code to export to PDF, convert to ASP and test again. If it works in our viewer then it should work in code:
    With rpt.ExportOptions
        .DiskFileName = "c:\report.pdf"
        .PDFExportAllPages = True
        .FormatType = crEFTPortableDocFormat
        .DestinationType = crEDTDiskFile
    End With
    rpt.Export False
    Make sure the export destiantion has permission to be written to by any user.
    Thanks again
    Don

  • I cannot get my iPad 2 to work with VPN provider.

    I cannot get my iPad 2 to work with my VPN service provider.  Using OS 4.3.3.  iPad purchased in the USA.  Have heard there are issues with iPad 2 and VPN support.  Any suggestions?

    You can try this ... hold down on the sleep button and the power button at the same time for about 10 seconds until you see the Apple logo on the screen, release the buttons and see if the iPad restarts and you can use it.

  • I cannot get the numerical keys to work on my Mac pro any ideas?

    HI
    I am trying to return something bought on line and need to fill out various information on the website. I cannot get the numerical keys to work anybody any ideas as to what I may be doing wrong?
    GL

    Hi Goostrey Lou,
    Thanks for visiting Apple Support Communities.
    Start with the tips in this article if some keys on your keyboard are not working:
    One or more keys on the keyboard do not respond
    http://support.apple.com/kb/ts1381
    All the best,
    Jeremy

  • I cannot get the Output Module to work. I was able to get the button to show up, but when I click on it, nothing happens. i need to export a PDF asap

    I cannot get the Output Module to work. I was able to get the button to show up, but when I click on it, nothing happens. i need to export a PDF asap. I am trying to export 33 PSD files in BRIDGE to a PDF like I used to do on my other computer with bridge.

    Let's start with the general things.
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Then try reloading the page. Does that help?

  • HT5637 i cannot get my itunes match to work on my iPhone 4s

    i cannot get the itunes match to work with my iphone 4s

    It should only be bringing up Siri if you press and hold it. Do you think you might be holding it too long?
    Cheers,
    GB

  • Grr. Cannot get PHP contact form to work.

    Hi!
    I cannot get a PHP contact form working. I have tried
    everything i can think of (which isn't much!) and can't get it to
    work. This is what i am using. Can anybody see what's wrong with
    this please? As you can see, the form contains a fromname,
    fromemail, subject and message fields.
    I'm a complete newb when it comes to PHP. Please please
    please help.

    Thanks for your reply.
    I just used the PHP provided in
    this
    tutorial?! Is the tutorial wrong?
    Sorry. As i said, i know nothing about PHP. How do i define
    the variables.

  • I cannot get contact with the cloud

    I cannot get contact with the cloud. The icon on my desktop is black and the wheel is turning and turning and turning. What do i have to do?

    Well the syncing part, I think is still not working, as talked about on these pages.
    http://blogs.adobe.com/creativecloud/update-on-creative-cloud-connection-and-file-sync-pre view/
    http://blogs.adobe.com/creativecloud/major-update-to-adobe-creative-cloud-now-available/
    But if the update portion or main window is not working, then you're probably gonna need to try some of the things suggested in the previous links I posted etc., or wait for someone else to come along and assist you with more information.

  • On Apple TV, my pictures have loaded, but I cannot get the slideshow function to work.  It has been "loading" 28 pictures for over 5 minutes.  What is wrong?

    On Apple TV, my pictures have loaded, but I cannot get the slideshow function to work.  It has been "loading" 28 pictures for five minutes.  What am I doing wrong?  I have Windows 7 on my PC.

    I don't have any direct experience with D-Link equipment, but I may be able to provide some general advice. See if you can use a Web browser to connect to the D-Link's configuration screen. This probably involves visiting a URL such as http://www.192.168.0.1 . If you haven't changed the sign-on parameters, a quick Google search should find them for you.
    Once there, note as many configuration details as you can find. You'll need those to configure your Time Capsule.
    Use the AirPort Utility to configure the Time Capsule.
    One last thing: It's quite possible that the Verizon network will have locked onto the "MAC" address of your D-Link router. Something needs to be done to reset this. If there's a separate box at your house that came with the FIOS equipment that's "upstream" from the D-Link router, I'd cycle power on it to see if that does the job. Otherwise you'll probably need to call Verizon to ask them to reset things once your Time Capsule is installed in place of the D-Link router.

  • Cannot get the Oilpaint Filter to work

    I own CS6 and just downloaded the Photoshop CC trial version.  I cannot get the oilpaint filter to work in either.  I must be missing something.  When I open a photo, select filters and then oilpaint - all I get is the grey screen (with the oilpaint tools).  But no photo is there for me to apply the filter effect.  Any idea what I am missing?
    Thanks,
    Marcus

    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers: 
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • I installed the new 7.0 on my ipad and now I cannot get my internet connection to work. Any ideas, I have already tried rebooting but no luck. Another useless apple update that doesnt work?

    I installed the new 7.0 on my ipad and now I cannot get my internet connection to work. Any ideas, I have already tried rebooting but no luck. Another useless apple update that doesnt work?

    1. Turn router off for 30 seconds and on again.
    2. Settings>General>Reset>Reset Network Settings.

  • I am getting problem with internal table & work area declaration.

    I am working with 'makt' table ..with the table makt i need to work with styles attributes ..so i declared like this
    TYPES : BEGIN OF ty_makt,
             matnr TYPE makt-matnr,
             spras TYPE makt-spras,
             maktx TYPE makt-maktx,
             maktg TYPE makt-maktg,
             celltab TYPE lvc_t_styl,
           END OF ty_makt.
    DATA : i_makt TYPE TABLE OF ty_makt.
    DATA : wa_makt TYPE ty_makt .
        But end of program i need to update dbtable "makt"...i am getting problem with internal table & work area declaration.
    i think makt table fields mapping and internal table/work area mapping is not correct. so please help me to get out from this.

    Hi Nagasankar,
    TYPES : BEGIN OF TY_MATNR,
                  MATNR TYPE MAKT-MATNR,
                  SPRAS TYPE MAKT-SPRAS,
                  MAKTX TYPE MAKT-MAKTX,
                  MAKTX TYPE MAKT-MAKTG,
                  CELLTAB TYPE LVC_T_STYL,  " Its Working perfectly fine..
                 END OF TY_MAKT.
    DATA: IT_MAKT TYPE STANDARD TABLE OF TY_MAKT,
              WA_MAKT TYPE TY_MAKT.
    Its working perfectly fine. if still you are facing any issue post your complete code.
    Thanks,
    Sandeep

  • HT2494 I cannot get my logitec speakers to work on my iMac

    I cannot get my Logitec speakers to work. They do not show up in the output section
    Thanks

    Hi. If the speakers are using a standard 3.5mm plug, they need to be plugged into the headphone jack. Please clarify which jack you are using.
    Stedman

Maybe you are looking for

  • How to access a JAVA Script variable in JSP Code

    How to access a JAVA Script variable in JSP Code. I have been unable todo this. Plz Suggest a way. Thanks Soumya

  • Disk Error Problem on Imac

    Please can anyone help. I decided to partition my disk so that I could use both windows XP and mac as Apple says you can, however I have incurred a problem part way through the process. I created a partition for windows and then inserted my Windows X

  • Word 2008 - "read only" after ML install

    I installed Mountain Lion today and now when I try to creat a new folder in Word 2008 it will only allow a "read only" folder (which helps me none) and then won't even let me insert a folder name!  I searched the communities and haven't seen this iss

  • Getting server side initialcontext

    Hello, I have created a user using the admin console. When I try to get a IntialContext for this user, I am getting accress denied error when trying to get the InitialContext. Code snippet: Hashtable env = new Hashtable(); // This required property s

  • Editing narration for a presentation

    Preparing 30 min presnttn. Pre-recorded 5 min naratn, placed in audio wndw. Now, I'm editing transitions/builds to fit naratn and have to start over every time I want to review results. (very tedious) Sound track starts _from the beginning_ even if I