Can click on "confirm" message popup only at second click

Hi,
I'm trying to figure out how to handle this issue:
We have a complicated GUI in our website and one of the actions the user wish to perform - should show him a Confirm message box (using javascript: confirm()).
The problem is that if he tries to click on the Confirm Box (no matter where in the box) - it bubbles the mouse event to the GUI. the Confirm Box responds to the mouse event only on second click.
Do anyone knows how can I prevent the Confirm Box to bubble the event?
Thanks.
P.S.
Sorry for my broken English.. Hope my question is clear enough.
Message was edited by: Nir_Alshek

Unfortunately that didn't work.  I went to Start->Programs->National Instruments->TestStand 3.5->Operator Interfaces->LabWindows-CVI and got the following error message:
Test Executive
Error in call to LoadPanelEx
   Parent Panel Handle: 0
   UIR File Name: TestExec.uir
   Panel Resource ID: 4
   Hinstance: 0x00400000, D:\...\OperatorInterfaces\NI\Full-Featured\CVI\TestExec.exe
Error Code: -143
Active X control error
The actual error window is attached.  Looks like my installation has other problems?  With the way our IT department operates, if there is a way to fix this without reinstalling, that would really be helpful... :-)
Attachments:
err4.JPG ‏20 KB

Similar Messages

  • Can't edit the Message Popup in TestStand 3.5

    I'm using TestStand 3.5/Labview 8, and when I inserted a Message Popup in my sequence, I found that I'm unable to edit it.
    I started with a new sequence file, right click->Insert Step->Message Popup, then right clicked the message popup and select Edit Message Settings.  I then get the following error (see err1.jpg attachment for actual error popup):
         SeqEdit.exe
         Error in call to LoadPanelEx.
         Parent Panel Handle: 1
         UIR File Name: editmsg.uir
         Panel Resource ID: 1
         hInstance: 0x597F0000, D:\...\TestStand 3.5\Components\NI\StepTypes\MsgBox\msgbox.dll
         Error Code: -143
         ActiveX control error
    Then when I click OK in that error I get another error (see err2.jpg attachment for actual error popup):
    Sequence Editor
    Program Error.
    Error Code: -17001
    I verified that the msgbox.dll file exists, and from reading some posts on the forum thought it wasn't properly registered.  When I tried to register it using regsvr32 I got the following message:  "msgbox.dll was loaded, but the DllRegisterServer entry point was not found.  This file can not be registered."  See err3.jpg attachement for actual error popup.
    Any ideas what is going on here and what I need to do to correct it?
    Thanks,
    -Bill
    Attachments:
    err3.JPG ‏15 KB
    err1.JPG ‏20 KB
    err2.JPG ‏11 KB

    Unfortunately that didn't work.  I went to Start->Programs->National Instruments->TestStand 3.5->Operator Interfaces->LabWindows-CVI and got the following error message:
    Test Executive
    Error in call to LoadPanelEx
       Parent Panel Handle: 0
       UIR File Name: TestExec.uir
       Panel Resource ID: 4
       Hinstance: 0x00400000, D:\...\OperatorInterfaces\NI\Full-Featured\CVI\TestExec.exe
    Error Code: -143
    Active X control error
    The actual error window is attached.  Looks like my installation has other problems?  With the way our IT department operates, if there is a way to fix this without reinstalling, that would really be helpful... :-)
    Attachments:
    err4.JPG ‏20 KB

  • Can open a site from bookmarks only by right-clicking and "open in a new tab". Whan's wrong?

    Hi.
    After some regular updates I can open a site from bookmarks only by right-clicking on it and "open in a new tab". Have this problem also on my PC and a notebook. (Win 7 & Win 8). Didn't add any new add-ons lately, seems like they all work well.
    My Mozilla Firefox is ver 31.0
    How this problem can be fixed?
    Thank you.

    hello, the easiest way to find out if the problem might be caused by an interfering addon is to launch firefox in safe mode once...
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • Nokia X3-02 can't send text message to only one of...

    i can't send text message to only one of my contacts... what happen? what should i do? help me pls... tnx...

    Hi,
    You can send the other contacts SMS but not only one contact, Right?
    Then the issue is with your contact, maybe the number is not right or not the right format.
    So check your contact  number with number which you can send SMS.
    Maybe it is best to delete that contact and create new contact which the format is the same with the others.
    I hoe this helps.
    Br
    Mahayv

  • TS3274 Email display problem: My email only display the list of emails and a preview (first two lines of the body of the mail). If one click on the message it only shows the heading on the right hand side of the screen, but not the content.

    My email only display the list of mails in my in box with a preview of the first two lines of the body of the message. When one clicks on the message to open it, only the header is displayed in the right hand side of the screen - the actual message is missing. This happens on older mail previously downloaded that use to work properly as well. Any idea how to fix this?

    Try closing the Mail app completely and see if it works properly when you re-open the app : from the home screen (i.e. not with the Mail app 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Mail app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work also do a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Can't edit the message popup in teststand 4.2.1

    Hi,
    I installed the 2010 version of TestStand on my PC.
    Everything has been fine until today.
    Every time i try to edit a property loader I get the following error:
    Error in cal to LoadPanelEx.
    Parent Panel Handel: 0
    UIR File Name: PropertyLoaderUI.uir
    Panel Resource ID:3
    hInstance: 0xZ
    I click ok and a second window appears saying
    File not found
    Error -94
    I rebooted the PC, tried a repair, checked the adapter and made sure the search directories covered the file PropertyLoaderUI.uir
    Can anyone help with this?
    Thanks,
    Sean

    Sean -
    Have you moved the TSDBComponents.dll file from its original location? If so, have you also placed the PropertyLoaderUI.uir file in the same directory as the TSDBComponents.dll file?
    You mentioned that the search directories cover PropertyLoaderUI.uir. If you were speaking of the TestStand search directories, this would not affect whether or not the PropertyLoaderUI.uir file is found.
    From looking at the TSDBComponents.dll source code, it looks like we load the PropertyLoaderUI.uir file using just its name expecting it to be in the same directory as the TSDBComponents.dll file. CVI then searches for the file based on its search directories. In this case, it looks in the same directory as TSDBComponents.dll to find the UIR file.
    If this is not the cause of the error you are encountering, please let me know and we can troubleshoot this further.
    Hope this helps.
    Manooch H.
    National Instruments

  • I can't receive text messages from only 1 contact

    The past two days, I haven't been able to get the texts that were sent to me from only One Person.  I tried the *228 number, and I also tried taking the battery out and resetting my  phone. Someone please help me fix this ASAP!

    leanne1 wrote:
    The past two days, I haven't been able to get the texts that were sent to me from only One Person.  I tried the *228 number, and I also tried taking the battery out and resetting my  phone. Someone please help me fix this ASAP!
    The fact that this text messaging issue is isolated to only one contact indicates that your phone is able to send and receive text messages successfully on our network and the issue needs to be addressed by that particular contact and his/her wireless provider. Please have your friend contact his/her wireless provider for any text messaging issues on their end.

  • Camera icon displays instead of Trash-Can upon selecting a message in the conversation

    iPhone 5
    iOS 8
    Camera icon displays instead of Trash-Can upon selecting a message in the conversation and clicking on 'Copy/Speak/More...'
    After restart, now it shows Trash-Can again.

    Many were saying that you just needed to turn your phone off and turn it back on after upgrading to ios8.1, so that you could then delete single messages.
    It worked when I did it the first time, but today while sending text messages the trash can disappeared while I was trying to delete some messages.
    Any help would be greatly appreciated.

  • Why is quick selection erasing my selection with second click?

    I click the selection with my quick selection tool and then when I click again to continue selecting more, the second click starts removing my current selection. I know holding the "option" key removes my selection but I'm not holding down the "option" key. It just starts doing it when I do my second click and then continues removing even if I keep clicking. I just updated Photoshop but that did not help. I have Photoshop CC. Please help.

    This is most likely caused by you having clicked the "Subtract from selection" button at some point in time, in the tool settings, see attached picture. If you have no selection when you start using the tool, it will create one, but as soon as there's a selection active the tool will start to Subtract. Every tool in PS remember it's settings! As Pierre suggests, resetting your tool will fix this or just by clicking the "New Selection" button. It can be a pretty good idea to reset your tools the first thing you do every day when starting a new work session to avoid this kind of problems.

  • Every time I try to sign on, I only could type USER ID but I don't see any place I can type in password.  It leads me automatically click on sign on, then it is always error message that I had wrong ID or password or if I forgot.  I didn't forget my passw

    Every time I try to sign on, I only could type USER ID but I don't see any place I can type in password.  It leads me automatically click on sign on, then it is always error message that I had wrong ID or password or if I forgot.  I didn't forget my password.  I have problem to see the place where I should type in password.  There were not around sign on screen.  Where is it?

    Have you tried this: My Verizon Forgot Your User ID

  • I use Juno email. After I updated to 7 I can only see my inbox. If I click on a message to read it Hangs up then 5 or ten min. later it crashes.

    I am able to access my email through juno but I cannot open any of the messages. When I click on a message to read the page goes white and the cursor is spinning like it is going to go to the message page but it doesn't move. If I allow it to keep trying it will eventually crash.

    Upgrade your browser to Firefox 8 and check
    * getfirefox.com

  • Identify OK or cancel is clicked by user in Delete Confirmation message

    Hello,
    I am using oracle APEX 3.2 ;
    Can anyone please help me out with this issue. I want to identify whether OK or cancel button is clicked for the delete confirmation message when the delete button is clicked by the user. I am using the javascript
    confirmDelete(htmldb_delete_message,'DELETE'); message for deleting a record. I have an alert message popped out after delete confirmation appears. Below is the javascript function which does alerts the user.
    function deleteProcess()
    alert('Successfully deleted the record. Please click OK to close popup window and \n refresh the parent window.');
    window.close();//close the popup window
    window.opener.doSubmit('REFRESH');
    //call doSubmit function on the parent window to cause the page to refresh.
    For the delete button; I have set the target: URL and
    URL target: javascript:confirmDelete(htmldb_delete_message,'DELETE');deleteProcess();
    By my problem is deleteProcess() function is executing even if I click cancel button on the delete confirmation message.
    So, can anyone please help me like how to make the function deleteProcess() conditional ; I mean alert message should be popped out only when user clicks OK on the delete confirmation message.
    Thanks,
    Orton

    Hi Orton,
    Unfortunately confirmDelete() returns no value to test on (shame - that value can be very useful). As a work-around, replace your URL target with this:
    javascript:if (confirm(htmldb_delete_message)) {doSubmit('DELETE'); deleteProcess();}Hope this helps,
    John
    If you find this information useful, please remember to mark the post "helpful" or "correct" so that others may benefit as well.

  • How can I stop iOS from opening a recently received message when I click on the messages app to compose an unrelated message to a different contact? I want to read it later, when I have time to reply, and I don't want to forget to go back to it.

    iPhone messages automatically open when I don't want them to
    One of my first ever flip phones had a wonderful function where you could choose a checkbox next to received messages to make them appear read or unread. This was very convenient for messages which you read, but don't have time to reply to immediately, and want to remember to come back to later.
    In contrast, the latest, greatest iPhone not only does not have this rudimentary message management function, but it goes one step further in the wrong direction. If there is just one received, unread message, and you click on the messages icon, the new message will automatically be opened. It is opened irrespective of whether you have time to read it right away, irrespective of if you simply wanted to compose a new message or go back to another already read message. It just opens the new one, and then you are in a position where you have to read it and respond to it right there, or risk forgetting about it and failing to reply to it altogether. I sometimes receive a lot of messages over a period of a few hours, so it is very easy to lose track of these half-read messages in the mayhem. I have missed countless messages because of this problem. Incidentally, if there is more than one received message, then the application doesn't automatically open any of them, which is much better, because you can at least choose when you want to open one of the unread messages. But ideally, you should be able to go through your list of received messages and check or uncheck them as read or unread at any time, so that you can easily find messages that still need to be replied to, or reconsidered.
    Does anybody have a solution to this problem? It strikes me as a simple data management solution that should be, but is not an option in the basic functionality of the app. Frustrating!

    Is this an IMAP account?
    If so, delete the messages in Mail from all folders and quit Mail.
    Go the the website and clear the messages from all folders there.
    Reopen Mail and verify the messages have been deleted for all folders.

  • How can I place an image into an email receipt or confirmation message?

    Once a FormsCentral form is completed and submitted, I would like to send the submitter an email receipt or confirmation message that includes an image and a URL link. Is that possible? I know an image can be inserted into the first form they complete, but I'm not seeing that feature in any of the autoresponse options.

    Hi,
    Currently, only a plain text message may be provided when customizing the email receipt or confirmation message.
    Regards,
    Brian

  • Popup only once ?? (Raised by message)

    Hi there,
    I have configured and coded, when a message is raised in PCUI, the message will then trigger a popup. This is OK, but when i do it the second time, and raise the message (after deleting it), the pop up doesn't appear.
    But if check on the application log error list, when I click on the message, the pop up will appear. I would like this popup to appear everytime the message is raised.
    Any ideas why this popup isn't showing after the first time?
    Thanks,
    J

    Hi,
    How to place data in Popup.
    I want to display for input help where i can show some initiative and select them in a popup format.
    Please help me.  I was able to raise popup by message but I am unable to place any data i am unable to reach the class of the popup.
    thanks
    Naveen

Maybe you are looking for

  • Adobe 8.1.2

    I am running WXP and was recently notified by Adobe, and downloaded, Adobe 8.1.2, to replace an earlier version. I just received, via the Internet, a PDF in Adobe 7.0. In the past, when I clicked on this sort of attachment, I recall that it would aut

  • I'm getting an error Starting up FGEN-SFP

    I'm getting an error starting up NI-FGEN Soft Front Panel v1.4. On the splash screen that starts up with the application, in the midst of loading NI configuration manager, the following error appears: "NI-FGEN for DAQ 2.0.0 or higher was found, but i

  • Mp4 converted through ffmpeg playing fast forwarded on flash player 11.3 ,4 and 5

    Hi, i am facing a problem related with mp4 coverted through ffmpeg . problem is when i am playing that mp4 by using video display class on flash player 11,1, 11.2 , then its working fine. but when i am playing same converted mp4 by using video displa

  • Inbound emails not landing on CRM

    Hi Gurus,       I am working with CIC win client, on Inbound E-mails. when a mail is send to a mail address (clients) its lands on the mail server and from that mail server it is routed to SMTP CRM server, i doubt some settings are missing here and t

  • Raw deal with CS5

    I could have 16 (20Mb or so) files open in CS4, use Nik plugins on each one, sometimes several times, with never a crash. CS5 crashes all the time, sometimes when Nik plugins are in use, sometimes not. It often crashes when I attempt to save Jpeg 200