Button Activation Sequence.

Hi Everyone,
I am creating a program which controls a voice coil controller.  In the program, I have a series of buttons that need to be pressed in a specific order, in order for the controller to operate correctly.  Various users will be using this program so it's imperative that they are used in the correct order to prevent controller malfunction.  I was wondering if there was a way, for when the program starts, all of the buttons except one be disabled.  Once that first button is clicked, a second one becomes enabled, and so on.. until they all have been clicked in the right order.  Finally, when a stop or reset button is clicked, the initial state of only one button active becomes true.  I have attached the project if anyone would like to view the GUI.  "Updated GUI Fretter" is the program and the "Test Control" tab is the one I am referring to.  I'd initially like the "Download Program" button to be active, then once that is clicked, "set home position" becomes available for use, and so on to the right.  
Any ideas or suggestions on how to make this function are greatly appreciated.
Attachments:
UPDATED GUI Fretter.vi ‏63 KB

I take it back. Event structure is just what you need:
Attachments:
buttons.vi ‏15 KB

Similar Messages

  • 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.

  • How can we make the save button active in standard toolbar in outout of alv

    Hi experts ,
    I am using factory method to print alv with oops .
    Cancel , Exit and Back button are active by default in Standard tool bar  in output of Report , But Save button is not active , How can i make that save button active .
    Also Pls tell me how i can make editable to the cell in output , 
    My Code is like this :
    cl_salv_table=>factory( IMPORTING r_salv_table = gr_table CHANGING t_table = ispfli ).
      gr_functions = gr_table->get_functions( ).
      gr_functions->set_all( abap_true ).
      gr_display = gr_table->get_display_settings( ).
      gr_display->set_striped_pattern( cl_salv_display_settings=>true ).
      gr_display->set_list_header( 'This is the heading' ).
      gr_columns = gr_table->get_columns( ).
      gr_column ?= gr_columns->get_column( 'CITYTO' ).
      gr_column->set_long_text( 'This is long text' ).
      gr_column->set_medium_text( 'This is med text' ).
      gr_column->set_short_text( 'This is sh' ).
      gr_column ?= gr_columns->get_column( 'CITYFROM' ).
      color-col = '6'.
      color-int = '1'.
      color-inv = '0'.
      gr_column->set_color( color ).
      gr_sorts = gr_table->get_sorts( ).
    *gr_sorts->add_sort( 'CITYTO' ).
      gr_sorts->add_sort( columnname = 'CITYTO' subtotal = abap_true ).
      gr_agg = gr_table->get_aggregations( ).
      gr_agg->add_aggregation( 'DISTANCE' ).
      gr_filter = gr_table->get_filters( ).
      gr_filter->add_filter( columnname = 'CARRID' low = 'DL' ).
      gr_layout = gr_table->get_layout( ).
      gr_layout->set_key( key ).
      key-report = sy-repid.
      gr_layout->set_save_restriction( cl_salv_layout=>restrict_none ).
      gr_table->display( ).
    Rgds,
    Premraj

    Hi,
    1)you need to give the function code to that save in the Function Keys of that screen from the GUI Status.
    2) while filling the field catalog of that field you need to put the        
    wa_fieldcat_edit-edit = c_x.
    i.e use the edit and append to that field catalog internal table.
    for more infomation you can refer to below links:
    problem with alv edit and save
    *Edit* and *Save*  for the selected records in ALV
    solves your problem
    Thanks!!

  • Failover, SO activation sequence and Log

    Hi
    Wud u please clarify my following doubts :-
    1. Failover
    If a partition carries 3 failover service objects-. A, B & C - and if service object A fails, I
    believe that the whole partition in replicated and reinstantiated. If so what happens to the
    non-failed objects in old partition and the newly created clones of those objects in new partition?
    Which one wud be used while referenced ?
    My unerstanding is that it manages failover by partition than by objects so that failed partiton is
    activated on some other assigned nodes.
    2. Service object activation sequence
    How the activation sequence of service objects are determined ? I have a strange problem. One of my
    service object (in its init method) try invoking a method on another service object; but gives
    "Attempt to invoke a method on a NIL object" exception. I inserted a loop above this line as
    DO WHILE thisSO = NIL THEN
    END DO;
    flag = thisSO.GetStatus();
    Still the exception occurs. The called service object reads from a flat file to populate its data
    members. Can I change the activation sequence of service objects ? Both the service objects, talked
    about here, belongs to same partition and are of USER visibility type.
    3. Partition Log
    The partition log generated overwrites the existing file if I specify a file name name using -fl
    flag at command line. Is there anyway that I can make it to append to existing log ?
    ThanX.. @nthoz
    Anil Thomas Samuel(Team Leader)|Voice:(91 - 80)3322139,3324313,3322337
    IBC Solutions India Pvt. Ltd. |Ext:40
    #2201, 11th Main, A Block |Fax:(91 - 80) 3321369
    2nd Stage, Rajajinagar |Web Pager:[email protected]
    Bangalore, India - 560 010. |Visit us @ http://www.ibcweb.com
    URL:http://members.tripod.com/~anthos/index.htm
    ***************************** Day's Quote *****************************
    Underneath the table Greebo dozed on his back with his legs in the air. Occasionally he twitched as
    he fought wolves in his sleep. - >From Witches Abroad by Terry Pratchetteck-up: who am I, where am
    I, who is he/she, good god, why am I cuddling a policeman's helmet, what happened last night?stle.
    Besides, it'd be sunrise soon. It's red eyes glinted as it looked up at Magrat's window. It tensed-
    - From Witches Abroad by Terry Pratchettwho knew neither victory nor defeat." - Theodore Roosevelt
    ***************************** Day's Quote *****************************
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:<a href=
    "http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>>

    Hi
    Wud u please clarify my following doubts :-
    1. Failover
    If a partition carries 3 failover service objects-. A, B & C - and if service object A fails, I
    believe that the whole partition in replicated and reinstantiated. If so what happens to the
    non-failed objects in old partition and the newly created clones of those objects in new partition?
    Which one wud be used while referenced ?
    My unerstanding is that it manages failover by partition than by objects so that failed partiton is
    activated on some other assigned nodes.
    2. Service object activation sequence
    How the activation sequence of service objects are determined ? I have a strange problem. One of my
    service object (in its init method) try invoking a method on another service object; but gives
    "Attempt to invoke a method on a NIL object" exception. I inserted a loop above this line as
    DO WHILE thisSO = NIL THEN
    END DO;
    flag = thisSO.GetStatus();
    Still the exception occurs. The called service object reads from a flat file to populate its data
    members. Can I change the activation sequence of service objects ? Both the service objects, talked
    about here, belongs to same partition and are of USER visibility type.
    3. Partition Log
    The partition log generated overwrites the existing file if I specify a file name name using -fl
    flag at command line. Is there anyway that I can make it to append to existing log ?
    ThanX.. @nthoz
    Anil Thomas Samuel(Team Leader)|Voice:(91 - 80)3322139,3324313,3322337
    IBC Solutions India Pvt. Ltd. |Ext:40
    #2201, 11th Main, A Block |Fax:(91 - 80) 3321369
    2nd Stage, Rajajinagar |Web Pager:[email protected]
    Bangalore, India - 560 010. |Visit us @ http://www.ibcweb.com
    URL:http://members.tripod.com/~anthos/index.htm
    ***************************** Day's Quote *****************************
    Underneath the table Greebo dozed on his back with his legs in the air. Occasionally he twitched as
    he fought wolves in his sleep. - >From Witches Abroad by Terry Pratchetteck-up: who am I, where am
    I, who is he/she, good god, why am I cuddling a policeman's helmet, what happened last night?stle.
    Besides, it'd be sunrise soon. It's red eyes glinted as it looked up at Magrat's window. It tensed-
    - From Witches Abroad by Terry Pratchettwho knew neither victory nor defeat." - Theodore Roosevelt
    ***************************** Day's Quote *****************************
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:<a href=
    "http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>>

  • Exceptions in Activity Sequence

    What are those errors? What do they mean? How to trace them?
    I have uncought errors handler but do not catch any during runtime.

    The Activity Sequence panel shows you all exceptions - not just uncaught ones.
    It sounds in this case like you're handling the exceptions already - either in your code, or in whatever frameworks/libraries you're using. This is completely normal, e.g. for I/O operations.

  • Just FYI: SAP Determines Activation Sequence by the following...

    The Activation Sequence of objects in transports is determined by the sequence of the Values Stored in the Data Dictionary Domain Object "RSTLOGO".

    Thanks for sharing. I didnt know about this object before but was sure there has to be a sequence. But for some reason, some of my transports used to fail when I wasnt using a transporting sequence. But thanks for sharing anyway.
    Thanks,
    Voodi.

  • Batch Master Classification View - Inconsistent button active

    Hi
    We are encountering a problem of the Inconsistent button getting active in the Batch Master Classification tab (Material is batch controlled). We know the reason why this is getting active : Due to a wrong inbound value for a field called 'Sterilization Site' in the classification data (data element: ATWRT) through an interface from a legacy system.
    We also know the solution to get around this: Go into the batch master in edit mode and delete the inconsistency by clicking on the Inconsistent button and then the delete button on the pop-up screen which gives the inconsistent value.
    My requirement is: <b>How do we identify all the 'inconsistent' batches in the system?</b>  Is there a way to identify a batch having an inconsistent characteristic value?  (inconsistent value => value not existing in the allowed list of values for the particular characteristic)
    When I try to do a F1 on the 'inconsistent' button, I get a help screen giving "Program: SAPLCHRG; Function: VCON".
    Thanks
    Chandra

    Steve,
    You have given me the right solution, but in this one particular case that I am tracking, I think there is an aberration.
    I've got an output of all batches by using the option 'Show Incomplete Status' in CL2A. But this particular batch has the 'Inconsistent' button active, yet the classification status is showing as 'Released'
    Any idea how to deal with such batches and extract this information?
    Regards
    Chandra

  • Activity /Sequence Number

    Hi! All,
    From whcih table we can get the field VORNR (Order/Activity Sequence Number)?
    thanks
    bekele

    Ya... In this case AFVGD is not a table. It is a  structure. Was about to reply that.
    And VORNR is not only restricted to Table AFVC. It is available in many other Tables like AFRD, AFRU, AFRV, CATSHR and many more. Based on the application you need to select the table.
    Edited by: Kabir on Sep 15, 2009 10:53 AM

  • Activity Sequence

    Hi Experts,
    In SM58, we are getting : Activity sequence for customs procedure 02 cannot be determined.
    We are doing Invoices and currently we are getting the above error.
    Any ideas?

    Hi Naga,
    try this in SPRO (IMG)-->SAP Global Trade Services  General Settings  Legal Regulations  Define Determination Procedure for Active Legal Regulations
    Also read this,
    http://help.sap.com/saphelp_gts72/helpdata/en/b1/8dc5c62c885046ab71fdcddc6ad2c2/frameset.htm
    Thanks
    Prarit

  • Position Activity Sequence Resulting in data extracting error

    hi gurus
    can any body tell me what is this position activity sequence error resulting in data extracting error, plz help. this is very high priority for me.
    regards
    dev

    I rebuild the report using a tabular form and populated the primary key with a PL/SQL expression and now it appears to be working. P1_ISSUE_NO is the primary key on the issue table and I could not figure how to get it in the issue_no field of the tabular report when a new line was entered I ended up putting the following code in for the default for
    issue_no on the report:
    Begin
    return :P1_ISSUE_NO;
    end
    It works great.

  • Make "create transfer routine" button active

    Hello Gurus,
            for infoprovider of infoobject, under transfer routine of general tab,
           " transfer routine exists" is checked, but is grep-coulored
           "create transfer routine" button is grey-coulored.
           how can I make "create transfer routine" button active ?
    Many thanks,

    Hello,
    Click on the Pencil Icon in the InfoSource/Transfer Rules screen. Then click on the transfer routine you will be able to create and change.
    Thanks
    Chandran

  • Button activation in Java vs windows

    first, let me say I am a novice programmer.................
    I am attempting to activate a "push button" in a java application (AWT) which is deployed on a windows 2000 environment (a commerical software package which controlls a piece of equipment). I am attepting to activate a button in this application by establishing a windows level control over the window with the push button and acivete the button with windows commands all writtin in C#.net. I wrote a routine to esstablish a focus on the window with the "push button" and am able to manually depress the space bar to activate the button, however when I try to simulate this by activating the windows "space bar" key stroke command the java button depresses but the background java application does not activate. Is there a special command sequence that JAVA recognizes to initiate an action via "spacebar" press?

    crosspost

  • Disabling buttons in sequence before using

    Hi Everyone
    I am new to Adobe captivate. I have put together a program for the company i work for but am getting stuck on a certain item.
    I have a slide with approx 10 buttons that navigate to other slides. This is successful, but i want to force the user to select each button in turn (i.e. from the top to the bottom. I want the user to select the button and it take them to the correct slide and on the return, the button then becomes disabled, but the following button becomes enabled, and so on and so forth to the end of the program.
    To take this a step further, is it possible for the returning button to disable the original button? but show the next button as active in the sequence?
    I have attached an image for you
    Looking forward to you replies and any and all help would be appreciated asap!!
    Thanks Steve

    Hi Steve
    I think Lilybiri may be somewhat busy today as I've not seen any posts from her. So hopefully she won't mind my offering to help.
    She meant to insert images of the buttons you want to be disabled. Just place images there. They will look like buttons but won't be clickable until you want them to be.
    You will use the ability to hide and show the images as well as the buttons. This is tied to Advanced Actions. Captivate help does offer a section that talks about Advanced Actions and I also offer a eBook on them for a reasonable price at the link below. I think it might be helpful for you but I'm not here to SPAM you. I'm only trying to offer help.
    In a nutshell you would insert all the buttons and images. Configure most of the buttons as hidden and most of the images as visible. Then you will create an advanced action for each button that will hide the image of the button, show the next live button, then visit the section you want. When you return to the slide the next button should be visible and clickable.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Button (icon) sequence

    I have activated the buttons, instead of text, using ITS parameter ~WEBGUI_ICON_TOOLBAR = 2.  For some reason, the EXECUTE button is on the far right of the application bar.  In SAP, the EXECUTE button is always the first button on the left.  Anyone know of how to change the sequence of the buttons?  I would prefer the buttons represent what the SAP GUI does.

    Hello Kenneth,
    Here is a crop of the top of transaction SE38 in three different scenarios.  The first is all of your settings except ~WEBGUI_ICON_TOOLBAR 2.  The second is all of your settings.  The third is from SAPgui for Windows.  Please let me know which icon you are referring to. 
    http://imageshack.us/photo/my-images/408/se38le.png/
    Thank you,
    Edgar
    http://imageshack.us/photo/my-images/408/se38le.png/

  • Automatic button activation

    Hi
    I know very little about Flash and must apologise in advance
    for what may be a very stupid question.
    I am using Dreamweaver to create a simple website and have
    used one of the standard Flash buttons from within Dreamweaver
    itself. After viewing it online and hovering over any of the link
    buttons, "Click to activate and use this control" appears and you
    have to click twice for navigation.
    I think the buttons should change color just by and look
    active just by moving over them.
    Could anybody got a simple solution please?
    Thanks
    Jerry

    Read here:
    http://www.smithmediafusion.com/blog/?p=114
    Dan Mode
    --> Adobe Community Expert
    *Flash Helps*
    http://www.smithmediafusion.com/blog/?cat=11
    *THE online Radio*
    http://www.tornadostream.com
    *Must Read*
    http://www.smithmediafusion.com/blog
    "nonads" <[email protected]> wrote in
    message
    news:ed9mlb$abk$[email protected]..
    > Hi
    >
    > I know very little about Flash and must apologise in
    advance for what may
    > be a
    > very stupid question.
    >
    > I am using Dreamweaver to create a simple website and
    have used one of the
    > standard Flash buttons from within Dreamweaver itself.
    After viewing it
    > online
    > and hovering over any of the link buttons, "Click to
    activate and use this
    > control" appears and you have to click twice for
    navigation.
    >
    > I think the buttons should change color just by and look
    active just by
    > moving
    > over them.
    >
    > Could anybody got a simple solution please?
    >
    > Thanks
    >
    > Jerry
    >

Maybe you are looking for

  • Print a report with a long cross table

    Hi experts, I try to explain..XD I have a large cross table, and when I print it, the report is cut on the write hand, because it's to large. Por example, the number 123.234.234 its part in : frist page 123.23 second page 34234 There is a solution to

  • Frequent FF crashes when clicking on a bookmark in the sidebar

    Running Win7 64bit, Firefox 3.6, but this problem existed for me in earlier versions of FF also. When I click on a bookmark in sidebar view, I will experience frequent FF crashes. When I re-open FF, the sidebar view is gone. I don't experience these

  • How to join MS SQL Server 2012 to Dreamweaver CS6

    Hello everyone. Here's my question: Is it possible to link a Microsoft SQL Server 2012 Database to Dreamweaver CS6, instead of the default MySQL Database? I don't particullarily like MySQL because it's interface isn't familiar to me. Instead, I use s

  • Multiple iTunes IDs

    Who do we contact at Apple iTunes to consolidate multiple Apple IDs (same person, three different email addresses/IDs) with which music was purchased.

  • Generating table with XML Type column while registering schema

    Hi, Is it possible to generate a table with an XML Type column during schema registering. Does the "xdb:defaultTable" always create an XMLType table? Thanks. Rahul