Loop stop when pressing the minimize button??

Hi,
I've made data-acquisition VI, when i run it and press "for example" the
minimize button of my VI it stops untill i release the minimize button, is
there anything to avoid this?? So that when i press the minimize button that
my vi just go's on with it's loops?
Best Regards,
Thijs

> I've made data-acquisition VI, when i run it and press "for example" the
> minimize button of my VI it stops untill i release the minimize button, is
> there anything to avoid this?? So that when i press the minimize button that
> my vi just go's on with it's loops?
>
As the other response indicated, we try to keep the loops running, but
certain things in windows consume the UI thread, meaning that LV can't
update the UI. You can make a simple VI that charts ten points per
second and see if when you release the mouse the chart catches up. The
standard way LV does execution tries to decouple the UI from the
execution, so that the diagram can continue even while the UI is stopped.
If this example works and your application doesn't, it is likely that
y
our I/O loop is interleaving UI and I/O. If the UI gets blocked for a
period of time, such as you describe, this is when the UI blocks the
rest of the loop. If this is the case, and this is important to you,
you can try to separate the UI from the I/O by moving then to two
independent loops that communicate via locals, etc.
Greg McKaskle

Similar Messages

  • Hear sound when press the home button, as if there is a gap underneath !!

    Hear sound when press the home button, as if there is a gap underneath !!

    Take it back to Apple if you think there's a problem with it.

  • Bug when pressing the next button

    After I upgraded to 8.0 when I press the next button the player stops and I have to press play again.

    This is a simple solution, but this behavior also occurs if you happen to not have all the little boxes next to the songs checked. You can select all, and check them all with one fell swoop.

  • Report is not starting an adobe window when pressing the print button

    When ever I press the print button on my report and I get the box that asks you which page to print.  I choose all and then press the ok button.  Nothing happens when I press the ok button.  I'm I missing something on the server that is running the application.  It works locally but not on my test server.
    Thank you

    Well, in order to print using PDF, you must have adobe installed...
    I understand that you have some CR Service Pack installed, but I am not sure which one. I'd recommend you download SP 5 from here;
    https://smpdl.sap-ag.de/~sapidp/012002523100013876392008E/crxir2win_sp5.exe
    And use the msm to install the runtime. The SP 5 msm is here;
    https://smpdl.sap-ag.de/~sapidp/012002523100001088442009E/crxir2sp5_net_mm.zip
    Re.; I was wondering I am missing something from the server that converts the report to pdf and shows it in the adobe viewer.
    Not  that I am aware of.
    If SP 5 does not help, a question for you; can you print any pdf document (non CR) from adobe on that server?
    Ludek

  • My iPhone 5 C doesn't respond when pressing the Home Button, do I need to go to a Apple store or is there another way to fix this problem?

    I bought my iPhone 5 C last week and is still all brand new. My phone was alright thses days but suddendly when i pressed the Home button to get out of an app, it didn't respond and also when i want to see the time I press the Home button but it doesn't show the lock screen. Do I need to go to an Apple Store or is there another way to fix this problem? I have read the Helping Center in the Apple Web but still it didn't help to solve my problem. Can someone please help me?

        Getting your notifications is definitely important and we understand not wanting to miss anything katieb373. You have reached the right place for assistance in getting this working for you again. Has your phone completed any recent software updates right before this happened? You can reset the network settings to see if that will resolve the issue by following the steps http://vz.to/1uO6qTU in the link. Please try this and let us know the results.
    CandiceH_VZW
    Follow us on Twitter at @VZWSupport

  • Mail freezes when press the attachment button

    I first realized that my MailTab Pro for Gmail app would freeze for about 10 seconds when I press the paperclip button. So then thought it maybe had to do with a setting for mail. So I went throught the whole drama of setting up Mail (apple mail), and then tried pressing the attachment button on an email I tried to compose and that too would freeze up for 10 to 20 seconds. I cant even get to the screen to browse attachments. I can upload attachments no problem on safari or firefox in gmail. But through MailTab Pro it freezes. I have, however realized that I can drag and drop files into the mail app email that I am composing. But that is a frustrating way to browse files. Anyways, wasted my whole day trying to figure this out and was hoping somebody might know how to help me out. Would be really appreciated.
    Cheers

    Doesnt seem like anybody had any similar problems to me, but if you do have a similar issue even with apple mail or any imap attachment issues I figured out the solution.
    This solution solved both my mail attachment problem as well as my cpu overheating issue as well. On this thread read the post from James Hunkins.
    https://discussions.apple.com/thread/3396579?start=30&tstart=0

  • BEX Selection screen in an endless loop when pressing the Check button

    Hello SDN
    Has anyone faced this issue before where the BEX selection screen seems to get its knickers in a twist and goes into an endless loopp when the Check button is clicked? It goes through fine if I directly hit execute.
    Anyone ? Any ideas ?

    Never seen it before but here is something to check..
    Does the query have a variable with processing type of customer exit. If yes, look at the user exit code in step 3  which is used for input value validation.
    Vineet

  • Background sound play goes stop when click the power button on ios.

    On AIR 3.9 the background task execution issue has been solved but when we click the power button on ios devices the background sound play goes stop until we unlock the device.
    So Dear Adobe Please fix this issue .

    This is a known issue and we are investigating this. Thanks for reporting.
    Regards,
    Nimit

  • PC does not start when pressing the power button, After that starts automatically like a ghost!

    I have HP Pavilion a6030in, My pc does not start when i press ther power button, but it starts after sometime automatically after that it works fine.
    Again when i shutdown and leave it for sometime, and still the problem is unsolved.
    Please Help
    This question was solved.
    View Solution.

    he figured out you dont just shut the lid and walk away, you use Windows shutdown
    click Kudos to say thanks if I helped

  • How to get current row value from table when press the submit button

    Hi,
    I want to get the current row value of SuccessionPlanId which is one of the column in a advanced table.
    I created one button (created using personalization, action fired thru CO)in the table as column, so each row having one button, if i press the first row's button means then i want to fetch the first row's SuccessionPlanId and if it is 3rd means then i want to get the value of third row's value.
    How to do it in controller extension?
    Please reply soon, its urgent.
    Thanks in advance,
    SAN

    Pratap,
    Yes, I tried with 'delete' button which is seeded one.
    For this, our code using row reference is working too fine. it throws exact SuccessionPlanId value of corresponding row.
    I created MessageStyledText, but here i need to give text value right, then only it 'll appear in the page.
    Instead i created one image and fired explicitly from the controller processRequest method.
    But the same problem remains..
    here my code:
    public void processRequest(OAPageContext pageContext, OAWebBean webBean){
    super.processRequest(pageContext, webBean);
    OAButtonBean oabb = (OAButtonBean)webBean.findChildRecursive("XXSubmit");
    FireAction action = new FireAction("XXSubmit");
    oabb.setAttributeValue(UIConstants.PRIMARY_CLIENT_ACTION_ATTR, action);
    OAImageBean oaib=(OAImageBean)webBean.findChildRecursive("XXSubmitImage");
    oaib.setFireActionForSubmit("XXSubmitImage", null, null, true);
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean){
    if("XXSubmitImage".equals(pageContext.getParameter("event"))){
    String succIdI="";
    String rowRefI = pageContext.getParameter(OAWebBeanConstants.EVENT_SOURCE_ROW_REFERENCE);
    if(rowRefI != null && !("".equalsIgnoreCase(rowRefI ))){
    PerSuccPlanSearchVORowImpl rowI = (PerSuccPlanSearchVORowImpl)oaam.findRowByRef(rowRefI);
    if(rowI != null)
    succIdI=rowI.getAttribute("SuccessionPlanId").toString();
    }else{
    throw new OAException("Row is null");
    throw new OAException(succIdI, OAException.INFORMATION);
    }else{
    super.processFormRequest(pageContext, webBean);
    If i run the page using this controller, it throws exception without any value, because for 'succIdI' i initialized without any string.
    Can you please suggest me how to solve?

  • Nothing happens when pressing the adobe button to call BAPI

    I have created adobe form using the Adobe LiveCycle 7.1 and everything looks fine; when I created the Data Connection the wsdl file was found, the BAPI was brought into the left hand side of the screen, I was able to drag and drop the fields I wanted and finally drag and drop the action Button to call the BAPI.
    The problem I have is that when I launch the pdf file, fills out the fields and click on the button, NOTHING happens.
    On my adobe I have 3 fields where the master data created by the BAPI should show and nothing comes back. I have also my Return table from the BAPI and nothing shows either.
    Please advice,
    Regards,
    Diego.

    Hi Amit,
    I do not have any WD. This is pure Adobe Interactive Form. I built the form using Adobe LiveCycle 7.1, created a Data connection to the BAPI wdlf file on backend system and then launched the adobe and clicked on the button to call the bapi.
    Do I still need AFC even though I do not use WD? I will give it a try.
    Kind Regards,
    Diego.

  • HT1212 I can't get the IPOD to start in recovery mode when pressing the home button and plugging in

    I can't reset the passcode by holding the home button and plugging in to restore.  Any ideas of why?

    Try DFU mode.                                                                   
      How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    Place the iPod in recovery mode using one of these programs:
    For PC
    RecBoot: Easy Way to Put iPhone into Recovery Mode
    If necessary:
    Download QTMLClient.dll & iTunesMobileDevice.dll for RecBoot
    For MAC or PC       
    The Firmware Umbrella - TinyUmbrella

  • T400s shuts down immediately when pressing the power button

    This morning, my T400s will not turn on.
    With the power supply, it will not turn on at all.
    With the battery only or with both the battery and power supply, it will shut down immediately after the first screen with the Lenovo logo.
    And MIT is just out of warranty, I don't know what I should do.......
    Please help me.
    Thank you

    Good day and welcome to the community.
    Take a close look at all of your USB ports to see if any of the pins happen to be touching.
    Regards.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Community Resources: Participation Rules • Images in posts • Search (Advanced) • Private Messaging
    PM requests for individual support are not answered. If a post solves your issue, please mark it so.
    X1C3 Helix X220 X301 X200T T61p T60p Y3P • T520 T420 T510 T400 R400 T61 Y2P Y13
    I am not a Lenovo employee.

  • Since updating my ipad to IOS 6.0.1, when I move my apps around and press the home button to stop them shaking, it switches my ipad off and back on again

    SInce updating my ipad 2 to IOS 6.0.1, when I try to rearrange my apps and press the home button to stop them shaking it turns my ipad off, then it shows the apple sign on the screen and comes back on, but the apps are back in the places they was before I tried to move them. Anyone any ideas how to stop this?

    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • I got an iPhone 3gs!! i tried updating it to iOS 6!! but then went off in between after it stopped and remained stucked! i pressed the power button nd the hme button 2geta! then it went off.... now when i switch it on.. it goes on then off then on.. help!

    i have an iphone 3gs........it is not jailbroken........I was updating to iOS 6!! THen a box came up saying ios 6 will install in 5 seconds................ after wards....... it shut down then restarted.............. the apple logo came up and then below it was a bar.......... it had to be full to complete the installation ............ after a few minutes the bar stopped in between and remained stuck!!! then i pressed the home button and the powerr button together........ it turned off!!! then i restarted it ......... the apple logo comes up then goes off!! it happens and is not stoping until i press the power button once!! whenever i m starting it ....... the apple logo is coming up then goes off ... plz help me........... my father will scold me!! plz :'( plzz :'( thank u.......... :'(

     

Maybe you are looking for