How to programmatically control the "Save changes.." popup screen?

Hello
I've made an application that is controls TS, opens selected sequence or closes it automatically.
 I would like to close all open sequences with possibility to programmatically save the sequences automatically on closing without popup screen (attached jpg) or not saving or just simply to bring the popup to the front and let operator decides. Is there a way for that with TS API? 
I tried to set the property "ApplicationMgr.SaveOnClose" before calling method "CloseAllSequenceFiles" but it does not work with any option. Everytime if there are modifications in the sequences and my applicaiton tries to close the sequence file TestStand opens the popup screen outside of my application. My application then hangs on method "CloseAllSequenceFiles" and i have to bring the popup to front and close it to resume my applicaiton.
Is there a way to overwrite this popup screen?
I attached screenshot of the VI.
Attachments:
Untitled.jpg ‏13 KB
Untitled2.jpg ‏46 KB

Seems to me like you are not looking in the right place, look at the Engine methods, here are two interesting methods to do what you are willing to do:
Rodéric L
Certified LabVIEW Architect

Similar Messages

  • How to programmatically control the Image display size

    I wonder if
    it is possible to let the Vi adapt the size of the VISION image display if the
    user zooms in the displayed picture (as can be done in other graphical software
    like Photoshop or ImageI). Is there something prepared?

    If you are using LV 7.1, there is a property node that let you define the size of the image display.
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Image size.vi ‏64 KB

  • User-Specific Check-box is greyed out in the SAVE LAYOUT popup screen

    Hi Experts,
    I have created  a custom program and used the ALV grid.
    In the ALV grid I have included the Layout options menu. (Choose, Select, Save, Manage).
    When i try to save the layout, I cannot make it User-Specific. The User-Specific Check box is greyed out.
    Please let me know how to enable it.
    Appreciate you answers.
    Thanks,
    Jaffer Ali.S

    Did you set the attribute I_SAVE to 'A' ?

  • How do I control the order of all day events in iCal?

    How do I control the order of all day events in iCal?  Even if I painstakingly try to
    re-order the events the way I want them, when they print, they are in a different order.
    I have searched other forums and no one seems to have an answer to this.  Has
    anyone found the solution?  Thanks!

    I also have this issue, where the events in iCal change when viewing in print preview or printing. I even notice they will switch if I try to print again??!!! I am using different calendars to show different colours. and they are setup on iCloud not on my mac.
    it is becomign frustrating when I print 2 months worth and ssome events are correct in order and alas some will change when I print again!
    Can anyone help please?
    thanks

  • How to find out the save as setting information in illustrator cs3?

    How to find out the save as setting information in illustrator cs3 through programmatically. I saved the file using the setting like Overprint, EmbedAllFonts, IncludeDocumentThumbnails throgh scripting. But i don't know how to find out the save as setting information(Overprint, EmbedAllFonts, IncludeDocumentThumbnails) whether the checkbox true or not through scripting. Kindly advice me.

    Thanks for your response. Some time the operator will set the wrong "save as setting" in the eps file . So i need to check wheather the operator set the correct save as setting or not. If the operator set the wrong save as setting,  i need to inform while running the script. So please advice me how to find out the save as setting information of the active document file, and then inform to the operator if any improper "save as setting" occured.

  • How to programmatically place the field in the canvas.

    Hello!
    Can you please tell, how to programmatically place the field BLOCK1.FIELD1 in the canvas CANVAS1.
    At the moment on the field value CANVAS = NULL.
    And when opening the form error "FRM-41014 Cannot set attribute of null canvas item..."
    Thank you

    Youcannot assign a canvas at runtime. Yu have to specify int at designtime and it cannot be changed at runtime. if you need an item in more than one canvas, use a mirror-item (duplcate the item and set the property Synchronize with)

  • How can i control the timings of my slideshow using iphoto on my ipad

    Q: 1 how can i control the timings of my pupil's slideshows using iPhoto on the iPad?
    Q: 2 then how can i export them?
    Q: 3 how can i combine them from 8 individual slideshows to 1 for showing to their parents at an assembly?
    many thanks in anticipation of your collective help
    brian

    Here's my take on the same thing:
    Short answer: the dpi is set when you decide what size you're printing at.
    Long Answer: Dpi means nothing in the digital world of your computer. There are no "inches" to have "dots per..." Size is measured in pixels. That's the same on your camera. It doesn't take 10 x 8 or 6 x 4 shots. It takes shots measured in megapixels. For instance 4,000 x 3,000 is a 12 megapixel camera.
    Using that example, that shot from that camera has 12 million pixels. So that's how many "Dots" there are. To decide the ratio of dots per inch, you now need to decide the "inches" part. And that's printing. Print at 10 x 8 and the dpi will be 4,000/10 or about 400 dpi. At 6 x 4 then it's 4,000/6 or 660 dpi. Work the other way: Print at 300 dpi and the resulting image will be about 13 inches on the longer side.
    So, your photo as a fixed number of pixels. Changing the dimensions of the print will vary the dpi, changing the dpi will vary the dimensions of the print.
    For more see http://www.rideau-info.com/photos/mythdpi.html
    Regards
    TD

  • How can I control the size of the af:InputText?

    Hi,
    How can I control the size of the 'af:InputText' on the UI, without using columns & rows attributes. Even though I am using width & height attributes, the changes are not getting reflected in the UI.
    Thanks,
    Rajesh.

    Hi,
    It is inside a 'af:PanelBox'. So, the parent container also determines the size of the child? Here I need a create a 'pidgin chat window' kind of an interface with a fixed size top-level container, inside which I willl put all my components. The code looks something like this:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1" partialTriggers="it1">
    <af:messages id="m4"/>
    <af:form id="f1" partialTriggers="it1">
    <af:panelBox text="" id="pb1" background="dark" type="stretch"
    titleHalign="start" ramp="highlight"
    inlineStyle="width:350pt; height:500pt; margin:0.5pt; padding:0.5pt; border-width:0.5pt; "
    partialTriggers="it1">
    <af:spacer height="15pt" id="s1"/>
    <af:inputText id="ot1"
    columns="82" rows="25" wrap="hard"
    partialTriggers="it1"
    value="#{ChatClientBean.chatLog}"
    binding="#{ChatClientBean.outputChatTextBox}"
    visible="false">
    </af:inputText>
    <af:spacer height="27pt"/>
    <af:inputText id="it1" inlineStyle="width:200pt; height:100pt;"
    valueChangeListener="#{sessionScope.ChatClientBean.sendMessage}"
    autoSubmit="true" partialTriggers="it1"
    binding="#{ChatClientBean.inputChatText}"/>
    </af:panelBox>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    Thanks,
    Rajesh.

  • Is it possible to change the save location of screen shots?

    I am trying to find out how to change the save location of screen shots. Is this possible? And how would I do this?

    Yes, it's possible but you will need to use Terminal located in HD > Applications > Utilities
    Change the Screen Shot Save File Location in Mac OS X

  • How to block displaying message "Save changes to file 'Test1' " in BEx?

    Hello, dear colleagues!
    Do You know how to block displaying message "Save changes to file 'Test1' " in BEx?
    I need some BEx setting which can block it and make it the same way as You close common Excel workbook without any changes made to it after opening e.g. without any messages, just clicking the cross. 
    Thank You all very much in advance!
    Val
    Edited by: vtb777 on Nov 21, 2011 1:46 PM
    Edited by: vtb777 on Nov 21, 2011 1:50 PM
    Edited by: vtb777 on Nov 21, 2011 1:52 PM

    from time to time i am working with macroses, but they are not good for the report's reliability.
    maybe You have some example of such macros?
    UPDATE:
    I have tried to edit event, called WorkbookBeforeClose in module BExEventHandler, adding there such a line:
    Application.DisplayAlerts = False
    but no result. maybe there are some other ways of solving this problem?
    Edited by: vtb777 on Nov 22, 2011 6:26 AM
    UPDATE-2:
    I got such a code, but it doesn't work:
    Private Sub Workbook_BeforeClose(Cancel As Boolean)
    If MsgBox("Save changes to file? " & Name, vbYesNo, "") = vbNo Then
       Cancel = True
    End If
    End Sub
    Edited by: vtb777 on Nov 22, 2011 11:07 AM
    Edited by: vtb777 on Nov 22, 2011 11:16 AM
    Edited by: vtb777 on Nov 22, 2011 11:20 AM

  • How can I watch the save password in iPad3 safari ?

    Hello all my apple friends. Please tell me how can I watch the save passwords in my iPad 3 safari.
    I save my password in safari but I want to know how can I watch this password .
    Please suggest me .....

    When you type a letter you can see that letter for a second and then it changes to the dot. That's how it works. I suggest writing the password down first.
    Basic troubleshooting steps  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101
     In Memory of Steve Jobs 

  • How do you control the volume to the earphones?

    How do you control the volume to the earphones?

    Apple Support Communities updatesActually I knew that part of it, but I had to go to Settings to correct something.  They are working now that I fixed something that I have no recollection that I altered in the first place, nor do I now know what in heaven’s  name I fixed this time.  All I know is that I must have gone to setting a million and one times and the last time was the one I did something right.
    Thank you for your help however.
    Nan
    From: Apple Support Communities Updates
    Sent: Monday, July 07, 2014 10:43 PM
    To: nandave
    Subject: - How do you control the volume to the earphones?
                                                                                    You received a reply 
                                    petermac87 has replied to your question. You can view the full discussion in Apple Support Communities.                                                                                
    How do you control the volume to the earphones? 
                                    With the volume up and down keys unless you purchase a set with a volume control connected to the chord.
                                    Pete
                                                                                    Correct Answer Helpful Answer 
                                  Use the buttons above to tell petermac87 and the rest of the community if this reply solved your question or helped you get closer to finding a solution. 
                                  To reply to petermac87, go to the discussion in Apple Support Communities. 
                                  You are receiving this email from Apple Support Communities. You can change your email preferences in your Apple Support Communities Profile. 
                                  TM and copyright © 2014 Apple Inc. 1 Infinite Loop, MS 96-DM. Cupertino, CA 95014. 
                                  All Rights Reserved | Privacy Policy | Terms of Use | Apple Support

  • How can I control the zoom on my mac mouse?

    How can I control the zoom function on my mouse? In the middle of working on things my hand will rub the mouse by accident and all of a sudden the context within the screen is large. I have no idea of how to work this feature on my mouse and most times to get it to return to normal, I have to escape out of the work I am performing.

    If you are pressing the "Control" button on the Mac keyboard, scrolling up will zoom in and scrolling down will zoom out. You can disable this if it annoys you through System Preferences > Universal Access. If you are using Mountain Lion, it would be System Preferences > Accessibility.
    Uncheck the in the "Seeing" or "Zoom" section that says "Use scroll gesture with modifier keys to zoom".  It may be slightly different if you have an older OS X version. I have Mountain Lion and am going off of memory on the older versions.

  • I have multiple email accounts on my iPad. How do I control the order in which the accounts are displayed?

    I have multiple email accounts on my iPad. How do I control the order in which the accounts are displayed?

    In landscape mode, the mailbox list is automatically displayed (in portrait mode, you will need to tap the button to,show it).
    To edit the list, tap edit as shown below.

  • How can I control the window size of my output?

    Hi,
    I'm drawing a blank... How do I control the size of the window that my project is viewed in? Right now, it's the entire browser window.
    Thanks,
    Janice

    Hi,
    From your post, I assume you are creating WebHelp output.
    You  need to create a window for the help in the Project Set-up pod. Then,  you need to make sure you call the output so that the window is used.  See http://www.grainge.org/pages/authoring/calling_webhelp/calling_webhelp.htm.  This article on Peter's site give you an overview over the  possibilities of calling context sensitivive webhelp and also tells you  how to specify the needed window. Also, the installation directory of  RoboHelp 8 contains a directory called CSH API. In there are example  API's your developer can use to call the help.
    Greet,
    Willam

