Jump to content
  • entries
    74
  • comments
    426
  • views
    1434058

UIButton_OnUpdate_ControlSelected


Rob McGinnis

13213 views

This callback takes a single parameter. It's only purpose is to enable or disable a button based on whether or not the user has selected a row in a List Box.

 

The single parameter is:

sListBoxName = The name of the list box we want to check for selection.

 

If the user has a row selected in the listbox named in the parameter, then the UIButton will be set to Enabled.

 

If the user does not have a row selected in the listbox named in the parameter, then the UIButton will be disabled.

0 Comments


Recommended Comments

There are no comments to display.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...