Controls become inactive while dialog box is active

Hello Experts, 
I am trying to create two pop-up windows appearing one after another when my program starts. I used two button and single button dialog box. However, while the dialog box is active on the screen, I cannot modify the controls on my VI. Is there any way, I get modify the control while the dialog box is active? May be my approach is wrong, please direct to any relevant post/article on this topic. 
Let me know if you need any specific information. 

Dialog boxes are modal.  That means that they are in front of all other windows and no access to those other windows is possible until the modal window is closed.
If you cannot tolerate modal windows, then create your own dialog boxes using subVIs which open when called and then close afterwards.  You can make them look like the modal boxes but they can be moved behind other windows.  Of course they can also get lost back there.  Keep that in mind if the response from those dialogs is required before some other part of the program can continue.
Lynn

Similar Messages

  • Can't access browser when "Save As..." dialog box is active

    Hi all,
    When I am downloading and saving a file and the "Save As..." dialog box is active, I'm not able to click behind it to access the browser as I can with Internet Explorer.
    I need to be able to access the webpage while the dialog is open, as I often need to copy/paste text from the webpage into the file name field on the Save As... box.
    Does anyone know if there is an add-on or something that will remove this limitation?

    The problem with that solution is that when I close the dialog box so I can copy the text I need from the tab underneath, I lose the location of the folder for saving the file, and then I need to navigate back through all the folders to find the location again. This is a waste of time.
    I cannot copy all the text at the same time into the Save As... box, as I need to take the text from several locations on the webpage (such as program name, version info, etc) and compile it into a useful file name.
    Again, if anyone knows of a workaround for this issue (other than the clipboard addons which will only complicate matters) then please repsond.
    Thanks!

  • EPSON printer update v2.3.1:  color controls now dimmed @ print dialog box

    I have lost the ability to control color in the Print/Print Settings dialog box after this update. The Ink tab is dimmed and set to "Color," the Color Settings tab is also dimmed and set to "Off (No Color Adjustment)," and the Advanced tab brings up only information about the Colorsync profile. The graphic file (Photohop) I'm printing from is a grayscale file.
    There is no difference in the Print dialog box between having Photoshop manage the colors or having the Printer do it.
    My concern is that the printer will now be consuming color ink, but the actual prints appear to be using only the matte black.
    Anybody else run into this? Should I be concerned?
    Thanks

    From PHOTOSHOP (CS4) In the printer driver menu, the COLOR MATCHING pulldown shows the choices are grayed out. But go to the PRINT SETTINGS pulldown. There you should be able to select BLACK/COLOR Ink, color settings if appropriate (VIVID etc)...
    Apparently not all programs gray out the COLOR MATCHING boxes - a demoed a RIP that does not do this but it has other issues (ImageNext2.1).
    Also CS4 has the ability to completely disable color management (used for printer profiling), but some apps cannot do this with this driver (ImageNest2.1, DataColor Spyder3Print)

  • Taking control of OS print dialog box

    Hi,
    Can I customize the OS print dialog box which appears, when I execute the FlexPrintJob.start method? I want to enable page range selection and some other fields.
    Other option is, if some how I can get the list of printers and other printer specific options availabe in my custom Dialog box.

    ShellExec is part of lvwutil and merely calls a function in Shell32.dll. There is nothing about the function call that controls the display of the printer dialog. I think that what shell32.dll does when it prints (just like right clicking on the file) is print the file according to what is defined about that file type in Windows Folder Options. On my Win2K system, the print application is defined as "C:\Program Files\Microsoft Office\Office\msohtmed.exe" /p %1. If I remove the /p, then Word starts up and in order to print, I get a printer dialog when choosing Print from the File menu. So it seems like the printer dialog is entirely dependant on the application that does the printing. I get no dialog when I use the VI to print a .txt file. I
    nstead of using shell32, you might want to try some ActiveX method or property of an application like Internet Explorer that can open and print an html file.

  • Keyboard & mouse become inactive while undocked

    Hi,
    Whenever I undock my T61, my keyboard & mouse (TrackPoint & TouchPad) become inactive. An external mouse works OK, but, still I don't have a keyboard. Any idea?
    Thanks,
    Erez
    Solved!
    Go to Solution.

    Installed some Lenovo updates and the problem is gone.

  • Control position of popup dialog box

    Hi,
    Is there a better method of positioning a popup dialog below a string control? - see attached (run parent.vi)
    Can I obtain a Pane ref and a VI ref given a string control reference? so that I only need to pass the string ref
    thanks
    Al
    Solved!
    Go to Solution.
    Attachments:
    parent.vi ‏9 KB
    child.vi ‏16 KB

    If your VI has multiple panes (or just to be prepared), you can find, here  a VI that returns the pane of a control.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Active Screen becomes inactive then active....and so on.

    Very strange phenomina. The active screen in whatever program I am using alternates between being able to type text and then becomes inactive while type.
    Does anyone have any idea what could be the cause of this?
    Any help would be greatly appreciated.
    Thank You.

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • On a PC Control+F brings up a Find dialog box. How to do that on a Mac?

    With a PC, you can hit control+F, and a dialog box will appear that allows you to search a page for certain text. Is there a way to do this on a Mac?

    Yes, usually in Mac OS X you just substitute Command for Control in the Windows key combination. So the Find feature, located in the Edit menu is also accessed with Command + F.
    Dah•veed

  • Outlook Add-in becomes Inactive randomly

    Hi
    We have created a VSTO Add-in for Outlook.  The add-in is intended as a plugin so that the other third parties can write their own "providers" that our addin can utilize.  As an example the add-in shows a grid of Items.  Anybody
    can write a "provider" and display their own items in our grid.
    To do this our add-in in made up of a three projects. core , common and library. The Library contains the public interfaces.
    At run time the add-in uses MEF to load any provider assemblies.
    This has been working quite successfully at numerous client sites with many users for some time.  However last month a client reported that when they start Outlook the Add-in was going inactive.  No attempts to re-active it would work it always
    went back to inactive.
    We turned on VSTO_SUPRESSDISPLAYALERTS and found that the issue seemed to be because the assemblies were not being loaded when the Add-in initialized.
    Checking the assemblies that were being dynamically loaded we found that two of them were unsigned.  We subsequently signed the assemblies, re-applied and everything worked.
    So far so good.  We patted ourselves on the back and made the assumption that some MS security Patch had been applied that stopped unsigned assemblies from being loaded at run time.
    We could not however replicate the issue in house , not could we find the patch that might have caused the issue.
    The problem however continues....
    Our installations team took a draconian approach to this issue and started installing the signed assemblies on all our customer sites regardless of whether or not they had the original issue.
    For most clients everything was fine.  The add-in worked with or without the signed assemblies.  However at one client site on a number of users pc's the add-in was still inactive.  removing the signed assemblies and putting back the unsigned
    assemblies resolved the issue.  To say this is weird is an understatement. The complete opposite behavior.
    Now this week they have reported another user has suddenly found the add-in is inactive and using neither the signed nor unsigned assemblies works.
    We are at a complete loss what to look for next.
    To summarize.
    Our add-in dynamically loads assemblies at run time using MEF
    It was working fine at all sites until recently.
    Add-in randomly becomes inactive and cannot be re-activated either manually or through the registry.
    Signing the Assemblies works at most sites
    At one site unsigned assemblies work and signed assemblies do not
    At the same site one user reports neither set of assemblies will activate.
    We have run Caspol and cannot see anything amiss
    We have used Caspol to apply Full Trust - no affect
    We can not replicate in house
    Things we are trying
    Machine comparisons between working and non working pc's
    Removal of all other add-ins
      If anyone has any other suggestions what could be causing such behavior it would be much appreciated.
    Nick

    Hello Nick,
    I do not believe the issue depends on the signed/unsigned assemblies. Check out the Trust center settings to make sure that Macro security settings are not applied to add-ins. Also pay special attention to the Trusted Publishers list.
    Anyway, Microsoft Office applications can disable add-ins that behave unexpectedly. If an application does not load your add-in, the application might have hard disabled or soft disabled your add-in.
    Hard disabling can occur when an add-in causes the application to close unexpectedly. It might also occur on your development computer if you stop the debugger while the Startup event
    handler in your add-in is executing.
    Soft disabling can occur when an add-in produces an error that does not cause the application to unexpectedly close. For example, an application might soft disable an add-in if it throws an unhandled exception while the Startup event
    handler is executing.
    When you re-enable a soft-disabled add-in, the application immediately attempts to load the add-in. If the problem that initially caused the application to soft disable the add-in has not been fixed, the application will soft disable the add-in
    again.
    You can read more about that in the
    How to: Re-enable an Add-in That Has Been Disabled article in MSDN. Most probably the add-in fires an exception at runtime and Outlook disables the add-in silently.
    Also pay special attention to the
    Performance criteria for keeping add-ins enabled . Outlook 2013 monitors add-in performance metrics such as add-in startup, shutdown, folder switch, item open, and invoke frequency. Outlook records the elapsed time in milliseconds for each performance monitoring
    metric.
    For example, the startup metric measures the time required by each connected add-in during Outlook startup. Outlook then computes the median startup time over 5 successive iterations. If the median startup time exceeds 1000 milliseconds (1 second),
    then Outlook disables the add-in and displays a notification to the user that an add-in has been disabled. The user has the option of always enabling the add-in, in which case Outlook will not disable the add-in even if the add-in exceeds the 1000 millisecond
    performance threshold

  • Window randomly becomes inactive

    My macbook air occasionally gets in the mode where the current window randomly becomes inactive while typing. What causes this and how do i fix it?

    Try using an application called Onyx, this will clean disk permissions and clean the system. This will hopefully solve any problems it may have, Hope this helps

  • Firefox 5.0 won't print web page - no dialog box

    After updating to FF 5.0, I can no longer print using File>Print (or Control+P). No dialog box comes up, no error message - just nothing. My printer is an HP Deskjet D4260 and it prints fine from Internet Explorer or from files saved to my computer.
    I tried a couple "fixes", including disabling HP Smart Web Printing and resetting the print.print_printer file from about:config. Neither option worked. Please help!
    Thanks!

    Is Fixed! Someone suggested clearing the Firefox cache 9 (Preferences / Advanced / Network / Clear Now) and and after doing this now we can stream on the YouTube site as normal.

  • TS1717 When I held down shift and control while opening iTunes the dialog box said "Visual plug-ins you have installed have been temporarily disabled"

    What do I need to do when I try to start iTunes in safe mode and the dialog box says, "Visual plug-ins you have installed have been temporarily disabled"?

    Click OK. See if iTunes runs any better. Work through the troubleshooting guide.
    What is the issue you've been having?
    tt2

  • If the "unresponsive script" dialog box appears while another dialog box (e.g. a "Save As" box), the two dialog boxes lock each other out

    FF 7.0.1 on MacOSX 10.6.8 (not this machine!)
    While doing a "Save As", and while the "Save As" dialog box is showing, a second dialog box "unresponsive script" shows up. I can't deal with the "unresponsive script" box as it doesn't have focus, and I can't complete the "Save As" operation because its script has become unresponsive. I end up having to Force-Quit Firefox via the Activity Monitor.
    Any less brutal suggestions?

    figured it out:
    - power off mac and turn back on while holding down Command + R (dont do it on an external keyboard just to be safe)
    - choose the re-install Lion option (I'm sure there is another way to re-install Lion, this is just the way I did it, not saying its the best or only method)
    - DO NOT INSTALL MACBOOK (Mid 2012) Software Update 1.0 - THIS SCREWS ADOBE UP!

  • Why did I get an "authors whom you trust" (Author Not Verified in dialog box) warning while attempting to install Lightbeam?

    while downloading the Lightbeam plugin, firefox generated an "install add-ons only from authors you trust" dialog box. i'm assuming there's a good reason the browser issues this warning, when issued, and i'm not inclined to ignore it. i have a screenshot if necessary.
    i'd like to know: should i ignore this warning?
    thanks!!

    hello mrclaude, this is the default dialog which will show up during each installation of any extension. there is of course a good reason to show this message, though addons can be very powerful and handy, they could potentially also do great harm. please note however that all extensions hosted at addons.mozilla.org get reviewed and approved before they become publicly available, so they can be generally considered as safe, especially the ones developed by mozilla itself of course.

  • Keyboard control of dialog box buttons

    Terribly sorry because I'm sure this must be answered more than a few times, but I just can't seem to find it!
    Can AppleScript dialog boxes activate buttons in response to keyboard input?
    Lots of Aqua apps let me use tab to move through the controls in a dialog box, then press space to activate. Even back before OS X, I could activate a button by typing the first letter (probably while holding down the command key).
    Can I script that sort of behaviour without using Studio?

    Thanks Cam -- Yes, you're right: I can use tab and space.
    I'm just using the display dialog command (e.g., 'display dialog "Hello, world" buttons {"Button 1", "Button 2"})
    I could change the prompt for the worse to take advantage of return and escape keys.
    Does Studio let me assign or otherwise use other keyboard controls in dialog boxes?

