Search Results
-
Text menu: handling choices
Updated on: May 10, 2024
This lesson demonstrates how to handle a menu choice made by a user.
-
Placing a check next to a menu item
Updated on: May 09, 2024
This lesson demonstrates how to place a checkmark to a menu item.
-
Dynamic card creation navigation menu
Updated on: May 10, 2024
This lesson demonstrates how to dynamically update a navigation menu as cards are created.
-
Responding to a choice in a Window menu
Updated on: May 10, 2024
This lesson demonstrates how to respond to a choice in a Window menu.
-
How do I populate a field when an option menu is changed?
<p>There are lots of situations where we might want to do something when a user selects an option from a menu. As an example this lesson will show you how to populate a field to display some information about what the user has selected. In this case we are displaying information about the differe... -
Using Tab Buttons
Updated on: Apr 15, 2024
<p>Upon completion of this tutorial, you should be able to: <br /> •Create a tabbed button <br /> •Add one or more additional tabs to the tabbed button <br /> •Change the name of the tabs in a tabbed button <br /> •Script the tabbed button to navigate between cards using the selected...