Strange button reaction on the PDA

Hello,
I have the LabView 8.2.1 PDA Modul.
In my programm I use a start button and stop button to start and stop the operation of my programm.
If the programm is already running and I press the start button again, then it is somehow remembered and if I stop the operation with the press of stop then it stops but starts again.
Ok now you can think thats just a problem with my programm structure or with the selection of how the button switches. However it happens
with all my other buttons as well when I use the programm on the PDA. If I use the programm on a desktop PC that problem doesnt occur.
Did anyone experience something like that as well?
I see just the possibility to set the value of the buttons "wrong" on the right places in my programm.
For the stop button for example when the operation starts I set the value "wrong" and then I should get red of that problem.
Does anyone have a idea?

Hello Daniel,
thank you for your reply, I fixed the problem by using buttons which switch and dont latch. Then I use local variables on the right places to switch dem back....
But I would be happy if you could have a look at that very simple version of my programm.
I would like to hear your oppinion.
To answere your questions: I use a Dell Axim X51 at the moment I just have one PDA and one PC for LabView.
Thank you for telling me about that repair option I didnt know that.
About the updates I just updated to 8.2.1 and that solved my memory leak problem......the behavior of the buttons stayed the same.
Yours
Franziskus
Attachments:
ButtonProblem.vi ‏46 KB