Maybe you are looking for

  • Samsung LCD TV  "Format not supported" error message?

    I have been using my Samsung LCD TV Model number LC320SS9-A for years via a HMDI cable.   As of a couple of weeks ago I now get the follow error message,  "Format not supported" on the TV.  Running 10.8.2   2.3 GHz Intel Core i5 with 4GB DDR3 memory.

  • Why can't I open .class files?

    I have never needed to open a .class file but now I do. It pops up with an error message and says check the console. Is Jar Launcher outdated for Mavericks? Tech Specs: 2010 Macbook Air OSX Mavericks Trying to use Jar Launcher for a .class file.

  • Updated my itouch software, and the entire thing restored . is there a way i can get my "backed-up" files , BACK onto the itouch ?!?

    i plugged in my itouch to the computer , and i said that there was a new software update ready . i let it update , the file claimed to be backing everything up . so i let it . a few minutes later my itouch shut down and it took atleast 20minutes to c

  • Application will work same as on iphone

    Dear Developer Forum, I am new in mobile development I have started it from Iphone. I have make one application and it is working fine on simulator. So on device it will also work fine without any exception? I have heard from my friends that if appli

  • Luna headset - stereo or mono?

    Hi. I just can't understand if you can use the Luna as a stereo headset by purchasing two of those and pairing them like the 360 speaker (when it automatically knows to play in stereo if two speakers are paired to a phone).