How To Open a subVi by pressing an "open file button",

I got this Readdatasubvi I want to run when I press a 'Open file' button in the main vi, Then  The sub vi runs and a open file menu opens to choose a file to read from and plot out to a graph. It is working but how can I see the readDataSub VI as an application wich are running parallel with the main VI. It only runs in the background, and I cant see the plottet data Why????? The sub vi has a graph for the plotted data! but it never shows up!
an example is attached..
I'll appreciate any suggestions .
The stars are ofcourse waiting!
Regards
Zamzam 
HFZ
Attachments:
Main.zip ‏35 KB

Hi,
i tweaked you example.
I guess that's what you're looking for.
Rainer
P.S.: I unchecked the "open frontpanel" in the vi properties. i open (close) the frontpanel using property nodes now.
Attachments:
Main1.vi ‏22 KB
ReadDataSub.vi ‏97 KB

Similar Messages

  • How to open file in their native application

    How to open file in their native application form web browser?
    if associated .txt file should open in editplus then from web browser if I try to open .txt file it should open in editplus rather then open in notepad(default), If on other computer if I associate .txt file should open in word, it should open in word. I am using Tomcat Web Server.

    that's nothing you could influence from a servlet or jsp.
    all you could do is specifying the content type of your response.
    Next you might hope that the client requesting your content uses a browser that relates the given content type to a special application (e.g. "text/plain" -> editplus or notepad or kedit or word or ...)

  • Switching to MAC from Windows: How to open files in Office 2007  VMFusion?

    Dear all,
    Intro:
    I switched to MAC and now cannot find the solution to a simple problem.
    First: I need an Office 2007 PowerPoint FULLY compatible solution.
    What did not work: IWork, NeoOffice, Office 2008 (this is not fully compatible with Office 2007 Files)
    I also had problems with: Parallels (not stable, too many hangups), codeweaver crossover (office files do not even open sometimes, good idea but not suitable for serious office jobs)
    Now I have VMWare Fusion with WinXP and Office 2007 as this seems to be the only truly stable and best solution to run Office 2007 on Mac
    Question:
    How to open files in Office 2007 on MAC VMWare Fusion easily?
    It would be nice to spotlight the file and click and it opens in powerpoint or excel or word 2007 in Virtual Machine.
    The only known solution to me is to use the Windows explorer to navigate to the file and then open it from Fusion WinXP. This is very cumbersome and honestly makes me think of getting back to a windows machine as I work with office frequently.
    Thank you for your help.

    Thank you for the quick reply.
    Yes, I have Office 2007 installed. The problem is that to open files in Fusion virtual machine I have to use the windows explorer and navigate to the file to open it. Now that I have the mac I want to use the good feature of spotlight. So when I search and find the file I want to open I cannot click on it on the mac (or in finder) but I have to switch back to the virtual machine, locate the file again and open it from windows.
    You might think - ok, why not skip the first step of using spotlight, and look up the file in windows explorer before anything else?
    Correct, but I know from parallels that there is a file association possible to directly access the file in office 2007.
    This does not seem possible in Fusion - So the question is whether there is a possibility on the mac to associate the file and to click on it in finder/spotlight and the office 2007 application in fusion opens the file. So far I could not find anything.
    Thanks

  • How to add "open" file button in form 4.5

    Hi all,
    I want to add a button "open file" on the form (like any
    application's "OPEN FILE" button, user can select the driver, dir
    of the file located). Then the path of the file will stored in a
    text box and then a procedure will open that file and read all
    data of that file and it will insert the data into table.
    I know it can be done easily by asking the user to type in the
    path in the text box directly, but i want to add a "OPEN FILE"
    button to do this.
    Should U have any comment, pls tell me and help me!!
    Thank for your help!!
    Regards,
    A beginer of Oralce developer/2000
    null

    HK, Cheung (guest) wrote:
    : Hi all,
    : I want to add a button "open file" on the form (like any
    : application's "OPEN FILE" button, user can select the driver,
    dir
    : of the file located). Then the path of the file will stored in
    a
    : text box and then a procedure will open that file and read all
    : data of that file and it will insert the data into table.
    : I know it can be done easily by asking the user to type in
    the
    : path in the text box directly, but i want to add a "OPEN FILE"
    : button to do this.
    : Should U have any comment, pls tell me and help me!!
    : Thank for your help!!
    : Regards,
    : A beginer of Oralce developer/2000
    Hi,
    I have done similar things with cmdlg.vbx (Common Dialog 16 bit
    version) in Windows 3.11 as follows:
    1. Create a VBX item
    2. Open up Properties and set location of your cmdlg.vbx
    3. Write a simple pl/sql such as FileOpen with a series of
    Set_Property such as follows (example only):
    VBX.Set_Property('<name of VBXItem>','<vbxproperty>','c:\temp');
    where <vbxproperty> could be DialogTitle, InitDir, Filter etc.
    (these can all be seen in Properties) depending on your
    requirements.
    Also, use
    VBX.Set_Property('<name of VBXItem>','Flags','&H1800') to force
    File Must Exist and Path Must Exist conditions when OPEN
    and
    VBX.Set_Property('<name of VBXItem>','CancelError','1') to trap
    click on Cancel in the File Open dialog box.
    4. To activate the File Open dialog box, use
    VBX.Set_Property('<name of VBXItem>','Action','1');
    5. To capture the selected filename, use
    retFilename := VBX.Get_Property('<name of VBXItem>','Filename');
    NB.
    a) Instead of using '<name of VBXItem>', you could use Find_Item
    and refer to its Handle. See VBX package spec.
    b) All VBX properties are case-sensitive.
    Will extract complete code and post it to you later.
    Regards,
    TP
    null

  • Open file button

    Hi
    Coulod anyone point me in the direction of creating an open file button please.
    so a button that when clicked opens a file from a file server based on a path displayed in a text box.
    Thanks in advance

    I am a little unclear on "based on a path displayed in a text box.". Do you mean the text box would have some thing like C:\abc.jpg ?
    Zulqarnain
    MaxApex Hosting
    http://www.maxapex.com

  • How to open file system file from Apex?

    Hi,
    Can someone help me to find how to open a pdf file e.g. test.pdf from apex when someone click on a button ABC?
    The file is located in /C/
    Thanks in advance
    Dip

    You can use the Onclick event and window.location to show the file when the user clicks a button.
    <input type=button onClick="window.location= 'file:///C:/Documents%20and%20Settings/rchamarthi/Desktop/test.pdf' + document.form1.cmuds.value;" value="Open File">The actual location of the file is "C:/Documents and Settings/rchamarthi/Desktop/test.pdf"
    Since the location is treated as a URL, remember that it should be URL encoded.
    Hence all spaces should be replaced by '%20' (32 being the ASCII for space and 20 in hex -> 32).

  • How to open files in MIDP (from the jar file)?

    Hello,
    I can't seem to figure out how to open a file that is in my MIDP applications jar-File.
    From what I've found via Google, I assume that the way to do it should be by using
    Connector.openInputStream("file:{path_to_my_file}")
    but I only get the error
    java.lang.ClassNotFoundException: com.sun.midp.io.j2me.file.Protocol
    (Running the Emulator from Suns WTK 2.0 with DefaultColorPhone)
    I've also tried file:// with the same result.
    Any ideas?
    Many thanks in advance!
    Bjoern

    I think I've found something that looks promising now:
    Class.getResourceAsStream()

  • How to open files in their native fromats in a browser

    Hi,
    i have jsp file which contains pure java script functionality, from this page i want to open local files. the same i can open with following code as html page but it is not opening when i place in the tomcat server,
    code
    function loadPage(id)
              if(id == 'launch')
                   document.getElementById("docframe").src = "C:\\Documents and Settings\\3041\\documents\\01\\pdf\\DOM.pdf";
              if(id == 'prev')
                   document.getElementById("docframe").src = "C:\\Documents and Settings\\3041\\documents\\01\\doc\\HR-007_Leave.doc";     
              if(id == 'next')
              document.getElementById("docframe").src = "C:\\Documents and Settings\\3041\\documents\\01\\excel\\sample.xls";                    
    <table cellspacing="10" cellpadding="0" border="0" width="100%" height="100%">
         <tr valign="top" height="5%">
              <td align="left">
              <input type="button" id="prev" name="prev" onClick="javascript:loadPage('prev');" value="Previous">
    </td>
              <td align="right">
              <input type="button" id="next" name="next" onClick="javascript:loadPage('next');" value="Next">
              </td>
         </tr>
         <tr valign="top" height="95%">
         <td colspan="2">
              <iframe id="docframe" src="javascript:pageCall('launch');" width="100%" height="100%"></iframe>
              </td>
         </tr>
         </table>
    please help me in getting out of this problem

    What is it you are trying to do???
    The browser open files with their defaults programs, because they make use of the header values such as content-type. it seems that you are using DOM to archieve that, how do you expect that to work??
    Something is not right.
    MeTitus

  • How can open File Dialoge Box in Oracle9i

    can any one tell me how can i open file dialoge box in oracle 9i i am using webutil but when i run this code.. there is an exception during runtime.. not compile time.. so plz tell me how can i open file dialoge box.. thx..
         declare
              file_name varchar2(100);
         begin
              file_name := client_get_file_name(FILE_FILTER=>'TEXT FILES (*.txt|*.txt|');
         end;

    Please do not post the same topic in multiple forums. The
    only thing I can suggest is when they click on the button to
    download, you take flash out of full screen while they download the
    video, you can use fileReference to control and monitor the
    download. Use a listener object to monitor when download is
    complete, then set flash back to full screen.
    How are you scripting the full screen?

  • How to open files with .IVR on a mac

    Does anyone know how to open a .IVR file on a macbook? or any apps for the mac book to open it ?

    You can try
    http://download.cnet.com/RealPlayer-SP/3000-2139_4-24751.html

  • How to open files from old claris works with Appleworks 6 in OS X 10

    Hi,
    I have some claris works files backed up on a zip disk from a G3 with OS 7.X.
    Now I try to open them on another G3 with Appleworks6 in OS X 10.
    In Appleworks, I choose "open file" but those files are grey out so I cannot choose them. Is there anyway I can open those files in OS X 10?

    Kuul, welcome to Apple Discussions.
    MacLinkPlus @ http://www.dataviz.com/products/maclinkplus/ will probably translate the files so you can open them.
     Cheers, Tom

  • How to open files using cmd command?

    Hello... First:
    try {
    Process p = Runtime.getRuntime().exec("cmd.exe ?????");
    catch(Exception e){ }well... I'm trying to open files using a cmd command. It's working only oppening files on my own pc, but i need to know if i can open files using a localweb's pc, with the follow address, for example:
    "\\172.21.0.4\firstdir\seconddir\thirddir..."
    Thanks :D

    Gamboua wrote:
    normaly, i type \\172.21.0.4\dir\dir\dir... directly directly in my cmd.This only works because you are already running cmd.exe
    Try getting it to work with cmd.exe at the start of the line.

  • How to open files from the SAP DMS (DOC Mgt. System) ?

    Hello All,
            I making the Transaction CV04N in BSP.
    When I execute this CV04N I should give a DOC Nr and the list is generated for this DOC.Now in the List if I select one Record and then Press Display Icon then the content of this list is opened in a new window in it's respective format (PDF,Word,GIF,Image file  etc).These are stored in the SAP DMS.
            I want to open a file from this SAP DMS .
    This can be done in ABAP using the standard FMs. But in BSP we can't use these FMs as it will call a screen.
    The Fm which I'm using is " DOCUMENT_SHOW_DIRECT ".
    In Report prog. To this FM I'll pass the
    a, DOC Type
    b, DOC Number
    c, Document part and
    d, Document version.
    then It'll directly open a PDF file in a new window.
    But in BSP how should I acheive this as the FM calls a screen internally.
    The content of the documents are stored in the DMS. Is there any TCODE or Table to get the files from the DMS ?
    How should I proceed ? can any one help me out.....
    Regards,
    Deepu.K

    Hello All,
             I found the FM : <b>CVAPI_DOC_OPEN_CAD</b> which wil return the file path.
    But when I execute this in my BSP since the FM internally calls a screen it fails.
    But can anyone tell me the alternative for this.
    Should I create a FM omitting the GUI code ?
    I found one more thread which says that I can use classes starting with cl_gos*.
    But all the classes use a gui.
    Dowload a document from R/3 DMS to BSP page
    Am I wrong in the interpretation of the logic from the above thread ?
    Please suggest me .
    I too went thru the BSP Applications <b>CVAW_ENTIRE, CVAW_DOCUMENT_DISPLAY.</b>
    But these are used to display only the <b>thumbnails.</b>
    There is no code for displaying other formats like PDF,XLS etc.
    Please correct me if I'm wrong and let me know the correct path to solve my problem.
    Regards,
    Deepu.K

  • How to open files with the trackpad?

    Hi,
    On my old Powerbook, I could open documents with a double tap. On my new Macbook Pro, I cannot do this. I have to press Control and then the bar under the trackpad. Is there a better shortcut to opening docs?
    Thanks.

    How new is that MBPro? It appears that the preferences you have are different from mine and that they support the additional gestures (as on the Mac Book Air). Methinks you should try the box "Tap to Click" under the single finger gestures as the next items Dragging and Drag Lock are what follow the box I suggested earlier on mine.
    If it doesn't work, turn it off and try something else.

  • How to open files with "return" key and delete files with "delete" key?

    Hi friends,
    It's been over a week since I got my iMac and I'm loving it. However, while I'm adapting alright to 'mac' key shortcuts (e.g. using the COMMAND-S for save as opposed to CONTROL-S used in PC).
    However, there are 2 things that are annoying me greatly right now.
    1. I like selecting files with keys as opposed to using the mouse. I make animations and prefer keyboard shortcuts. However, when I hit "return", instead of opening the file it goes into file-renaming mode. How do I change this? Likewise, I would like to delete files by hitting the delete key. This does not work - how do I change this?
    2. When I click SHIFT key sometimes, it gets 'stuck' - which is annoying because I start typing CAPITALS when I wasn't aware I've activated the CAP-LOCK key. How do I get rid of this? Like, I don't want to hit SHIFT for instance, and have that up arrow thing 'stuck' there.
    Your help would be greatly appreciated! Thanks!
    iMac G5   Mac OS X (10.4.9)  

    Hi
    Thanks for the star.
    If you went into Mac Help & searched, 2 results come up:
    Full keyboard access shortcuts for interacting with items (for selecting & activating controls).
    Full keyboard navigation keyboard shortcuts (for navigating Desktop, Windows, Menu bar etc)
    From the lists, select the link that closely describes your situation.
    I have to say that I can't reproduce your problem, does this happen just in applications or in everything? I don't know if it's to do with this but pressing Shift 5 times turns on Sticky Keys & Option(Alt) 5 times to turn on Mouse Keys (System Preferences>Universal Access>Keyboard).
    After typing "Sticky Keys" into Mac Help, I found this:
    "Pressing a group of modifier keys as a sequence
    To perform many tasks on your computer, you need to press one or more modifier keys (Shift, Command, Option, and Control) at the same time as another key. For example, pressing Shift-Command-Q in the Finder opens the Logout dialog.
    If you have difficulty pressing several keys at once, you can make it easier to press a set of keys by turning on Sticky Keys in the Universal Access preferences pane. With Sticky Keys turned on, you can press a set of modifier keys as a sequence. As you press each key, the symbol for the modifier key appears on the screen.
    Choose Apple menu > System Preferences and click Universal Access. Then click Keyboard.
    Select the On button next to Sticky Keys.
    To hear a sound whenever the computer registers that you have pressed a modifier key, select "Beep when a modifier key is set."
    To see an icon indicating which modifier keys you have pressed, select "Display pressed keys on screen."
    You can also use Slow Keys to adjust the amount of time between when you press a key and when it is activated."
    Any of this close to your problem?
    Steve
    Edit: I'm right, it's Sticky Keys:
    http://www.macusenet.com/190284-post2.html

Maybe you are looking for

  • How can I create a java.awt.Image from ...

    Hi all, How can I create a java.awt.Image from a drawing on a JPanel? Thanks.

  • Burned CD's won't play back

    Hi All - Burned several CD's in my on board superdrive on my G5. They play back in my computer, but not in my home stereo and not in my car? Why could this be. Apple care says probably because my stereo cd player is old.... but that and my car that's

  • PLAINHTTP_ADAPTER.ATTRIBUTE_SERVER error

    Hi All, On a very frequent basis we get the following error in XI. <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">   <SAP:Category>XIAdapter</SAP:Category>   <SAP:

  • Video iPod Storage question

    I just purchased a 30GB Video iPod and transferred my music library. My problem is it's only holding about 3200 songs. Isn't it supposed to hold up to 7500? Am I not doing something correctly, or could this be because the size of some of the music I'

  • Copy control in CRM

    Hi I have created an order in CRM. The item partner ship-to adress is different from the one in the header. At item level, there is a reference to a contract. Now i try to copy this order to an other order. The ship to adress at item level is now cha