Dialog box for browsing the channels DAQmx looks different on a PC without development of LV system

Hello!

When I browse for the physical channels or cDAQ from my development PC (Windows 7 64 bit, LabVIEW 2013), the following dialog box appears:

This screenshot is the stand-alone executable. And the resulting string is: "cDAQ2Mod1 / ai0:2". Perfect.

However, when I run the same executable on a machine that doesn't have a development system LabVIEW, but only runtime environment 2013 (automatically included with the Installer), the dialog box looks like this:

"windows is tiny and not resizable, so he won't let not the user see the entire line, there no nice tree and the resulting string is: 'cDAQ9181-18B96FEMod1/ai0, cDAQ9181-18B96FEMod1/ai1, cDAQ9181-18B96FEMod1/ai2" which is much less readable than cDAQ9181-18B96FEMod1 / ai0:2.

Apart from that, the apps work well.

Is it possible to get the dialog box 1 on a PC running only the runtime environment?

Thank you

Baobob

Support for Configuration DAQmx for MAX

Tags: NI Software

Similar Questions

  • How to make or force the Save dialog box for the link pop-up in Dreamweaver

    How do or force the Save dialog box for the pop-up link in Dreamweaver, legally?

    I looked on google how to and what is the code for this but all the answers are to use php or javascript code and paste it into "Web page editor" and edit with your file name. I wonder what the 'legal' way to do that using Dreamweaver options for getting to this: when I click on my link to the image on my Web page, I created, pop-up "save under" dialog box, then the visitor of my site for can save file that my site wish to offer for download.

    It is very easy to just a link certain file (in my case is png image) and open in a new page in the browser, but I want to save as dialog window appears and then visitor on my site to save my png file or not.

    Help!

    You will need to use a script.  If your server supports PHP, this will do what you want. Change filename & path to point to your download folder.  SaveAs download.php.

    Place a link on your page parent download.php file.

    
    

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

  • Dialog box for the DVD player

    Whenever I put a disc in my dvd player, a dialog really embarrassing opens asking me what I want to do with the contents of the disc. I can't find any obvious way to stop it.

    Anyone know the secret?

    Hi Alan,

    This box appears because Windows didn't say what to do with the content it finds on the disk. Part of the installation for Windows includes this type of information so that the application will be launched when a disc is inserted.

    There are two ways to deal with it: -.

    1. when the dialog box appears, select the application you want to use for the type of disc, and then click the checkbox "always use this application. Then in the future of the dialog box will not appear and the application will launch automatically. (Note that you will need to do this for each type of content on the disc you are using.) You can even choose an option "Time to Action No." If you wish.

    2. you can disable the optical drive AUTO play feature so that Windows will not attempt to launch applications at all when a disc is inserted. It is up to you to start some application that you want to use with the disc you have loaded. (The best way to proceed is to use the Microsoft TWEAKUI application, which is part of the software available on the web site of Microsoft Powertoys).

    concerning

  • OfficeJet 3830: dialog box for the scanner

    Just replaced an Officejet 6500 with an Officejet 3830.  The 6500 had a dialog box analysis from the top of the office, which showed levels of ink and scanner options.  The new 3830 seems not to have this.  Is there a way to get this dialog box for the the 3830?

    Hello

    Please install the software and driver from the CD that came with your printer to your computer.

    Kind regards.

  • Dialog boxes for the interface user uses the wrong font

    Don't know how to explain it.  Windows 7 x 64 bit with adobe reader 10.1.10.  It seems that the dialog box for example use a courier font.  Don't know what it is supposed to be using.  Forums suggest Segoe.  I went into regedit and here's what I see here, but when I go in c:\windows\fonts, I see only 5 fonts listed.  Microsoft has an update of symbol Segoe font but do not know if this is what I have to replace all of these missing fonts or if that's still the problem.  This isn't only the dialog box, this whole adobe reader has this particular font.  S Windows 7 fonts, however, are not at all this font and displays correctly anywhere else.  Any suggestions?

    Adobe Dialog Box.png

    Segoe.png

    Hi mo4ya2000,

    Try the latest Adobe Acrobat Reader DC Adobe - Adobe Acrobat Reader DC Distribution.

    Kind regards
    Nicos

  • How to ignore a dialog box (for a fit), by implementing the function "enter" in a JavaScript script (Adobe Configurator 4)?

    I made a custom with Adobe Configurator 4 with several buttons settings panel.

    However, if I press "Brightness/contrast" example, I Don t always wants to confirm the dialog box (name of the layer).

    How to skip this step? I thought to implement somehow the entry command in the Script, but how is this possible?

    Here are several photos to see what I mean:

    1)nwRpQik

    2)G5ORBVn

    Try this...

    newBCLayer();
    selLayerRGB();
    setBC();
    
    function newBCLayer() {
    var desc2 = new ActionDescriptor();
    var ref1 = new ActionReference();
    ref1.putClass( charIDToTypeID('AdjL') );
    desc2.putReference( charIDToTypeID('null'), ref1 );
    var desc3 = new ActionDescriptor();
    var desc4 = new ActionDescriptor();
    desc4.putBoolean( stringIDToTypeID('useLegacy'), false );
    desc3.putObject( charIDToTypeID('Type'), charIDToTypeID('BrgC'), desc4 );
    desc2.putObject( charIDToTypeID('Usng'), charIDToTypeID('AdjL'), desc3 );
    try{
    executeAction( charIDToTypeID('Mk  '), desc2, DialogModes.NO );
    }catch(e){}
    };
    function selLayerRGB() {
    var desc = new ActionDescriptor();
    var ref = new ActionReference();
    ref.putEnumerated( charIDToTypeID('Chnl'), charIDToTypeID('Chnl'), charIDToTypeID('RGB ') );
    desc.putReference( charIDToTypeID('null'), ref );
    desc.putBoolean( charIDToTypeID('MkVs'), false );
    try{
    executeAction( charIDToTypeID('slct'), desc, DialogModes.NO );
    }catch(e){}
    };
    function setBC() {
    var desc9 = new ActionDescriptor();
    var ref5 = new ActionReference();
    ref5.putEnumerated( charIDToTypeID('AdjL'), charIDToTypeID('Ordn'), charIDToTypeID('Trgt') );
    desc9.putReference( charIDToTypeID('null'), ref5 );
    var desc10 = new ActionDescriptor();
    desc10.putInteger( charIDToTypeID('Brgh'), 0 );
    desc9.putObject( charIDToTypeID('T   '), charIDToTypeID('BrgC'), desc10 );
    try{
    executeAction( charIDToTypeID('setd'), desc9, DialogModes.ALL );
    }catch(e){}
    };
    
  • Dialog box style off the screen

    While using InDesign full screen (3440 x 1440), the object style dialog box is on the top of the screen and cannot be dragged on because the title bar is also off the screen.  The dialog box cannot be resized (who usually move it), so I'm not sure how to make visible.  Restoration of the app is not help either - the dialog box is still mostly off the screen.  In addition, the Windows key + ShiftKey + left arrow (or one of the arrows by the way) does not affect the location of the upper part of the dialog box, passes just a screen that displays the dialog by mistake on.

    2015-09-14_10-10-51.png

    The operating system is Windows 10 on a Surface Pro 3 with a monitor LG Ultrawide.

    Thank you

    Richard

    Steve,

    I contacted Adobe support, and the winning solution was to detach the Surface Pro 3 and raise InDesign with only the single monitor of 2440 x 1440.  The object Style Options of windows then jump-up in a usable place.  When I brought the Tablet, reopened InDesign and brought to the top of the window, it was still where I left it on the tablet screen and I could drag it to a site that is usable on the external monitor.  Solved the problem, but I think that it a workaround solution.  No app should place a dialog box or the same window partially off the screen in the current context of monitor/Bangkok.  Looks like a tweek for InDesign, go ahead... ;-)

    Thank you

    Richard

  • How to make a dialog box for a user to choose a file to disk

    Hello

    Is it possible to make a dialog box for a user of photoshop, choose a txt, process of my javascript file?

    I have a txt file with all the names and locations of the psd files, I want to treat by photoshop. I have e.g. 100 out of a folder with 250 images.

    If anyone has a shot "sample code" how to select a file - I will be happy.

    / T

    Here is an example of selection of a text file...

    var dlg=
    "dialog{text:'Script Interface',bounds:[100,100,500,220],"+
    "testFile:EditText{bounds:[10,40,310,60] , text:'' ,properties:{multiline:false,noecho:false,readonly:false}},"+
    "Browse:Button{bounds:[320,40,390,61] , text:'<<' },"+
    "statictext0:StaticText{bounds:[10,10,240,27] , text:'Please select Text File' ,properties:{scrolling:undefined,multiline:undefined}},"+
    "Process:Button{bounds:[10,80,190,101] , text:'Process' },"+
    "button2:Button{bounds:[210,80,390,101] , text:'Cancel' }};"
    var win = new Window(dlg,'test');
    win.center();
    win.testFile.enabled=false;
    win.Browse.onClick = function() {
     selectedFile = File.openDialog("Please select TEXT file.","TEXT File:*.txt");
      if(selectedFile != null) win.testFile.text =  decodeURI(selectedFile.fsName);
    }
    win.Process.onClick = function() {
     if(win.testFile.text == '') {
      alert("No text file has been selected!");
      return;
      }
     win.close(1);
     selectedFile.execute();
    }
    win.show();
    
  • I can't transfer files flv to mobile to the computer, when I tried to transfer the file, a dialog box indicates that the file is opened in the Media Foundation Pipeline. Exe

    I can't transfer files flv to mobile star Samsung Galaxy of the computer, when I tried to transfer the file, showing a dialog box indicates that the file is opened in the Media Foundation Pipeline. Exe

    Discussions were merged.

    Deleted duplicate.

    Hello Arun,

    Thanks for posting back.

    If you have successfully transferred your files and they are stored in a location on the hard disk, that is, in a folder or drive on your computer, they will remain on your computer, regardless of any number of reboots.

    Hope this information is useful. If the problem persists, please post back for assistance.

  • File copy/delete dialog box is off the screen in a staggered multiple follow Setup

    I'm on Windows 8 on a ThinkPad W520 with a 1920 x 1080 screen and a secondary antibody NEC LCD2070NX 1600 x 1200 display connected via DisplayPort. The NEC is positioned to the left of the ThinkPad and raised higher than the ThinkPad display; the bottom of the NEC is near the center of the left edge of the ThinkPad.
    I put to the top of the poster in the Panel to take account of this arrangement:
    If I have a window of the Explorer of files open in the secondary monitor on the left and use this window to copy or remove some large files or folders, the progress dialog box is not visible. It is currently displayed in the "man no of land" above the main monitor and the secondary screen.
    The problem occurs when the secondary monitor is on the right, or above or below the primary. (I have tested some of these cases, but not completely). Also, this does not happen when the Explorer window is on the primary monitor. The problem does occur at all on Windows 7.
    Here's a film that illustrates the problem. For each image, I copied a large directory on the network and took a screenshot to display side by side and move the secondary display up to about 120 pixels in the control panel every time. You can see how the copy dialog box follows the secondary monitor vertically, but her left side is pinned to the left edge of the main screen, so he ends up disappearing from the screen.
    It is easy to see what is happening here: Explorer normally centers the dialog box of progression on the same screen as the Explorer window that opened the dialog box. This does not work as expected in the direction, but on the axis X to the left edge of the dialog box's get pinned to the left edge of the main screen.
    As the corner at the top left of the primary monitor is always (0,0), it acts as if the dialog box was positioned like this pseudo-code:
    monitor = getWindowMonitor (feed)
    dialog.centerOnMonitor (monitor)
    If dialog.left< 0:="">
    Dialog.Left = 0
    When the dialog box is off the screen, it's a bit disturbing, because it makes the impression that the Explorer window is locked. The only way I know to make visible the dialog box is with this exercise of the superpowers of keyboard shortcut:
    1. use Alt + space to open the system menu of the dialog box. The menu will open on the screen no matter where is the dialog box.
    2. Press m to move (or click on move).
    3. you will see a four-headed mouse cursor, just to fool you into thinking the mouse could do something now. It will not!
    4 instead of this, you have to hit any key of the arrow, which begins the displacement of the dialog box.
    5. now you can use the mouse (or the puree on the arrow keys) to move the dialog on the screen.

    A bit of good news...

    I just tested this on the latest version of Windows preview 10 technical, and it seems to be fixed.

  • Bug in dialog box "... the form" adjustment of the mask?

    I just posted this in the Adobe bug report, but wanted to make sure it is a bug of software, not a personal fault. Did anyone else encounter this problem and have you found a solution?  Thank you!

    Problem: Definition left and right side a rectangular mask to the same number in the mask dialog box "Form."... "causes the mask to be unusable.

    Steps to reproduce the Bug:

    1. create a new model of px 500 x 500, new comp solid size and double-click Rect. mask tool to create a full size mask.

    2 adjust the mask using the "Shape" dialog box to set the left and right to 250. Output dialog.

    3.re - enter in the dialog box and try to make any changes to the left and to the right, or try to reset the rectangular box.

    Results:

    The changes will not be saved out of the dialog box.  This is the case when you work with keyframes or not. It should also be noted that if a mask is done this way, then a new keyframe, the mask is "reset", the shape will not change, but I noticed that points are.

    It seems that when the mask sharing the left and right sides identical, it confuses the points and cannot properly open the mask up.

    Hi Greg,.

    I saw your bug report and was able to reproduce the problem.

    The problem occurs only when the left/right or up/down pairs have exactly the same value. Changing the value of the left or top will also change the law or low value, respectively. and change the value to the right or bottom is not saved when you OK from the dialog box.

    My hunch is that this bug is related to the logic in the form of mask Panel that corrects the values so that the left value can never be greater than the fair value or the value never greater than the background value. (This logic ensures that left is always left or right and top are always above the background.)

    This bug seems to have been in After Effects at least several years (9.0 or a previous version). Anyway, apologies for the disruption.

  • File navigation dialog box always returns the application folder, not the one I selected

    My script uses a hardcoded destination path to save files. I want to make it more flexible with a file navigation dialog box.

    The function of file selectDlg seems obvious, but it always returns the location of the folder of Photoshop, not the folder I chose in the dialog box.

    For example:

    var outputFolder = Folder();

    outputFolder.selectDlg ("output :"); folder

    $.write (outputfolder);

    Expected:

    My JavaScript console must declare the file I selected in the system dialog box.

    Actual results:

    Regardless of the folder in which I select in the dialog box, it returns always like:

    /c/program%20Files/Adobe/Adobe%20Photoshop%20CC%202014/tmp00000001

    The directory path is where Photoshop is installed on my computer. The tmp00000001 file seems to come.

    Am I missing something obvious?

    var f = Folder();
    var outputFolder = f.selectDlg("Output folder:");
    $.write(outputFolder);
    
  • can someone help me! I have a P4 with service pack 2 Professional windows installed in it, my problem is that I am unable to copy all files or other animals. a dialog box appears indicating the integrity of violeted files

    Ideas:

    • Programs you arecan someone help me! I have a P4 with service pack 2 Professional windows installed in it, my problem is that I am unable to copy all files or other animals. a dialog box appears indicating the integrity of files violeted the problems with
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    bastyav,
    We use the exact and some error message in more detail on the issue.  This problem occurs with any file on the disk or only some of them?  You are logged as administrator?  Has anything changed recently (hardware or software)?

    The first thing I would say to run a Virus scan and malware.  If you do not have an antivirus program, then you can get one here: http://www.microsoft.com/Security_essentials/

    If there are no problems found then not try the following steps:
    Run the following commands.

    Chkdsk /r

    http://support.Microsoft.com/kb/315265

    sfc/scannow

    http://support.Microsoft.com/kb/310747

    Let us know the results and the information requested.

    Mike - Engineer Support Microsoft Answers
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • As I try to start my computor, any dialog box appears on the screen are covered in "'

    As I try to launch my putor, any dialog box appears on the screen are covered in "' so I can't put passwords or addresses of sites and if the sound is on a morse codes like noise appears with the comma... I have done all the analysis and attach it to Microsoft but do I have a virus and how do I find? thxs

    .. .all dialog box appears on screen is covered in "' so I can't put passwords or addresses of sites and if the sound is on a morse codes like noise appears with the comma...

    The character you are evidence is a single quotation mark or tick rather than a comma, but the character you see in reality is probably an asterisk in a mask the password text box. In both cases, the problem remains the same.

    You have a key stuck on your keyboard which instantly fills any box entry with the typed characters, they are ticks or asterisks. The only audible ringer is a normal computer error indicating that the keyboard buffer is full, but entry continues, once again an indication of a stuck keyboard key.

    Try another keyboard. It may be possible to launch a key by a sharp tap, but the problem will probably persist in the future. I hope that you don't talk about your laptop.

  • whenever I start my windows, the dialog box appears with the words "persistence module a work stoppage" how to fix this problem?

    whenever I start my windows, the dialog box appears with the words "persistence module a work stoppage" how to fix this problem? someone help me please tell how to fix

    Hello

    1. have there been recent changes to the computer before the show?

    I suggest you to try the steps below and check if it helps.

    Method 1: Start your system in safe mode and check if the same problem occurs.

    http://Windows.Microsoft.com/en-us/Windows7/start-your-computer-in-safe-mode

    Method 2: If the question does not exist in Mode safe mode then try to put your computer in a clean boot state.

    By setting your boot system minimum state helps determine if third-party applications or startup items are causing the problem.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or Windows 7:
    http://support.Microsoft.com/kb/929135

    Note: After the boot minimum troubleshooting step, follow step 7 in the link provided to return the computer to a Normal startup mode.

    Hope this information is useful.

Maybe you are looking for

  • Running 32-bit and 64-bit firefox in parallel

    Given that not all plugins are supported in 64-bit Firefox (using minefield 4.0b13pre) it would be convenient if we could run two browsers at the same time. Currently, when 64-bit running Minefield, starting Firefox 32 bit starts a new window of mine

  • Pavilian dv7-3169wm: connection loose when the lid is closed

    Whenever I close the lid for a reason, I lose my internet connection. I changed some of the power options, but he always does. Is there anything I missed?

  • A60: Need to download the driver for powersaver

    Hi there I have recently upgraded to windows xp pro, I have a toshiba A60 and I need to download the driver for powersaver. Is someone can please tell me why this is not possible, as at the end of the installation it says fatal error.Any help will be

  • Satellite A500-17 x - installed any camera software

    Recently bought the Satellite A500-17 x with Windows 7 pre-installed. Manual tells me under all programs-toshiba-> utilities >, there should be a web cam application. Unfortunately there is no such thing. Site Web from Toshiba has been of no use to m

  • Why can't connect to cell phone wireless

    my friend wants to use my laptop through his mobile phone