Double click on commandButton with IE (Bug?)

Hi all,
I made a big form with JSF and it works pretty well. On top of it, there is a dataTable, and below it, there are fields to populate this table.
If I make a crazy double- or triple- click on a "add" commandButton with IE6, jfaces sends a NullPointerException (see below) . You might say, it is not a really bad thing...
The big problem is that I can not use this commandButton anymore, even during a new session !!! I have to restart my JBoss !
Firefox doesn't behave like IE.
Is there any workaround ?
Here is my commandButton :
<h:commandButton action="#{userHandler.currentTask.onClickAdd}" value="Add" id="btnAdd"/>
Here is my method :
     public void onClickAdd() {
          List lstlDetail = (List) tableDetail.getWrappedData();
          lstlDetail.add((InnerDetail) currentDetail.clone());
          currentDetail = new InnerDetail();
          calculTotal();
Here is the stacktrace (in french...) :
17:58:59,650 ERROR [Engine] ApplicationDispatcher[ComptaWeb] Servlet.service() for servlet jsp threw exception
java.lang.NullPointerException: Erreur dans les arguments: Un ou plusieurs param�tres peuvent ''tre nuls.
     at com.sun.faces.renderkit.html_basic.HtmlResponseWriter.writeAttribute(HtmlResponseWriter.java:240)
     at com.sun.faces.renderkit.html_basic.FormRenderer.renderNeededHiddenFields(FormRenderer.java:223)
     at com.sun.faces.renderkit.html_basic.FormRenderer.encodeEnd(FormRenderer.java:198)
     at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:712)
     at javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:616)
     at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:539)
     at com.sun.faces.taglib.html_basic.FormTag.doEndTag(FormTag.java:363)
     at org.apache.jsp.process.WMF_BC.detail_jsp._jspService(detail_jsp.java:563)
     at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
     at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:703)
     at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
     at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
     at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312)
     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
     at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
     at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
     at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
     at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
     at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:72)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
     at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:275)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
     at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
     at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:297)
     at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:371)
     at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:731)
     at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:663)
     at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:859)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
     at java.lang.Thread.run(Thread.java:534)
(Sorry for my english, it's not my native language)

Sorry I forgot to say that the realy first exception was that one :
17:56:05,289 ERROR [Engine] ApplicationDispatcher[ComptaWeb] Servlet.service() for servlet jsp threw exception
java.lang.IllegalStateException: Duplicate component ID 'formulaire:TblVueSimple:outQuantite' found in view.
     at com.sun.faces.application.StateManagerImpl.removeTransientChildrenAndFacets(StateManagerImpl.java:118)
     at com.sun.faces.application.StateManagerImpl.removeTransientChildrenAndFacets(StateManagerImpl.java:126)
     at com.sun.faces.application.StateManagerImpl.removeTransientChildrenAndFacets(StateManagerImpl.java:126)
     at com.sun.faces.application.StateManagerImpl.removeTransientChildrenAndFacets(StateManagerImpl.java:126)
     at com.sun.faces.application.StateManagerImpl.saveSerializedView(StateManagerImpl.java:70)
     at com.sun.faces.taglib.jsf_core.ViewTag.doAfterBody(ViewTag.java:169)
     at org.apache.jsp.process.WMF_BC.detail_jsp._jspService(detail_jsp.java:568)
     at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
     at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:703)
     at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
     at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
     at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312)
     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
     at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
     at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
     at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
     at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:703)
     at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
     at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
     at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312)
     at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:670)
     at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:637)
     at org.apache.jsp.tache_jsp._jspService(tache_jsp.java:55)
     at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
     at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:703)
     at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
     at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
     at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312)
     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
     at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147)
     at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
     at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
     at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
     at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:72)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
     at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:275)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
     at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
     at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:297)
     at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:371)
     at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:731)
     at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:663)
     at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:859)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
     at java.lang.Thread.run(Thread.java:534)
The other one is send during a new session, when I click on my add button.

