Call of Asinchronous of POPUP window

I want to call an asinchronously of popup in my main application window, so it does not interrupt execution. The user may leave this window open and during this time of work in the main window. I want to wear the pop-up to the front, if the user re - opens the context menu while it has already been called. I know how to call the asinchronously popup but the vi will work again when collapsed many times you "sacrificed." So I want just the popup window to move forward if it is already active, instead of reopening when I close. PD: the popup window does not return all the data of the main application.

I ended up doing this. (see attachment vi).

The pop-up is ment to display information to the user that is loaded from CSV files directly from the pop-up window and then selected by the user as well. So it returns no data for the main program.

If you find something wrong/plaster to do this way please tell. Thank you!

PD: Ignore the comment on MainVi. He now works as expected.

Tags: NI Software

Similar Questions

  • How can I display form details in a popup window?

    Recently, called assist of Babylon took control of Firefox and I had to reset Firefox to get rid of it. As a result, I lost the ability to right-click on a page and select from a list that allowed me to view the details of the form in a popup window. I've used this feature frequently to develop database applications that have many forms. Can someone tell me please how to restore this beautiful feature? I found something that opens a new tab with the form information in a large format that is rather ugly - I really want to come back for the nice small automatic that displays the information of the base form.

    I think're missing you an extension you used before. After using the Reset, a folder is created on the desktop with a name similar to "Old Firefox settings." If you open this folder, you will find a subfolder named extensions that contains your previous collection. The problem in using this as a point of reference, it is that a lot of extensions is stored in a GUID rather than their friendly name. But it could still be worth a visit, and you could Google the GUID to see if find you any matches.

    P.S. I'm curious to know what it was.

  • new popup window does not open on Windows

    Hello

    When I open a new window in an extension of first HTML5 on Mac, it works,

    but no window opens under Windows.

    NewWindow = window.open ('www.adobe.com', 'name', 'height = 200, width = 150');

    Trying to apply moveTo() or focus() after open() returns cannot... call to undefined method.

    I wonder what causes this, probably he just gets blocked. By Windows? First on Windows? Chrome in the extension on Windows?

    Is there anything I can do about it?

    I can't open it in the default browser because ultimately the popup window is a Paypal popup

    opened by a Web page loaded in an iframe - that gives the same result while trying to open a window directly from inside the extension as described above.

    Thank you

    Jeff.

    It is a known issue with the CEP; We have disabled these methods (with window.open() or url >) to open a new page. A work-around using the API CSInterface.openURLInDefaultBrowser (url) to open it in the default browser in the system. I'm afraid that CEP provides no other methods to bypass if openURLInDefaultBrowser() does not fit your needs.

  • ADF CommandButton behaves differently when, in a popup window

    Hi all
    I have a page with input fields (af:inputText) and a popup with a commandButton control 'save' in it. The action of this button Save binds to my grain of support and so do all the input fields.
    When the user clicks 'save', the action method called getters of the input fields and use the GetValue method to get the user input. I'll then work with these values.

    This method works very well when the control knob is in the page (somewhere not on the shortcut menu), but when the button is moved in a popup window, geValue () will ignore all entries of the user and only returns the old value of input fields.

    for example, the loading of the page, I an entry submitted and indicates the current value
    Location: building 10

    and the user changes that for
    Location: building 20
    and save the clicks.

    Now, GetValue returns correctly "build 20' if the control button is not a popup and will return" to 10 "If the command button is in a popup."»»
    Part delivery is set to default (false) in both cases, and here is the declaration of popup, if this can help
     
    <af:popup id="confirm-saveTemplate"  contentDelivery="lazyUncached">
               <af:dialog id="d2" type="none">
    //a button here
    <af:commandButton text="#{rscBundle.SAVE}" id="cb4"
                    action="#{bean.save}"/>
               </af:dialog>
    </af:popup>
    Thanks in advance.
    (With the help of jDeveloper Version 11.1.1.6.0)

    Hello

    Part delivery is set to default (false) in both cases, and here is the declaration of popup, if this can help

    make it real

    Also define autoSubmit = true for the inputText

    Kind regards

    Published by: Santosh Vaza on 18 July 2012 10:20

  • Pass values to a tabular presentation from a Popup window

    Hi All-

    I could use your help with a problem I encounter.

    I created a tabular presentation (simple selection of the five fields in a table). One of the fields must call a popup window that will be used to return multiple values in the form of tables. I can't use a contextual list in this case, because it only returns a single value. I can get it works without problem on page elements.

    How can I go on the field reference record current in the form of my popup window?

    Here is my request on apex.com:
    Here is the sample application:
    http://Apex.Oracle.com/pls/Apex/f?p=15071:4

    Workspace: XENAKIS
    ID: MATHEW. [email protected]
    PWD: matt2011

    Your help would be greatly appreciated!

    Hello

    You can pass the names of items in a table for the popup and use some JavaScript to assign values to these elements by using something like

    opener.document.getElementById(vItemId).value
    

    * where vItemId can be a variable in the page Popup with the name of the element where the value should be returned.

    --
    Lavenu
    MaxApex accommodation
    http://www.maxapex.com

  • Center a PopUp window title?

    How do Center you a popup window title when it is larger than its parent display object?

    Is there an easy way to find the root display object application?

    Thank you
    George

    If your global application is more complicated, and you want pop ups to appear (possible) of several instances of the other components, you can watch in the ViewHelper/ViewLocator of Caringorm model.

    http://labs.Adobe.com/wiki/index.php/Cairngorm

    It would be a good initiative to implement that if things have the potential to become complex.

    A simple solution would be to keep a static variable in your root component that you can reference other components when creating your PopUps centered.

    Then, do something like:

    [PopUpRoot.mxml]

    Initialize = "{PopUpRoot.View = this.document}" > "

    public static var object: view = null;
    ]]>

    Then, when you call PopUpManager.createPopUp () from anywhere in your application, put it:

    PopUpManager.createPopUp (PopUpRoot.view as DisplayObject, MyPopUpClass);

    FYI, you can call PopUpManger.centrePopUp (this) in the event creationComplete of the MyPopUpClass handler.

    HTH

  • How to make a Popup window Animation

    Hello
    I spent the last few hours trying to add effects such as the Iris, dissolve, resize a PopUpWindow that opens via PopUpManager in Apollo/AIR. The class that is the base for the pop up is a Panel. I'm trying to get a course of animation when the window opens, something similar to how OSXs min and max works when an application in Dock more icon.
    I searched on all things obvious usuals, but cannot find anything. So I ask, permanent experts, how would approach something like that?

    Thank you

    You know, all the events that I tried to call the effect, I forgot the most obvious, creationComplete. Runs like a champ. My popup windows now appear from nowhere and with style!

  • Tree in a popup window

    Hello

    I wish I had a popup of the tree in a window when I click on an item in a form (source of the element is identical to the id of/pid tree) and letting the user select something in the tree and it is assigned to the question on the form that is to say I want to be able to change the ID of the parent if I want to. If someone has done something like this? I don't know how to make a popup page by clicking on the element, but how to make a tree? Thank you.

    Suni

    Hello

    That's what I did:

    1. I created a new page in the tree (number 2 on page).

    Model of the page is 'Popup '.

    The tree SQL statement is:

    select "EMPNO" id,
           "MGR" pid,
           "ENAME" name,
           null link,
           EMPNO a1,
           null a2
    from "#OWNER#"."EMP"
    

    Notice that I used "EMPNO a1" in what we use the substitution #A1 string # in the model tree.

    2. I then updated the parameters of the model of the tree (only those shown have been changed, all the others remain unchanged):

    (Text of node templates section)
    Model parent node:

    <tr>#INDENT#<td colspan="#COLSPAN#" valign="CENTER" class="tiny"><a href="#" onclick="javascript:passBack('#A1#');">#NAME#</a> #DRILL_UP#</td></tr>
    

    Model text node:

    <tr>#INDENT#<td colspan="#COLSPAN#" valign="CENTER" class="tiny"><a href="#" onclick="javascript:passBack('#A1#');">#NAME#</a></td></tr>
    

    In both cases, #NAME # now was wrapped in a tag A that will be used to perform a passback() function that transfers the selected value back to the original page and close the window popup.

    #A1 # out of two will be replaced by the EMPNO value for each item

    3. on the page of the tree, I added in a Hidden element page called P2_ITEM_ID. This element will be used to contain the ID of the item that needs to be filled with the value selected on the original page. There are no special settings for this element.

    4. I created an unconditional branch to page 2 to point to page 2 - not strictly necessary, but I always make sure that each page has an unconditional branch!

    5 - Finally, on page 2, I added the following in the HTML of the page header:

    <script language="JavaScript">
    function passBack(val)
    {
      var id = $v('P2_ITEM_ID');
      opener.document.getElementById(id).value = val;
      window.close();
    }
    </script>
    

    When the user clicks on an item in the tree, this function is called. First, it gets the ID of the element to be filled and then passes the value chosen for her. Then, it closes the current window.

    6 - now, on my form page (page 4), I need to add two things. First, as part of header HTML of the page, I added:

    <script language="JavaScript" type="text/javascript">
    function callpopup()
    {
      var url = 'f?p=&APP_ID.:2:&APP_SESSION.::::P2_ITEM_ID:P4_MGR';
      var w = open(url,"winLov","Scrollbars=1,resizable=1,width=800,height=600");
      if (w.opener == null)
      {
        w.opener = self;
      }
      w.focus();
    }
    </script>
    

    7. and, in the text of Post item for the item page P4_MGR, I added:

    <a href="#" onclick="javascript:callpopup();">Select manager</a>
    

    This adds a link after the P4_MGR point on the page. When you click on it, this triggers the callpopup() function that creates a URL (note that I'm passing 'P4_MGR' in P2_ITEM_ID so that the popup page knows which element to update) and the display URL in a new popup window.

    Andy

  • Anyway do a MODAL popup window in the APEX, using JavaScript

    Y at - it anyway to make a MODAL popup window in APEX, using JavaScript.

    What I do is, at various stages in an application, I'm coding, the system will display a pop-up window, prompting users to enter their credentials. These credentials are then verified via LDAP.

    Basically I don't want the user to be able to close the window without entering their password or by clicking on the Cancel button.


    Here is the code I use:

    onClick = "javascript:esign();" "(Adding the HTML Form element attributes)


    function esign() {}
    popUp2 ('f? p = & APP_ID.:8: & SESSION.: & DEBUG.:', 450, 200);
    }



    I did a quick search on google and I met some JavaScript libraries that could do what I'm after is to say prototype.js, jquery.js
    but I was wondering if there is a default library that comes standard with APEX.

    Any help gratefully received

    Thanks, Keith

    create a button calling url and url target as the value
    JavaScript:modalWin();

    Place this script in the header

    You can create a button in a modal window to close
    and use this code for the text label of the button

    Closet

  • Setting the default size of the popup window

    I need a way to set the default size of the popup window on a specific area or all areas (whichever is easier). There is a particular site that pulls up a PDF in a pop-up window, and always default to a small window, but I need full screen. Apart from the obvious 'simply click on the button full screen every time ", can someone offer me some suggestions? If it were me, I'd just hit the button fullscreen, but I'm trying to set it up for some end-users rather capricious. The device in question (if important) is a Tablet from Dell XPS 18, and the version of Firefox is 24.0, just installed about twenty minutes ago. Forums for research, the only thing I found remotely close to what I'm looking for is to force the popup to allow resizing; This isn't what I need; the pop-up window already allows resizing. I need a way to automatically open it full screen. Thanks in advance for your help.

    Where the tab setting you are interested in I mentioned, the method to define who is in this previous post: https://support.mozilla.org/en-US/questions/968159#answer-469644

  • Recently went from Outlook Express to Windows Live Mail. Since that time I can't send/receive emails without this message popup Windows live mail ID error 0x800ccc78 Server Error 530.

    Recently went from Outlook Express to Windows Live Mail.  Since that time I can't send/receive emails without this message popup Windows live mail ID error 0x800ccc78 Server Error 530.

    You will need to ask here:

    Windows Live Mail Forum
    http://windowslivehelp.com/forums.aspx?ProductID=15

    And you need to display an error message in its entirety. You can left click on it to highlight then right click to copy and then paste in this thread. Just the number of code alone is not enough.

  • When you try to install call of duty 2 on windows 7 64 bit, I received "library not registered".

    original title: library not registered

    When you try to install call of duty 2 on windows 7 64 bit, I received "library not registered".

    ------

  • Error "Library not registered" and "access violation at address 00000000. Read of address 00000000 "while trying to play Call of Duty 2 on Windows 7 64 bit

    Original title: Call of Duty 2 on windows 7: first window said: library not registered. After a minute, seven or more pop-up windows to say the same thing: access violation at address 00000000. Read of address 00000000

    I tried to play Call Of Duty 2 on windows 7 64 premium.  After installation, if I choose to click on the shortcut on the desktop, it keeps invites me to insert the correct CD in the drive.  That right is already in the drive.  If I have the game from the CD autorun, it invites library not registered.  Then opens upward of seven windows or more with the same message: access violation at address 00000000. Read of address 00000000.  the map system, game and video have all been updated and installed the latest patch for Call of Duty 2.  The funky thing is, if I use the fix offered for Vista I can get the multiplayer game to work, but the single player mode is still inaccessible.  I tried changing the compatibility, tried to use the option of windows XP mode and tried to open it in a new window and ran it under administrator.  nothing has worked, suggestions?

    I have thought about it myself, do what I tried above and activate the function of compatibility with Windows Vista service pack 2.  If you do not know the fix vista, click Start, Control Panel, hardware and sound, click sound, and then click the recording TAB.  Right click on a space in the tab itself, when see her disable devices is displayed click on to show them.  stereo mix is show in the tab, right click on that and turn on.  Only, remember, insert the CD, do not autorun installation just right click on the icon setup on the CD itself and open a new window.  run as administrator and install.  After that, go ahead and install the latest version of Patch 1.3 for Call of Duty 2.  When all is said and done don't forget to change the compatibility mode to Windows Vista service Pack 2. Note to Microsoft: Windows XP mode is a great idea, except that you dropped the ball twice, #1 - should have a version of it to support windows 7 Edition home premium for topics such as this for the public #2 - you must enable a way to get the video settings within the windows XP mode , in short to make a windows operating system that will play a game out there that has already been done to PC.

  • When I get messages that needs to open a Web site a popup window stops him. What can I do to fix this?

    . A pop-up window has been blocked and not able to open.

    When I get messages that needs to open a Web site a popup window stops him. What can I do to fix this?

    Hello JoyceAtkinson

    To display the pop-up window, you will need to disable the pop-up blocker. Follow the link below to lean how to do this. Thank you.

    http://Windows.Microsoft.com/en-us/Windows-Vista/Internet-Explorer-pop-up-Blocker-frequently-asked-questions #

  • Double click does not open my files more, instead I need to select open in a popup window. can anyone help? I use windows XP

    Double click does not open my files more, instead I need to select open in a popup window.  can anyone help? I use windows XP

    This could be due to your double-click speed, look on your control panel and go to the mouse. There will be a tab for with double click on set your speed to what you want and test on it fake file.

    Hope this helped,
    James

Maybe you are looking for

  • Unable to set up voicemail on over 6 sec.

    Hello, having set up my voicemail.  I can put it up nicely, but as soon as I click done, the screen tells me "Setup voice mail" and in fact nothing happens.  This statement is still on the phone until I close downwards.  So the next time I open the p

  • Windows Vista to Windows 7 upgrade results in annoying message every time I reboot.

    Results in annoying message whenever I start "Microsoft .net Framework on 2.0 is required to continue." Windows Vista upgrade to Windows 7 when I try to download from the MS site, get a message that says that this is not the version for my 64-bit mac

  • Pavilion G6: Hp Pavilion G6

    My laptop is coming up to engage with administrator password or power on password. The code after 3 attempts is 75228564. Can you help me?

  • State int Vlan 1 down

    Hi Im new switches Dell but, so far, Ive been going good and syntax very familiar I used of. I have a question where I have multiple VLANs and I try to create an Ip address for the interface VLAN 1 but he won't come. My other interfaces vlan come but

  • How can I reinstall loose 13?

    How can I reinstall loose 13?