Maybe you are looking for

  • Java Applets not working using IE 6 after uninstalling software

    I uninstalled some software on WinXP using Add/Remove, however the software still left remnants on my system. I tried to removing all the entries in the registry with RegEdit....I will confess I am a rookie with that tool, however now IE 6 will not l

  • Number of Songs Discrepancy between iTunes & iPhone

    There are 1,437 songs in my ITunes Entire Music Library.  Due to problems I was having with my iPhone, Apple had me restore my iPhone 5S to "factory" settings and then back-up my iPhone to one of my backups before my iPhone began having problems.  My

  • How to insert a record in ROOSPRMSC table? (accidentally deleted)

    Calling an InfoPackage in BW causes short dump, while fixing the short dump issue, accidentally deleted the "ROOSPRMSC" table entries. Could you tell me how to insert a record in "ROOSPRMSC" table???

  • Question on Oracle's Connection Cache

    Hi, I am using JSP's Javabean to connect to the database using Oracle's OracleConnectionCacheImpl for Connection Cache. My question is if I should synchronize the methods to initialize the Cache and to return the Connection object using the the cache

  • Thinkpad Edge vs. Power Manager

    I'm not sure if this is widespread, but it certainly drives me crazy as a new owner.  While the system was fine and good, once installing Power manager, it always leaves rundll32.exe running in task manager. The feature works fine though  ( at least