Similar Messages

  • When double clicking a word with an adjacent br Firefox is reporting the endContainer of the selected range as the parent div, but when selecting with a mouse drag Firefox reports the endContainer is a text node. Is this expected behavior?

    Double click on break and the end container appears to be the parent div, but if you select just break with mouse the end container is a text node. If you continue to drag your mouse past the end of break you also get the parent div. Sample html:<br />
    <br />
    <pre><nowiki><!doctype html>
    <html>
    <body>
    <div id="surroundingDiv1">
    Break<br/>
    </div>
    <p>
    <a href="#" onclick="showSelectionInfo()">Show Selection Info</a>
    </p>
    <label for="output"></label><textarea id="output" rows="20" cols="50"></textarea>
    <script>
    function showSelectionInfo() {
    var range = null;
    var sel = window.getSelection();
    if (sel.rangeCount > 0 && sel.getRangeAt(0).toString() != "") {
    range = sel.getRangeAt(0);
    if (range != null) {
    document.getElementById("output").innerHTML =
    "Text: " + range.toString() +
    "\n\nendContainer - " +
    "\n\tid: " + range.endContainer.id +
    "\n\tnodeName: " + range.endContainer.nodeName +
    "\n\tnodeValue: " + range.endContainer.nodeValue +
    "\n\tnodeType: " + range.endContainer.nodeType +
    "\n\nstartContainer - " +
    "\n\tid: " + range.startContainer.id +
    "\n\tnodeName: " + range.startContainer.nodeName +
    "\n\tnodeValue: " + range.startContainer.nodeValue +
    "\n\tnodeType: " + range.startContainer.nodeType;
    </script>
    </body>
    </html></nowiki></pre>

    In general theory, one now has the Edit button for their posts, until someone/anyone Replies to it. I've had Edit available for weeks, as opposed to the old forum's ~ 30 mins.
    That, however, is in theory. I've posted, and immediately seen something that needed editing, only to find NO Replies, yet the Edit button is no longer available, only seconds later. Still, in that same thread, I'd have the Edit button from older posts, to which there had also been no Replies even after several days/weeks. Found one that had to be over a month old, and Edit was still there.
    Do not know the why/how of this behavior. At first, I thought that maybe there WAS a Reply, that "ate" my Edit button, but had not Refreshed on my screen. Refresh still showed no Replies, just no Edit either. In those cases, I just Reply and mention the [Edit].
    Also, it seems that the buttons get very scrambled at times, and Refresh does not always clear that up. I end up clicking where I "think" the right button should be and hope for the best. Seems that when the buttons do bunch up they can appear at random around the page, often three atop one another, and maybe one way the heck out in left-field.
    While I'm on a role, it would be nice to be able to switch between Flattened and Threaded Views on the fly. Each has a use, and having to go to Options and then come back down to the thread is a very slow process. Jive is probably incapable of this, but I can dream.
    Hunt

  • Double click problem in iTunes (query bug)

    With the recent iTunes update 7.7.1(11), I noticed that when switching between iTunes (esp. when it is in the compact mode) and other apps, a single mouse click in iTunes is often interpreted as a double click. This leads to distress when I try to pause the current track as the double click action pauses the track then plays it.
    To relieve this symptom, I need to minimize iTunes and maximize it again.
    Anyone else out there with the same problem?

    Hi,
    transaction VA23 is for Quotations..
    so in your select query write...
    select  vbeln
             erdat ........
              from vbak into corresponding fields of table <table name>
              *where vbtyp eq 'B'*. (Document type for Quotation)
    Then it works.
    Regards,
    Sathish Reddy.

  • Nautilus 3.16 Cannot double-click with Icon-View to open items

    I'm updated testing/nautilus-3.16, and it cannot double-click to open ever items.
    But goto Preferences -> Behavior to set ' Single click to open items '
    Single click is working on nautilus, It's can single click to open items.
    And goto Preferences -> Default View to set 'List View'
    Double click is working with 'List View'.
    Not have anything error code in Terminal.
    And I reset gconf and dconf, Icon View with double-click still not work.
    How to solve it?
    Last edited by MayKiller (2015-04-02 10:55:18)

    ewaller wrote:
    Moving to testing.
    Maykiller, you reported the thread to the moderators.  Did you perhaps mean to reply to the thread?
    Sorry for that, I clicked 'report', it's wrong.
    I was mean it is reply for that user...
    Last edited by MayKiller (2015-04-04 12:42:22)

  • Opening files with double-click and FileVault

    I'm experiencing an issue with 10.7.2 and something is telling me it's related to FileVault. When opening a .txt or .numbers file the associated application (TextEdit or Numbers) will open and display the document. But the pointer turns to the spinning disk and the application won't accept any clicks or keyboard shortcuts. If I alt+tab away from the application I cannot alt+tab or click the Dock icon to return to the application. After a few moments I have to Force Quit the application from the dock. I can also use kill-9 <PID> in Terminal to stop the process.
    This *never* happened before 10.7.2. TextEdit will, about 20% of the time, recover after 1.5 - 2.0 minutes of me just leaving it alone.
    This happens on *every* file I double-click for these applications. If I open the file from within the application (File | Open) it's fine, so I don't think this is a corrupt file problem.
    I open most applications by selecting the desired document from Spotlight (command+space <filename>) - this has the same effect as double-clicking the file with the mouse.
    Can this be related to FileVault? I'm open to coincidences, but because I've used 10.7 the same way (double-click or, more often, Spotlight) when opening files and haven't seen this until I started using FileVault I'm leaning towards that.
    I've not made any modifications to the OS - there are no auto-load programs and I've installed ony about five applications that didn't ship with OS X 10.7.
    Anyone else seen this issue?

    This was getting so frustrating I turned off FileVault and the problem went away. That's too bad, but there it is.

  • Double Clicking Photo No Longer Opens in Full Screen

    Hi all:
    We have our preferences in iPhoto set so that double clicking a particular thumbnail opens the photo in Full Screen mode for editing.
    Just this morning, for no apparent reason, we noticed that the photos when double clicked now open with gray (or black, I'll have to look again when I'm back home) space on the sides -- in a sort of "letterbox" effect. The pix still fill the screen from top to bottom like they used to, but they no longer stretch completely to the sides.
    Any idea what has happened? We're thinking it's something easy, perhaps a stray click that unintentionally put us in a different iPhoto mode without us knowing it. (We did recheck our preference setting and "open in full screen" remains selected.)
    Thanks for your help.
    -- JDee

    JDee:
    Try deleting the iPhoto preference file, com.apple.iPhoto.plist from your User/Library/Preferences folder. Launch iPhoto and reset your preferences.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Finder - Cannot double click items to open

    Since I upgraded to Snow Leopard, intermittently I have been unable to double click some items to open them in their default programs. I can go into the program and open them via File - Open.
    If I double click an item with it's default program open, nothing happens. If I double click an item and the program is not open, the program bounces in the dock and does not open.
    Same for .dmg files. If I download them, I can only open them using Disk Utility.
    These problems are not present when I boot up. They only happen at some point later. A restart fixes the problem.
    Anyone else experiencing this?

    I am having the same issue with my machine, and 3 other iMac machines. All updated to 10.6.1. At first I thought it was just attachments in e-mails not opening correctly... Then I discovered that double-clicking, or right (option) clicking and choosing open, or open with, did not do anything. If the default program for that file is open, it will take you to the program but will not open anything. I have found this to be a problem with .pdf, .doc, .docx, .jpg files. I tried deleting the finder preference file, which has done nothing. No solutions as of yet.

  • How to double click to open an email on Comcast Smartzone?

    On the Comcast Smartzone website, there is a list of received emails. On a computer with a mouse, an email is opened by double clicking on it with the left mouse button. How can this be accomplished with the iPad touch interface?
    Thanks, Don

    You can't compare "normal Windows" software to iPad apps in the first place if that's what you mean. Two totally different things - computer software and iPad apps. And you are trying to implement a task that's meant to be performed on a computer within a web browser when you are using SmartZone. You can do it to a degree but with limitations.
    If you want to open the email in SmartZone, just lightly touch the message in the list. No double click is required. The emails will open and you can read them on the iPad. I do that sometimes but like I said, it is so slow to respond on the iPad. SmartZone was designed for use sometime in 2007 (?) long before the iPad was around.
    And, I also agree that the lite version is so much better for the iPad. You can change to the lite version by going to your preferences, choose general and select SmartZone Lite.
    Message was edited by: Demo

  • Launching Air Captive runtime by double clicking file does not pass location in arguments

    I am trying to make my Air Captive Runtime Mac OS X app respond correctly when the user double clicks on a file type associated with the app.
    I have set up the invoke event listener to capture location of the file that the user has clicked to launch the app stored in the event.arguments variable.
    In the following simple test I just print out the length of the arguments passed in when the app is invoked. This is the behavior I am seeing:
    1. when I launch the app from the command line with 2 args,
    open test.app --args arg1 arg2
    I get "2"  as expected for the arguments length.
    2. If the app is already open and I double click a file with a type associated with the app. It correctly invokes the app and passes in the path to the file that was clicked. Length is 1 as expected and the content is the path to the file.
    3. However, if I just double click the same associated file when the app is not open, the app launches correctly, however no arguments are passed. Length is 0 and there is no way to know what file the user double clicked.
    here is code:
    var debugOutput = new TextField();
    addChild(debugOutput);
    NativeApplication.nativeApplication.addEventListener(InvokeEvent.INVOKE, onInvoke);
    function onInvoke(e:InvokeEvent):void
      debugOutput.text = e.arguments.length;
    Any thoughts on what might be going on?

    I have the same problem. i have tired AIRSDK 3.1 & 3.4, my app can run normal without Captive-runtime mode in my nexus s, But keep getting the message "unfortunately, (myappname) has stopped" when packed with Captive-runtime.

  • Are there known issues concerning double clicking in FF? We found bug 542068. Most of the issue we found have to do with Flash. Does it affect other applications (JSP/Javascript) too?

    Are there known issues concerning double clicking in FF? We found bug 542068. Most of the issue we found have to do with Flash. Does it affect other applications (JSP/Javascript) too?

    If there is a pattern of the application working up to Firefox 3.6.3 and not working starting with Firefox 3.6.4, there could be a problem with trying to communicate events between firefox.exe (which hosts pages) and plugin-container.exe (which hosts some plugins). You can tweak your settings to force plugins to run in firefox.exe to see whether this is the problem. This article has some background information on that:
    http://kb.mozillazine.org/Plugin-container_and_out-of-process_plugins
    ''Do you know if there are problems with Firefox 3.6 when you double click in a JSP/JAVA/Javascript application?''
    No, I don't know. Obviously I can't read every post here, but I haven't read about it before.
    Is it a stupid question to ask: why does that matter?? To fix the application to work in Firefox 3.6 and above, we need to see a page that works on other browsers and fails in Firefox. It doesn't need to be the whole application, just enough to demonstrate the problem so that if we solve it, then you can apply that learning back to your application.

  • Double Clicking Issue Feature Or Bug

    Hi All,
    I've been using Mac's for over ten years and I'm experiencing an issue unlike anything I've ever seen before. I have this double-clicking issue (maybe more appropriately "accidental double-clicking issue") in certain programs.
    In iTunes for example, when I choose File/Add To Library and I double-click the root folder on my external hard drive (which contains subfolders such as Documents, Pictures, Movies, Music, Applications, etc..) iTunes begins to automattically import EVERYTHING on the folder without my having clicked the CHOOSE bubble. EVERYTHING!
    Either I'm crazy and I'm just noticing this now or this is the most annoying bug/feature I've ever seen.
    The issue also occurs in Mac The Ripper. When I went to choose a Save location and accidentally double-clicked a folder that had subfolders in it, I didn't get the opportunity to click CHOOSE. The Finder just assumed that my double-clicking a folder means that that is the folder I want to select.
    I hope I'm explaining this clearly. I don't know I never noticed this "feature" before!
    Is there anyway to turn it off?

    There isn't anything similar between the two in a hardware sense. The two machines aren't sharing anything. I only use the Magic Mouse with the new 27" i7 iMac.
    I tried to reproduce the effect in 10.5 to see if it was indeed a "feature", and it is. To a certain extent.
    At this point I've come to the conclusion that this is supposed to happen, in 10.5 and 10.6 (possibly 10.4 or earlier too) when a folder and it's sub-folders contain compatible files respective to the program attempting to access them. However, I don't think it should happen when a folder contains subfolders that have files that are incompatible with the particular program that is currently being browsed.
    Furthermore... I'm unable to reproduce the same issue today! This new 27" iMac i7 has been very "buggy" across the board!
    Like for example;
    When I first started it up, Airport and Firewire didn't appear in the Network preference pane in System Pref's. And it didn't recognize USB devices that I plugged in until I rebooted a few times.
    It ran REEEEEALLLLLLY HOT! Hot like when you put your hand on the hood of a car thats been sitting in the sun. But today it seems to be running much cooler...
    It also wont boot from any external hd or Disk Warrior 4.2 DVD.
    But all in all it's still a pretty sweet, and crazy fast.

  • PDF file won't open with double click

    Mac OSX 10.6.8/Acrobat 10.1.3.
    Suddenly pdf files won't open with a double click, I now have to open Acrobat and file>open.
    Also, once they're open, they won't close by clicking the red close dot, I now have to go to file>close.
    Very frustrating!

    Even reinstalling doesn't work with the standard Creative Suite installer. Except for the double-click bug, Acrobat doens't respond to dock-tasks either, like <right-mouse-click> on dock icon and select <quit>.
    In this version of Acrobat, the repair function doen't seem to exist anymore. Sadly....
    So the problem keeps existing, even with the laterst 10.1.4 version.
    ==========================
    OSX 10.8 - Acrobat Pro X 10.1.4

  • I am having problems with NI-FBUS configurat​or hanging when I try to view the parameters by double clicking on the block

    I am having problems with NI-FBUS configurator.  When I double click the function block to expand the block and view parameters the configurator will hang and eventual issue a "Fieldbus Configuration Application has Stopped Working" error.  I can use dialog and see each parameter with the "getobject" command just fine.  I have uninstalled the package and reinstalled it with no change.  I am operating Windows 7 with configurator version 4.1.0.49152  Comm manager ver 4.1 with the USB interface adaptor.
    Any ideas would be appreciated.

    Hi
    This might be a bug fixed in version 4.1.1, which is free for you since your version is 4.1.0. 
    Please try to upgrade it here

  • When i double click itunes it doesn't open it just comes up with an error saying " The itunes library.itl file cannot be found or created. The default location for this file is in the 'itunes' folder in the 'music' folder". How can i fix this?

    When i double click itunes it doesn't open it just comes up with an error saying " The itunes library.itl file cannot be found or created. The default location for this file is in the 'itunes' folder in the 'music' folder. How can i fix this problem?

    Anyone can help to advice how to solve this issue ?

  • On all my other apps and browsers, I have my system set up to open things with a doubleclick. In Firefox, however, a single click opens things, and it's very annoying since I wind up with duplicate pages -- where can I change this option to double-click?

    I think my question explains my issue, but I particularly have this issue on www.pogo.com when I try to open a game room. The system tells me someone else with my user name is trying to enter the room at the same time, so it boots us both out. I have contacted Pogo, and they tell me it's a Firefox issue. There must be an option somewhere, like a OS has, to pick between single and double clicks to open an app, but I can't find it in Firefox. My mouse is set in XP for double-click.

    Hi Roger
    Thank you for your reply.
    My original feed is: http://casa-egypt.com/feed/
    However, because I modified the feed http://feeds.feedburner.com/imananddinasbroadcast and nothing changed, I redirected it to another feed and then I deleted this feed.
    Is there any way to change the feed in itunes? The only feed I have now is  http://feeds.feedburner.com/CasaEgyptStation
    I tried to restore the feed http://feeds.feedburner.com/imananddinasbroadcast but feedburner refused.
    I know that I missed things up but I still have hope in working things out.
    Thanks is advance.
    Dina
    Message was edited by: dinadik

Maybe you are looking for

  • Duas empresas emitindo NF-e para mesma UF e único GRC/PI, é possível?

    Pessoal, bom dia! Num projeto de NF-e é possível duas empresas emitirem NF-e para a mesma UF, utilizando o mesmo GRC/PI (únicos)? Pergunto isso, pois não existe uma forma de diferenciar no PI os multiplos Receiver Determination nos cenários para dete

  • PO conditions

    Hi This is regarding PO conditions.I want the Freight cost posted to a separate expense account.i followed the below steps. step 1- create a condition type with control data as condition class A,calculation type A,condition category B Step 2-then it

  • URGENT Flash Decompiler Needed

    I am wondering if anyone has a .swf decompiler. I was working on the final corrections to a flash site for my client Cabinet Source http://www.hookmedia.biz/cabinet_source/v4_f and I had to restart my computer and when I restarted it and tried to ope

  • What is this called?

    I've seen this before and I'm working on a volunteer project that I think it would work great on.  What I would be referring to is how the image is broken up in multiple peices and then goes into the next image by flipping all of the peices over.  Yo

  • Are you guys on the case with the Office 365 glitch everyones reported / querying - no send / reply buttons visible plus Script Error messages?

    Script: https://r4.res.outlook.com/owa/15.0.775.9/owa2/scripts/boot.0.mouse.js:91 This is just one of the error messages I suddenly seem to be getting using Office 365 on Firefox on a iMac