Similar Messages

  • HT4061 the screen is blank and the phone does not respond even after pressing the on/off and home button. the only reaction is the vibration felt when I plug in to charge the phone. What should I do?

    The screen of my iphone 4 is blank and the phone does not respond even after pressing the on/off and home button, the only reaction is the vibration felt when I plug in to charge the phone. What should I do?

    This is the ipod touch forum

  • Updating the MIDlet application for all the PDA at once.

    Good day...
    I would like to develop the MIDlet application for my company and i faced the problem as below:
    There will be more than ten PDA will be used in our system. The PDA will place on the Ethernet cradle and this cradle will link to the web server to exchanged information. The MIDlet application will install on all the PDA in the first initial stage. How about if i want to change some coding or recompile my MIDlet application, how i can distribute all this updated MIDlet application to every PDA on the network in the efficient way. This is because i cannot install each one by one since this is waste time.
    Have anyone can suggest the better idea to me how to solved this problem. Beside that, how i can check on my MIDlet on each PDA is outofdate from the one on the server?? And any opinion on the Ethernet cradle I am using in this case?
    At last, if there is possible to update my MIDlet application from time to time, is it this will affect my data stored on the PDA?
    Please advice and kindly reply.
    Thank in advance...
    SL

    Not sure on the PDA but on the Siemens Sl45i that I have, you can upgrade the midlet by pressing a button -- provided that the MIDlet URL is set to where the device can download the updated suite. I have not tried it yet, though.

  • How to keep the save-button active all the time?

    Hi!
    I'm using mobile sales 4.0.
    On a tile i've only fixed questions and combo boxes with yes and no ...
    When i write manually a "yes" in the combo box field the save button is active - When i use the combo box with a mouse click the save-button isn't active.
    What are the settings i've to do to keep the save-button active all the time?
    Thanks a lot in advance.
    Best regards,
    Ingo

    Hi Ingo,
    If your combobox is a bound control, then when you change a value in it, the save button should be enabled. Strange. But anyway, you can do this.
    In the <b>combobox_OnValueChanged2</b> event, make a call to makeDirty method in the tile:
    If boundAttributeChanged Then
         <b>anchorthatyourcombotiedto</b>.bo.MakeDirty True
    End If
    This will make the Save button enabled.
    Regards, Vadim.

  • Strange white gap on the right when viewed on Iphone

    Hey guys
    When viewed on computer, my 100% width appears to be working fine. But when viewed on iphone (possibly would do same on ipad and ipod but i don't own those) there is a strange white gap on the right.Maybe about 10 px worth.
    I noticed in the "services" section, some of the writing was over hanging this white gap so i thought maybe i coded it wrongly and it was pushing the whole screen across. However i shrunk the width of that container now and its not overhanging, but the white gap is still there
    I would have a guess that it is a freaky padding or margin setting somewhere in my coding...
    site: http://www.jpmediaonline.co.uk
    Any thoughts?

    It definitely does matter. Like I mentioned earlier, when you have a fixed width of 1,000px for your content container, your 100% width setting for your outer container will be ignored - which means priority is given to 1,000px thereby rendering the whitespace to the right as your background is again a 128px square image. One solution I can think of is to make your background image 1x1px square that you can repeat. See if this makes any difference.'
    My site, the autoscroller - I didn't use any plug-in as such. I simply used scrollTop from jQuery API and changed the settings to match . You can read about it here: http://api.jquery.com/scrollTop/
    Here's my actual function that I'm calling when a menu button is pressed to scroll the div ID associated with it to scroll to Top of the screen. Again, this works for me, as my menu is fixed to the top, unlike your site where each site has a menu bar.
    $('ul#menu li a').click(function(){
                   var id = $(this).attr("href");
                   $('html,body').animate({scrollTop: $("div"+id).offset().top},'slow');
         return false;
    $('a#link').click(function(){
                   var id = $(this).attr("href");
                   $('html,body').animate({scrollTop: $("div"+id).offset().top},'slow');
         return false;

  • Strange Button Behaviour

    All of a sudden flash is mistaking my entire flash movies for
    buttons. Its very strange. When you put the mouse over a swf in a
    web page (not in the flash export preview area) it acts as if the
    entire movie was a button. At the same time my real buttons won't
    click. Ive found if I click once this goes away and then the movie
    behaves normally, but obviously this won't do.
    Has anyone else had this problem? I"ve reinstalled flash mx
    2004 to no avail..also I've made there is no stray actionscript in
    a frame. The AS is only on the button.
    TIA
    Amelia

    perhaps this is the Eolas/IE active content issue that has
    been implemented recently - search forum
    (has been discussed hundreds of times and a few times within
    the past few hours) and search google.
    http://www.keyframer.com/?p=24
    --> Adobe Certified Expert (ACE)
    --> www.mudbubble.com :: www.keyframer.com
    -->
    http://flashmx2004.com/forums/index.php?
    -->
    http://www.macromedia.com/devnet/flash/articles/animation_guide.html
    -->
    http://groups.google.com/advanced_group_search?q=group:*flash*&hl=en&lr=&ie=UTF-8&oe=UTF-8
    StargrrlGrafx wrote:
    > All of a sudden flash is mistaking my entire flash
    movies for buttons. Its very
    > strange. When you put the mouse over a swf in a web page
    (not in the flash
    > export preview area) it acts as if the entire movie was
    a button. At the same
    > time my real buttons won't click. Ive found if I click
    once this goes away and
    > then the movie behaves normally, but obviously this
    won't do.
    >
    > Has anyone else had this problem? I"ve reinstalled flash
    mx 2004 to no
    > avail..also I've made there is no stray actionscript in
    a frame. The AS is only
    > on the button.
    >
    > TIA
    > Amelia
    >

  • Strange message when entering the Testing subforum

    As noted by Somali.Pirates in his thread "Hello Claudio", when one enters the Testing subforum, one gets a strange message. This is the version I get in Explorer11/Win7:
    This happens to me in IE/Win, Firefox/Mac and Safari/Mac, but not in Chrome/Win. When I click on the Accept button, I enter the subforum normally. In all cases, there is that misterious "2", buy only in IE I have the option of closing the box, which apparently produces the same effect than the Accept button.
    Yet another new Adobe/Jive "feature"?

    Claudio,
    Fingers (well-chilled fingers) are X'ed for you.
    At least you have not received the dreaded "4" error message...
    Good luck to us all.
    Hunt

  • A strange problem found with the JCombobox???

    Hi All,
    A strange problem found with the JCombobox, its arrow button does not recognise any events (Mouse,Focus,Action ets.)
    My intention is when ever user clicks on the JCombox's arrow button load it with some values dynamically?
    I have tried it by initializing with values it still does not workl.
    I could solve this in JDK1.4 by using popupListner but I want it to work in JDK1.3.1_09.
    Any ideas on this would be great help..

    i don't really quite sure about my understanding about load dinamically...do you mean that you want to add value to combo box?and the first value will stay and never disappear?...well i haven't try that but...may be one of my suggestions work for you...
    but try these posibilities:
    1. look in the help docs...for JComboBox...find setEditable() method...try to use this method.
    2.look in the same page as 1...try to use append() method or add() method...i forgot about this...hehe...but the point is, find a method to add value to the JComboBox...
    sometimes, you have to set your combo to be editable before you're able to do something on it...but just try with or without that method...
    3.about the listener...mmm...have you add the combobox object to the listener you use?

  • Why is there a strange grey object on the top left corner of my iPhone?I have included a photo

    Why is there a strange grey object on the top left corner of my iPhone? I have included a photo. It randomly appears and disappears.

    Hey Scott! Like I said, I thought I had done some damage -- even though the drop was just a couple of inches that was my very first thought, but when it came and went with which app I was in (or not) I knew it wasn't a damaged SCREEN.  So I wondered if it was a different damaged part, memory or some such.
    When I saw that others had the exact same shape, I could only imagine that perhaps the phone was indicating it was running a diagnostic, had been forcefully dropped, had a faulty/damaged accelerometer or some other purposeful object.  It clearly wasn't random, it was a definite shape.
    Hey Paul!  I'm hoping they've seen the issue and tried replacing a few parts or something...  Ya never know.  As a (mostly) retired guy I have the time!
    I also mentioned in a kind of oblique way that I had enabled the Kanji keyboard.  I should also mention that I have the field strength test enabled so that I am able to see the -db numbers instead of the antenna bars.  That's right in the same area, so it could be related.... maybe... or not. The screen was unlocked when this happened and I'm guessing I pushed a whole lotta buttons and/or icons as I was grabbing at it... I wonder if it is possibly an easter egg of some sort -- just the right combo of touches.  Then again, it bounced right on THAT corner... LOL 
    That's the only stuff I've ever done to the phone.  It's never been jailbroken or anything like that.  It has taken a few falls in its lifetime but none resulting in any obvious damage.
    It's a 32GB iPhone 3Gs and it is now 2 years old (bought June 27, 2009.) I'm just happy that it seems to be OK.  While Apple's stock may be the largest market cap in the US, my portfolio sure isn't.

  • Something strange is happening to the time on my iTouch.  This morning it was reading one hour behind the actual Toronto, Ontario Time.  Now this afternoon it is exactly 3  hours behind the current time.  Any suggestions?

    Something strange is happening to the time on my iTouch.  This morning  at 10:15 Toronto, Ontario time my touch said 9:15 and now at 4:27 my  touch says 1:27?  Any suggestions to what might be happening?

    Have you tried a Restart and/or a Reset...
    Press the sleep/wake button & home button at the same time, keep pressing until you see the Apple logo, then release the buttons..
    http://support.apple.com/kb/ht1430

  • [HELP] MovieClip Button Stucks after the first use!

    Hello Everyone... i am new on this forum and i need your help!!!
    so i'm working on a map on flash profesional cs6 ActionScript 3
    that map has some button that i've made them symbols from images and now is movieclips!
    so when you are pressing a button you are going to a new frame with a pop- up that have informations about this place...
    anyway... i have 22 frames...
    and on first frame i've put the scripts [gotoAndStop()] that when you're pressing the button to go to an another frame...
    so i have 22 buttons... if i will click a button and going to another frame and then want to press imediately an another button to go to another frame... it works... but is not happening to 3 buttons... is strange...
    so if i am on the first frame... pressing a button... and after pressing the button that doesn't works... maybe will work... but if i will press again the first button and again back to the second button... it will not working!!!!
    that is happening with 3-4 buttons...
    and the strange is that when the button stucks and doesn't work... i don't have any compile or output error...
    i'm used the command trace(); to check if the button is pressed when is not going to the frame... and it doesn't work!!!
    so my commands is this...
    import flash.system.fscommand;
    import flash.display.*;
    import flash.events.*;
    stop();
    fscommand("fullscreen", "true");
    stage.scaleMode = StageScaleMode.SHOW_ALL;
    stage.addEventListener(MouseEvent.RIGHT_CLICK, function(e:Event){});
    Texnopolh.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_3);
    function fl_ClickToGoToAndStopAtFrame_3(event:MouseEvent):void
              gotoAndStop(2);
    Omonoia.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_4);
    function fl_ClickToGoToAndStopAtFrame_4(event:MouseEvent):void
              gotoAndStop(3);
    Syntagma.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_5);
    function fl_ClickToGoToAndStopAtFrame_5(event:MouseEvent):void
              gotoAndStop(4);
    Kotzia.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_6);
    function fl_ClickToGoToAndStopAtFrame_6(event:MouseEvent):void
              gotoAndStop(5);
    Boukourestiou.addEventListener(MouseEvent.MOUSE_UP, fl_ClickToGoToAndStopAtFrame_7);
    function fl_ClickToGoToAndStopAtFrame_7(event:MouseEvent):void
              gotoAndStop(6);
    Pathsia.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_8);
    function fl_ClickToGoToAndStopAtFrame_8(event:MouseEvent):void
              gotoAndStop(7);
    Athinas.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_9);
    function fl_ClickToGoToAndStopAtFrame_9(event:MouseEvent):void
              gotoAndStop(8);
    Akropolh.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_10);
    function fl_ClickToGoToAndStopAtFrame_10(event:MouseEvent):void
              gotoAndStop(9);
    Panepistimio.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_11);
    function fl_ClickToGoToAndStopAtFrame_11(event:MouseEvent):void
              gotoAndStop(10);
    AgiosPaulos.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_12);
    function fl_ClickToGoToAndStopAtFrame_12(event:MouseEvent):void
              gotoAndStop(11);
    Kupselh.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_13);
    function fl_ClickToGoToAndStopAtFrame_13(event:MouseEvent):void
              gotoAndStop(12);
    Dhmarxeio.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_14);
    function fl_ClickToGoToAndStopAtFrame_14(event:MouseEvent):void
              gotoAndStop(13);
    Euaggelismos.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_15);
    function fl_ClickToGoToAndStopAtFrame_15(event:MouseEvent):void
              gotoAndStop(14);
    Polutexnio.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_16);
    function fl_ClickToGoToAndStopAtFrame_16(event:MouseEvent):void
              gotoAndStop(15);
    Zonars.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_17);
    function fl_ClickToGoToAndStopAtFrame_17(event:MouseEvent):void
              gotoAndStop(16);
    KOPER.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_18);
    function fl_ClickToGoToAndStopAtFrame_18(event:MouseEvent):void
              gotoAndStop(17);
    EBGA.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_19);
    function fl_ClickToGoToAndStopAtFrame_19(event:MouseEvent):void
              gotoAndStop(18);
    OSRAM.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_20);
    function fl_ClickToGoToAndStopAtFrame_20(event:MouseEvent):void
              gotoAndStop(19);
    Credits.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_25);
    function fl_ClickToGoToAndStopAtFrame_25(event:MouseEvent):void
              gotoAndStop(20);
    Falhro.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_21);
    function fl_ClickToGoToAndStopAtFrame_21(event:MouseEvent):void
              gotoAndStop(21);
    Xilton.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_23);
    function fl_ClickToGoToAndStopAtFrame_23(event:MouseEvent):void
              gotoAndStop(22);
    Background.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_27);
    function fl_ClickToGoToAndStopAtFrame_27(event:MouseEvent):void
              gotoAndStop(1);
    Please if you can, help me!!! is important... i am new on flash and don'tt know too much...
    and sorry for my bad english!!!

    Actually i don't pasted the code to all frames... only on first frame... but the other buttons are working perfectly!!!!
    When i've tryed to put the code on all frames... it was saying that i have error on another code... not for this button!!! crazy? i think so!!!
    i was have that problem only to 1 frame... for example the button with the problem is "Boukourestiou" and on Boukourestiou's frame i was have an other code... the code for "Falhro"
    and when i was going to press that button... it was saying that i have problem on that code: Falhro.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_21);

  • HT3819 how do I share movies/music between my computers. I have opened shared on both computers and both are on, but i am not able to drag anything from one to the other. Does anyone know where the settings button is on the bottom of the itunes screen?

    how do I share movies/music between my computers. I have opened shared on both computers and both are on, but i am not able to drag anything from one to the other. Does anyone know where the settings button is on the bottom of the itunes screen?

    Oops, I forgot a step between 7 and 8 ... before syncing the iPhone I need to explicitly send the document back to iTunes on the iPhone, or the changes won't come over at all ...
    and then one more thing ... Numbers on iOS does NOT recognize a number of key features of the OSX app, such as conditional formatting ... so after editing my document on iOS and syncing it back to OSX on my Mac, all of those settings are lost (no more conditional formatting, have to do it all over again)
    What am I doing wrong ?

  • Why cant I add contacts on the iphone4? the mail contacts calendars button unders settings, the contacts button, the add a contacts button under message and the phone button will not work to add a contact.

    Why cant I add contacts on the iphone4? the mail contacts calendars button unders settings, the contacts button, the add a contacts button under message and the phone button will not work to add a contact.

    Have you attempted a restore?

  • In mail Snow leopard, the trash button was red, the unwanted mail orange, the type button is gone, help?

    In mail Snow Leopard, the trash button was red, the unwanted mail orange,there was a type button.  Now the type button is gone, the rest is grey, why?

    I mean in OS X Lion of course. Same with Finder window: There used to be a 'Today' option, where has that gone? It was so easy to have an overview of the work you were busy with. Does anybody has a tip?

  • I am creating a form on LiveCycle Designer and I am trying to create a form that has a e-mail submit button.  When the butten is utilized it attaches the form to the e-mail in an plain text .xml format rather than the pdf format.  Is there a quick fix?

    I am creating a form on LiveCycle Designer and I am trying to create a form that has a e-mail submit button.  When the button is utilized it attaches the form to the e-mail in an plain text .xml format rather than the pdf format.  Is there a quick fix?

    Hi,
    You have the choice between xml or pdf, in later versions of designer you can choose with a dropdown on the email button Object palette, the "Submit As";
    In earlier version you had to edit the XML Source and change the format from xml to pdf (or vice-versa);
    Regards
    Bruce

