HTML control has javascript errors: how to update the HTML control in AIR ?

I have an AIR application (flex 4.6 or flex 4.7), using  AdobeAIR3.7 or AdobeAir4.0
I use a HTML browser component
    <mx2:HTML id="browser" width="100%" height="100%">
Problem is: when navigating to page, JS gives errors, whereas it works fine with firefox, chrome, ie or safari
When I display the brower navigator.appVersion gives me :
    5.0 (windows;u;fr-FR) AppleWebkit/533.19.4(KHTML, like Gecko) AdobeAIR/3.7
    5.0 (windows;u;fr-FR) AppleWebkit/533.19.4(KHTML, like Gecko) AdobeAIR/4.0
Maybe this is an OLD version : is there a way to UPDATE the internal browser used by Flex ?
JS script I got in the AIR HTML (I don't get in normal browsers):
    ReferenceError: Can't find variable: Uint8Array
    TypeError: Result of expression 'messageHandler.on' [undefined] is not a function.

You might be able to use StageWebView: StageWebView - Adobe ActionScript® 3 (AS3 ) API Reference
Currently we're stuck between a very old embedded WebKit version used by HTMLLoader, and StageWebView which uses the system WebKit and doesn't allow for any DOM interaction. See here: How do you use AIR's WebKit/htmlloader?

Similar Messages

  • Unique constraint ERROR How to update the task order customly?

    I am using DAC to load data from Siebel database into Oracle Business Analytic Data Warehouse for BI Apps. Now we encounter a question. I need some help.
    When I run current execute plan, the Custom_shyy_SIL_ActivityFact is failured.Beause the *'unique constraint (SHYY_OLAP_DEV.W_ACTIVITY_F_U1) violated'* ORA_00001 ERROR. I analyse this question.At last, I think this question is caused with some below reason.
    My custom execute plan include some Update Dimension from Dimension tasks. They are SIL_EmployeeDimension_SCDUpdate and SIL_ProductDimension_SCDUpdate and so no. that tasks that marked Update Dimension from Dimension run before the Custom_shyy_SIL_ActivityFact. And, in the w_product_d one integration_id corresponding with two records, but the curent_flag ='Y' recored is only. Now ,I Think the SDCU Task is run before the Load fact tack. I discoved it does't work. please help me !

    Hey
    When Doing a full Load through DAC it drops all the unique indexes and then inserts the data and recreates the indexes again.The Index Creation fails if there are duplicate rows (Rows with same integration_id).
    So start Checking the Data right from the Source Level.
    First check the Source (do this using the integration_id thats repeating,Go through the informatica Mappings(ETL Mappings).
    If its Fine there Come to the Staging Level and Check for Duplicate Columns.
    Then Check in the final Table for Duplicate records.
    My Guess is that you are having duplicate rows at the Source level.
    If your are using informatica try using distinct for the SQL in the Source Qualifier(think that should block any duplicate records).
    Update here If you are able to solve this.
    Thanks
    Hemanth

  • How to update the status of Outbound IDOC in case of error

    I want to know about how to update the status of Outbound IDOC in case of error.
    I am using message control functionality here.

    HI,
    If u r using the standard message and basic type
    u can do it in the FM attached to the basic and message type.There u need to write ur own message instead of standard SAP message..chek if there r any userexits available in the FM..where u can overwrite ur own message ..
    If u r using the Zmessage and Zbasic type
    then u need to declare an internal table of EDIDS structure and then append ur message to the internal table..
    idoc_status-docnum   = idoc_contrl-docnum.
      idoc_status-msgty    = <message type>
      idoc_status-msgid    = message-id.
      idoc_status-msgno    = message-number.
      idoc_status-msgv1    = message-message_v1.
      idoc_status-repid    = sy-repid.
      idoc_status-status   = <give the error status>.
      APPEND idoc_status.
    Reward if u find useful
    Regards,
    Nagaraj

  • HT4972 hello friends i have a problem in my ipod touch it has 4.2.1 version of software but it doesnot supports any aps so how to update the ios please anybody help me..

    hello friends i have a problem in my ipod touch 3g it has 4.2.1 version of software but it doesnot supports any apps so how to update the ios 5 or more than this please anybody help me..i am in trouble.

    I suspect you really have a 2G iPod. Those can only go to iOS 4.2.1.
    Identifying iPod models
    iPod touch (3rd generation)
    iPod touch (3rd generation) features a 3.5-inch (diagonal) widescreen multi-touch display and 32 GB or 64 GB flash drive. You can browse the web with Safari and watch YouTube videos with Wi-Fi. You can also search, preview, and buy songs from the iTunes Wi-Fi Music Store on iPod touch.
    The iPod touch (3rd generation) can be distinguished from iPod touch (2nd generation) by looking at the back of the device. In the text below the engraving, look for the model number. iPod touch (2nd generation) is model A1288, and iPod touch (3rd generation) is model A1318.
    Otherwise connect to yor computer and update via iTunes. Yo need iTunes 10 or later on the computer.
    To more easily find compatilbe apps for 4.2.1
    iOSSearch - search the iTunes store for compatible apps.
    Vintapps 3.1.3 - paid app.
    Apple Club - filter apps by iOS version.
    Discussion post by msgarmar - technique to sort apps by date.

  • Upgraded to 10.3.1.55, now can't set iT as default player,"An error occurred when updating the default player for audio files types.  You do not have enough access privileges for this operation." How to fix?

    After I upgraded iTunes, iTunes doesn't recognize CD in the drive, apparently isn't the default player.  It won't let me set iTunes as the default player, I get the error message "An error occurred when updating the default player for audio files types."  I tried Whitesides' remedy (changing Read Only status in folder in Windows) but it didn't solve the problem.  Any suggestions?  Thanks.
    J

    Oddly enough. I think I just solved it. It looks like, for some reason, my computer has about 8 different "iTunes music" folders, and I've been saving my music to the wrong one. Neat. Music now imports and plays as it should. Copying things over is going to be so fun tonight!

  • How to update the data in sqlserver table using procedure in biztalkserver

    Hi,
    Please can any one answer this below question
    how to update the data in sqlserver table using procedure in biztalkserver
    while am using executescalar,typedprocedure getting some warning
    Warning:The adapter failed to transmit message going to send port "SendtoSql1" with URL "mssql://nal126//MU_Stage2?". It will be retransmitted after the retry interval specified for this Send Port. Details
    Please send me asap....
    Thanks...

    Hi Messip,
    A detailed error would have helped us to answer you more appropriately but
    You can follow the post which has step by step instructions, to understand how to use Stored Procedure:
    http://tech-findings.blogspot.in/2013/07/insert-records-in-sql-server-using-wcf.html
    Maheshkumar
    S Tiwari|User
    Page|Blog|BizTalk
    2013: Inserting RawXML (Whole Incoming XML Message) in SQL database

  • "An error occurred while updating the configuration"

    I recieved an Apple Airport Base Station in the mail today. I got it second hand, and I performed a hard-reset since I didn't have the password and stuff. I wanted to update it properly before I started using it.
    I have followed the guides in here point by point, but all I get when I am trying to connect with the AirPort Admin Utility is the error in the topic: "An error occurred while updating configuration".
    I've been surfing and googling for hours now, and can't seem to find the solution to this.
    The Base Station has a model no. M8440, and that's all I know about it. First I thought it was the Snow, then the Graphite and now I don't know. The reason I get confused is because I've read about all these different colored lights.
    Here's a description of my Base Station - in case someone recognized it, and can help me identify it:
    - It's one of those "UFO's"
    - It's all white, with a silver Apple-logo
    - It's got three ports: Modem, WAN and LAN
    - It's got three lights - ALL WHITE all the time.
    I've tried to download firmware - the last I tried was called AirPortFW4.0.9.img - but when I try to run it by clicking it I get the error "The destination folder "AirPort whatever firmware whatever" is on a locked volume.
    My computer is a 2,0 HGz MacBook Pro, and int the AirPort Admin Utility the Base Station is said to be V4.0 dev with IP 192.42.249.13 - so it seems to be hard-resat all right...
    Please folks...help me out!

    I've also encountered the same problem with an older dual ethernet airport.
    I first started having problems with the original one about 8 months ago, and after spending a ridiculous three hours on the phone with AppleCare they sent me out a refurbished replacement. That one worked fine for about 5 months, but then started dropping the signal again, before becoming "unfindable". I went through the same processes, (soft reset, then hard reset etc.) which sometimes solved the problem. I eventually I took it to an Apple Store and of course, it worked fine once I got there. Strange thing is, I took it home and it continued working without incident...for a month. When it happened again, I decided to forgo all the the diagnostic work and just take it back to the store. Sure enough, it fixed itself again, then broke again a few weeks later (now).
    Unfortunately, I just had knee surgery and can't get down there now, (which was getting ridiculous anyway), so I went through everything again for the first time on the MBP. I ended up getting the "An error occurred while updating the configuration" message, and after reading this thread started up the old TiBook. The reconfig worked on there, but it still isn't visible on either computer. In fact, it then becomes inaccesible even through LAN on the TiBook through either the AirPort Admin or the dropdown, though it did appear on the MBP via AirPort Admin. However, it says the software on the airport cannot be uploaded or changed due to out of date software on my computer, and suggests I go to apple.com/support to update my computer's software, which is already current. It does however say that I may be able to change the settings and so forth, which I was able to do. Unfortunately, it still does not show up anywhere else on either computer, no matter how much I tinker with the settings.
    Any ideas? I suppose I'll just stick with built-in ethernet till I am mobile again.
    MacBook Pro 15 Intel Duo Core 2.16GHz 2GB/100GB Serial ATA drive@7200rpm   Mac OS X (10.4.7)   '02 Titanium Powerbook G4 1GHz 1GB/60GB/Superdrive (currently awaiting a new hard drive)

  • "An error occurred while updating the default player for audio file types"

    Getting ready for a deployment of version 9.2 of iTunes for 1400+ users.
    Getting this error when a 'normal' user goes into Edit/Preferences of iTunes and makes no changes.
    "An error occurred while updating the default player for audio file types. you do not have enough access privileges for this operation."
    I've elevated privileges of the C:\program files\itunes directory for this user to Full Control however problem remains.
    Tried to modify the folder to remove 'read-only', as found this suggestion on here, but read-only keeps applying itself.
    User has full rights to the location of the media as specified under Advanced Tab. If I tick 'Set as default media player' and remove tick and then click OK I do not get the error. From what I've read it's affected older versions of iTunes also.
    Doe anyone have any other suggestions?
    Thanks in advance.

    I had a similar issue. Turned out that - somehow - one of the directories or files in my iTunes music folder had gotten set to read only. Fixing it was easy.
    Go to Edit/Preferences.
    Choose the Advanced tab
    in the General subtab select the contents of the box labeled "iTunes Music folder location"
    Click Start, choose Run
    Paste the location
    Press the button to move up one level
    Right-click the music folder, choose Properties
    If this is your problem, the read-only box will be a solid color or checked. Set it to empty and choose the default "apply to folder and all subfolders and files." This will set everything in there readable, which after I did so I stopped getting the error.

  • How to update the table value in the valuechange event?

    I have an input field in the datatable with the valueChangeListener
    <rich:dataTable id="cart" value="#{cart.cartList}" var="item">
    <h:inputText value="#{item.cost}" id="qty" valueChangeListener="#{items.updateCost}" onchange="submit()">
    <h:outputText value="#{item.errorMsg}"> </h:outputText>
    in the backing bean
         Item item = (Item) model.getRowData();
    // do some update, if the cost too larger, change to max_cost
         item.setCost(max_cost);
         item.setErrorMsg("Error Msg");
    After calling the valuechange method, the screen output doesn't update the cost.
    How to update the table value in the valuechange event?

    As you're misusing the valueChangeListener to set another input field, you need to skip the update model values phase. Otherwise the value set in the valueChangeListener will be overridden by the submitted value. You can do this by calling the FacesContext#renderResponse() inside the valueChangeListener method. This will shift the current phase immediately to the render response phase, hereby skipping the update model values and invoke application phases.

  • HELP!!! i need help on how to update the core applications and system software.

    can anyone help me update my software for a blackberry curve 9300. i need to updat the core applications and the system software but i dont know how to do so. do i do it by my desktop or device

    Hi and Welcome to the Community!
    The simplest way is this:
    KB16068 How to update the BlackBerry Device Software through the web
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to update the PHP Class Service back in Flash Builder 4

    I'm not sure if my post title makes any sense or not but let me explain.  I've been working on an application in Flash Builder 4 using the ZendFramework and PHP services and everything is work great. the problem I have is after I make changes to my services PHP class (edit php file that has my functions in it), how to I updated those functions in the Flash builder application?
    For example, I needed to pass a second object into one of my function in my PHP class and after I edited the file and saved it, I don't see the changes in the Flash builder 4 application. Is there a button I can run to update the PHP class back in Flash Builder?
    Thanks,
    John Baranowski

    How do you use Flash Builder to regenerate the code for the same PHP service I connected to prior? When I first connected to the PHP service Flash Builder automatically built a package with all kinds of actionscript functions in it. I added a function to my PHP Class file server side and I need help on how to update the package back in Flex to see my new function. Can anyone help me??
    -John

  • HT1727 I inherited my iPhone & I don't know how to update the 45 apps already on it

    I inherited my iPhone from my husband so most of the apps are under his old Apple ID/business email account but his email account is no longer accessable since he has recently retired and no longer can use his business account.  I don't know how to update the 45 apps that he purchased that are still on my phone.

    Hi barbsapplesupport!
    Here is a link that can tell you about updating your apps on your iPhone:
    Download and install app updates - App Store - iPhone Basics - Apple Support
    http://support.apple.com/kb/TI133
    It is likely that these apps were purchased under his Apple ID, so in order to update them, you will need to enter his Apple ID and password when prompted. Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • How to update the windows cached password after SSPR?

    Scenario: Windows 7 remote user forgets the cached password for her laptop and uses FIM 2010 R2's Reset Password invoked from the login screen. The domain password change is successful, but the user still cannot login to the laptop as the
    cached password has not been updated.
    Question: How to update the cached windows logon password after SSPR to allow user to login with the new password.
    Thanks 

    Please try the following:
    KB2845626 - Cached credentials are not updated when you change your password in Windows
    If you found my post helpful, please give it a Helpful vote. If it answered your question, remember to mark it as an Answer.

  • How to update the field ZLSPR of table BSEG

    HI Friends,
    Can anyone tell me how to update the field ZLSPR of table BSEG? I've a 700 line abap program and I should include some logic in this program to make an entry into BSEG-ZLSPR. Is there any FM/BAPI available? Is BDC a healthy approach?. My team lead do not want me to use UPDATE statement....please help.
    Thanks in advans,
    Varsha.

    Hi,
    Hi ,
    You will need to group that radiobuttons so that SAP knows they are linked together. To do this using the grahical layout editor simply select all the radiobuttons and then right click on them, Now choose define group. Once you have done this you should not need any of the "clear" or "='X'" statements SAP should control it all for you.
    hope this helps
    Reward if found helpfull...
    Venkoji Babu.

  • How to update the ztable by using table handling function

    how to update the ztable by using table handling function
    It is very urgent ...............................
    thanks in advance

    see the  below code for the direct   ztable update
    Report  ZUPDATE_PRPS.
    tables: zprps.
    parameter: p_wbs like zprps-pspnr,
               p_value like zprps-fakkz default 'X'.
    data: wa_fakkz type zprps-fakkz.
    *START-OF_SELECTION
    start-of-selection.
    call function 'CONVERSION_EXIT_ABPSP_INPUT'
         exporting
             input     = p_wbs
        importing
             output    = p_wbs
        exceptions
             not_found = 1
             others    = 2.
    select single fakkz
      into wa_fakkz
      from zprps
    where pspnr eq p_wbs.
    if sy-subrc eq 0.
       update zprps set fakkz = p_value where PSPNR eq p_wbs.
       if p_value is initial.
         message i999(za) with 'Billing element field has been unchecked'.
       else.
         message i999(za) with 'Billing element field has been checked'.
       endif.
    else.
      message i999(za) with 'WBS element not found'.
    endif.
    reward  points if it is usefull .....
    Girish

Maybe you are looking for

  • How to remove build errors while creating an Order App. for Handhelds

    Hi Friends, As per the Tutorial: Developing an Order Application for Handhelds provided at the given link http://help.sap.com/saphelp_nwmobile71/helpdata/en/8F/0B674240449C60E10000000A1550B0/frameset.htm I am creating mobile application for PDA . I h

  • Off topic :Newcomer in Java with Oracle

    Hi Please What books/Forums about Java with Oracle Thank you in advance

  • HTMLDB_Mail, Push Queue

    When does the WWV_FLOW_MAIL_LOG and WWV_FLOW_MAIL_QUEUE get updated. I have some mails going through without any issues and they are in the mail_log, and I have some which are just in the mail_queue and do not get sent though the email addresses are

  • AirTunes with AE 6.1.1 and Mac OS 10.6.2

    I am in China and was unable to make my Airport Express base station work with my PPOE account until a Beijing Apple Store tech explained that AX v6.3 is not compatible with local ADSL service and downgraded the AX firmware to v6.1.1. Now I have wire

  • IPod Touch won't charge, turn on, or do anything.... HELP?

    Hi I have a 1st Gen iPod Touch the problem was it had 10% power left so i charge it with an AC wall charger after about 2 mins the ipod shutdown immediately like without the circling thing then i unplug the ipod plug it in my laptop (a PC, vista, wit