Book Image

LiveCode Mobile Development Cookbook

By : Dr. Edward Lavieri
Book Image

LiveCode Mobile Development Cookbook

By: Dr. Edward Lavieri

Overview of this book

Table of Contents (17 chapters)
LiveCode Mobile Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Using the geometry manager


In this recipe, you will learn about and gain experience with LiveCode's geometry manager. Specifically, you will load an image to a new stack and create links between the image and the right edge of the stack. You will select how the image behaves as the stack is resized.

How to do it...

Follow the steps in this recipe to learn how to use the geometry manager to enhance your mobile apps:

  1. Open LiveCode and create a new main stack.

  2. Set the background color of the default card to white.

  3. Add an image to the card by selecting the File pull-down menu, then select Import As Control, and finally, select Image File..., as shown in the following screenshot:

  4. Select the robot.png file from your filesystem.

    Note

    The robot.png image file can be downloaded from this book's page on the Packt Publishing website (www.packtpub.com).

  5. Change the name of the imported image to robot.

  6. Set the location of the robot image to 59, 83.

  7. Test the app in a simulator or on an actual device. You will see...