Working with the Visual Mobile Designer

The following table shows the basic steps for designing an application with the Visual Mobile Designer.
Number one
Create a Visual Design project

Number two
Add components
to the design


Number two
Modify screens and actions

  1. Double-click on screens and design them in the Screen Designer.
  2. Edit source code in the Source Editor.

Number three
Run project
  1. Choose Run > Run Main Project or right-click any project and choose Run Project.
  2. Use the Project properties if you want to deploy the project to another location on your system or to a remote server.

Number four
Debug project
  1. Set breakpoints or watches in your code.
  2. Choose Run > Debug Main Project or right-click any project and choose Debug Project. You can also attach a running process to the debugger.
  3. Step through the program execution.
  4. Choose Run > Finish Debugging Session when you are finished debugging.
 

Legal Notices