Using a navigational button
In this recipe, you will create two navigational buttons to switch between cards.
Getting ready
Before using this recipe, you will need to have the MobGUI plugin downloaded and installed on your development computer. See the Setting up MobGUI recipe discussed earlier in this chapter.
How to do it...
Use the steps in this recipe to create a navigational button that will be placed on a navigational bar of a mobile app:
Create a new main stack in LiveCode.
Change the name of the stack's card to
Home
using the property inspector.From the Development menu, navigate to Plugins | revMobGUI.
Click on the play button, shown in the following screenshot, from the icons on the MobGUI interface:
- Drag the icon from the MobGUI interface to the Home card. This will result in a group being added to the card.
Click on the new NavBar group so that it is selected.
In the MobGUI interface, change the name of the NavBar group to
Navigational Bar
.In the MobGUI interface, change the label of...