Maybe you are looking for

  • Create a deep structure for dynamic internal table

    Hi All, I am creating a dynamic table using method cl_alv_table_create=>create_dynamic_table. The normal structure gets created. but now I want to creat a Deep structure for having information of colors also for each column. So I want to add a COLTAB

  • Configure Web Services in a SAP-IDES-System?

    Hello, I have access to a SAP-frontend on a SAP-IDES-System and now Iu2019d like to configure two Web Services in SAP. I think I can do this configuration with SPRO, but I donu2019t really know how and where. Is there a good documentation about Web S

  • Full database import(impdp) error

    HI ppl, Plz help.. My full database import is failing due to ORA-39126: Worker unexpected fatal error in KUPW$WORKER.LOAD_METADATA [TABLE_DATA:"SYS"."SYS_IMPORT_FULL_04"] SELECT process_order, flags, xml_clob, NVL(dump_fileid, :1), NVL(dump_position,

  • Error while installing RoboPDF

    Hi, Iam getting the following error while installing RoboPDF Cannot install 1-Step RoboPDF 3.1 monitor:1805 I have tried to uninstall and reinstall the entire Robohelp suite and yet the same error is shown during installation of RoboPDF. Solution gre

  • System disabled 02227-compaq Presario v5000

    I forgot my power on password after 3 tries it displays system disabled 02227 can any one help . any input would be greatly appreciated.