How to open window external to LVPanel like winddraw (in NI-IMAQ does ?

No comment

benassay wrote:
> No comment
Simple! NOT! To do it much like what IMAQ does you would have to call
into the underlying OS API to create your windows, manipulate them, draw
into them and much more. That is all doable but requires a LOT of C
programming in a DLL to get it done right.
Or you can just create subVIs whose panels you open in addition to the
panel already opened and then it is fairly simple to have multiple
windows open inside an application.
Rolf Kalbermatter
Rolf Kalbermatter
CIT Engineering Netherlands
a division of Test & Measurement Solutions

Similar Messages

  • How to open an external file in Labview?

    Hi, Who knows how to open an external file in LabView? I want to open an .UDL file(data link API) which is a dialog window letting me input correlated database information, but I dont know how to open this type of file in my LabView Program.
    Thanks.
    Red

    A UDL is technically a text file, so you could open it with "Read Characters from file", put the result string into a string control, edit it and save it back using the "Write Characters to File".
    UDLs however have their own configuration dialog embedded in the Windows OS. You can use this dialog in your LabVIEW application. The attached VI shows how to create a new UDL. You can edit an existing UDL by switching the method node to PromptEdit and wiring in an open ADO connection reference.
    Attachments:
    ConfigureDatabaseConnection.vi ‏26 KB

  • How to resize windows by pulling edges (like in Windows)

    Hi, is there a way to pull windows wider (resize them) by pulling on the window edges rather than the lower-right corner? I tend to have a lot of Terminal windows, as well as Photoshop windows.
      Windows XP Pro  

    Your profile says Windows XP pro, and doesn't say what Mac operating system you are running. Now most Mac operating systems do not let you pull the window edges to resize the windows. The only controls you'll get are in the corners.
    There have been some hacks on certain operating systems to make the edges work, but like I say they are hacks, and may not work through an operating system update. The last time I saw such a hack work was way back in System 7.6 with Church Windows. There may be additional ones on Mac OS X that work that have been mentioned on:
    http://www.resexcellence.com/
    Of course if you run Windows in emulation, or virtualization environment, Windows applications themselves will still have their usual interface behavior:
    http://www.macmaps.com/macosxnative.html#WINTEL
    tells of several such options.
    I'd add, I prefer the controls to remain on the corners, because otherwise you get confused how to move windows using their edges, or you might misdirect your cursor to the scrollbar and instead end up resizing the window when you don't want to.

  • How to open an external link with NTLM authentication

    Hi,
    My customer needs to open a link with parameters, and go directly to a specific page. The problem is the application uses NTLM to get the session first. After silence login, the parameter value is lost. Here is the link look like:
    f?p=200:1:0::::P1_ID:602:
    After authentication, it gets session and becomes:
    f?p=200:1:24365643544345
    Can anybody help me with this?
    Edited by: user8991541 on Apr 20, 2011 5:57 AM

    A UDL is technically a text file, so you could open it with "Read Characters from file", put the result string into a string control, edit it and save it back using the "Write Characters to File".
    UDLs however have their own configuration dialog embedded in the Windows OS. You can use this dialog in your LabVIEW application. The attached VI shows how to create a new UDL. You can edit an existing UDL by switching the method node to PromptEdit and wiring in an open ADO connection reference.
    Attachments:
    ConfigureDatabaseConnection.vi ‏26 KB

  • How to open live streaming audio? Like live streaming audio

    like
    i can't play some asf files
    i need help
    i suscribed to a radio station and can't listen to it
    also how can I use Window media player to open some live streaming audio or video instead of quicktime ?

    Install Flip4Mac to enable QuickTime to handle Windows Media files.

  • How submit opener window from a PDF generating jsp

    Hi All
    I have a parent JSP & onclick button, need to open a child window, which generate's PDF. Once successfully generated PDF, may be child or parent should display a message stating STATUS, if user select YES / NO, (according to user selection) database tables will be updated/inserted.
    Currently I can see the PDF but message is not generated either in child or parent, I do understand the reason also. Is there any way that I can dispaly a status message once PDF is generated?
    I just want is a small Idea will be appriciated....
    thanks in advance
    balmiki

    HI Ceci
    Sorry that you could not understand... again I shall explain to you
    1) I have a main window... & on click of button in it, open's a popup wndow.
    popup_win('ChildWindow.jsp?'+sQry,600,650)2) this popup wnidow calls java API's & generates PDF in the browser. Though it generates PDF in the browser so no javascript works.
    isPrinted = bizPassbookTrxn.printPassbookTrxn(response, sAcctNo, sClientNo,sPassbookNo, sFundId, iRowCount, sFormNarrative, sUserName, isPrinted); if(isPrinted){
    out.println("<SCRIPT>");
    out.println(" var sQry = 'acctno="+sAcctNo + "&clientno="+ sClientNo +"&passbookno="+sPassbookNo+"&fundid="+sFundId+"&formnarrative="+sFormNarrative+"&rowcount="+iRowCount+"&userName="+sUserName+"&isPrinted="+isPrinted+"&mode="+sMode+"&opMode=print';");
    out.println("opener.document.passbookTrxnForm.action='ParentWindow.jsp?'+sQry;");
    out.println("opener.document.passbookTrxnForm.submit();");
    out.println("</SCRIPT>");
    3) Peoblem is... I want to diplay a confirmation message to the user whenever he generates the PDF.
    4) I know display message is not possible in popup window ...so I tried submiting parent window as above... but no result...
    how can I display message in parent window?
    hope u can understand now...
    regards
    balmiki

  • How to open windows media on mac

    Hi- Have just bought a mac and I have transferred all files but the movies/videos that I have moved will not open or play on the mac. Do I need an app/softwear? I think they were viewed on my PC in windows live.
    Thanks

    Try install Flip4Mac which convert Windows type video to Quicktime ones.
    Or VLC which can handle most of video type.
    http://www.telestream.net/telestream-products/desktop-products.htm
    http://www.videolan.org/vlc/

  • How to open window print dialog box ?

    Hello experts,
    i want to print the form degin with data in forms' field.
    for this i add a button in my tools bar. i want when to call the windows print dialog box.
    please help
    Thanks
    yash

    You did not mention what Forms version you are using or the platform on which it is running. Although that doesn't really matter much in this case, please include this information in the future.
    To print a screenshot of the currently displayed (running) form, use the PRINT built-in. Refer to the Builder online help for details. Here is the example from the online help:
    /*** Built-in: PRINT **
    Example: Print the current window. */
    BEGIN
    Print;
    END;

  • How to create the floating message view like Map app and Safari does?

    Hi, guys,
    I am trying to implement a information message view like the Map app and the Safari does.
    Here is the description:
    1. When you drop a pin in the Map app and then tap on the pin, you always can see a floating transparent message on the top of the pin.
    2. When you tap and hold on a link in the Safari app for a few seconds, you can also see a same message view like the Map app does and without showing the disclosure button.
    All I want is such kind of thing, but I had look through out the documentation and the Interface Builder components list. I can not find such a component.
    Does anybody has a similar experience on implement this?
    Thank you guys..

    You're not going to find a control to do this for you. You will have to create a subview and set the properties (color, frame, etc) yourself.

  • How do open files in the "downloads" directory of Firefox (right clicking does not work)?

    In the toobar settings and I have it set to download files and programs on to my desktop-it does not. Instead all downloads go the "downloads" file and when I attempt to open these programs or files with a right-click or any other technique-it does not work.
    If at all possible, please call me to resolve this issue at (714) 392-2280. Thanks.

    Hi Milesb,
    I'd try starting Firefox in [[Safe Mode]]. If you don't have the issue while all of your add-ons, extensions, and themes are disabled, you can try adding them back in one by one until you find the culprit. The [https://support.mozilla.org/en-US/kb/Troubleshooting-extensions-themes Extensions and Themes] Knowledge base article will help.
    You might also want to take a look at [[Preferences are not saved]].
    Hopefully this helps!

  • How can I dock icons for every opened windows?

    Hello all,
    First time poster here and first time owner of Mac.  I want to know how I can get all opened windows to show as icons on the dock.  On a Windows OS, any opened window will have an icon on the Taskbar.  Does a Mac OS have the same feature?  And no, I don't want to use the old Expose.  I want to be able to get to an opened window that is hidden behind another window by just one click, instead of moving windows around (so that I can get my intended window to be where I can click on it), or instead of using Expose.
    One way to get the opened windows to appear on the dock is to miminize it.  I find that to be burdensome, especially if you're openeing a lot of windows quickly.  I want to be able to switch between opened windows in just one click.
    Any help would be appreciated.  Thank you.

    You need to either control-click on the application's Dock icon and then regularly click on the item representing that window, or to click and hold the application's icon until the menu appears, and then releasing the button when the cursor is over the menu item.
    (71155)

  • Group open windows in tabs

    I am getting a very cluttered desktop with lots of terminal windows open and lots of Preview documents open as I am programming and looking up code in manuals and references.
    Is there any app out there that groups my open windows in tabs. Like all terminal windows are grouped in one window with tabs, all preview windows are grouped in one window with tabs,...
    This way I could have both windows next to each other and simply switch documents.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • How to use the external encoder

    Can someone please tell me how to open the external encoder so i can copy and paste links into it to use my web cam?
    Thanks

    Find a forum for whatever product this involves and post your question there.
    Here is a link to a page that has links to all Adobe forums...
    Forum links page:
    https://forums.adobe.com/welcome

  • [SOLVED] Number of open windows per application

    I'm trying to write a script that will count how many open windows a specific application has, for example palemoon. I already tried
    ps -aux | grep palemoon
    While I have two fresh palemoon windows (only one tab per window), the above command shows only one instance of /usr/bin/palemoon running:
    ps -aux | grep palemoon
    george 31403 13.6 12.6 573188 260000 ? Sl 18:27 2:56 /usr/bin/palemoon
    george 32335 0.0 0.1 4900 2188 pts/3 S+ 18:49 0:00 grep palemoon <--- this line is ignored
    How can I get as a result the real number of open windows for palemoon (which in the above example is obviously 2)?
    Last edited by helix (2015-06-12 17:02:38)

    It sure does provide a lot of info, but parsing it seems tricky.
    I don't even know how to count how many tabs one instance of firefox has open.
    @OP
    Why do you need this information?
    Edit: Does
    xwininfo -root -tree | grep -ci moon
    work too?
    Last edited by karol (2015-06-12 17:06:23)

  • My left shift key on Macbook Pro Retina (15") is behaving like the F11 key (show/hide open windows).  The key behaves the same for the laptop keyboard and for an external Apple keyboard?  This just started in last week after 6 months of use

    My left shift key on Macbook Pro Retina (15") is behaving like the F11 key (show/hide open windows). 
    The left shift key behaves the same on the laptop keyboard and on an external Apple keyboard. 
    This just started in last week after 6 months of use.  The right shift key and other keys on the keyboard all appear to work correctly.
    Suggestions greatly appreciated.

    I have a solution to this issue now after a discussion with Apple Support.  Some where in the last few weeks, there was a change in the key that would do a Show Desktop under the Mission Control settings in the System Preferences.  Even though the key sequence that was shown for the Show Desktop setting did not include the Left SHift key, by changing this first to having no key sequence and applying that and then changing it back to the F11 key, the Left SHift key issue that I was having has cleared up.
    A second issue that was uncovered was that the SSD had some issues (uncovered when I ran Disk Utility using the Repair Disk key).  I had to restart and use the Disk Utility through the Command R sequence to get to the stand alone Disk Utility.  The SSD appears to be running better as a result as well.
    Hope that this is of use to someone else in the future.

Maybe you are looking for

  • How to use Thread.sleep() with Java Berkeley Base API?

    Hi, I have explained the weird problem about the server was too busy to response to SSH but it continued to finish to run (Server not response when inserting millions of records using Java Base API Even I tried to increase CachSize and renice Java pr

  • Can't get from ServletInputStream to ZipInputStream

    Here's a problem that's been bothering me: I'm trying to set up an import program where I submit a .zip file via POST to a servlet. I can submit the .zip and read its binary data just fine. I can also open a zip file that's on the server and parse it

  • Append rows to existing xls file

    Hello Friends, I have a problem with gui_download. I am working on ECC6.0. I need to append some rows to existing xls file. I am using gui_download but it not working properly. I am giving append = 'X' also it is not appending rows it is overwriting

  • Creating Apprisal Document with different templates

    Hi Friends I am trying to create appraisal documents for employees.  How can I manage this for 1000 employees and my LSMW is not considering the VA(Appraisal Template ID), so I need to create seperately. Experts kindly suggest how do we normally crea

  • Phososhop post computer crash

    redownload legitimate copy od photoshop cs6 after crash