Difference between revisions of "Category:App Inspector"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
 +
{{DISPLAYTITLE:App Inspector}}
 +
 
The '''App Inspector''' is your best friend during development as it provides a complete overview of your App.
 
The '''App Inspector''' is your best friend during development as it provides a complete overview of your App.
  

Revision as of 08:16, 3 December 2017


The App Inspector is your best friend during development as it provides a complete overview of your App.

It is organized into Tabs. Each Tab is relevant to a particular workspace. You can double click a Tab to detach it into its own floating window.

Clicking the small icon on the far right of the App Inspector title bar will detach it into its own floating window.

Double clicking the window title bar when it is floating will attach it back into place.

Bm-noteicon.png
Quick Start Guide

Select the "Pages" workspace.
Select the "Pages Files" in the App Inspector.
Drag a table onto the page to create a Form Section.
Shift+Drag a table onto the page to create a Grid section.
Customize its appearance by editing "Attributes" in its Attributes Tab.
Customize its behavior by editing "Custom Delegates" in its "Attributes" Tab.


Bm-appinspector.png

The Tabs in the App Inspector from top to bottom are as follows.

Tab Description
Pages Hierachy Contains a hierarchical tree view of the Pages, Sections, FormItems and Delegates. Click a Page, Section or Formitem and it will be selected in the "Page Builder". Double click an event delegate to edit it in the "Script Editor".
Attributes Contains the App Attributes for Pages, Sections, FormItems and GridColumns. Select from the ComboBox at the top to filter attributes by category.
Pages Files Contains a file list pertaining to the "Pages" workspace.
Apps Files Contains a file list pertaining to the "Apps" workspace.
Library Files Contains a file list pertaining to the "Library" workspace.
Data Files Contains a file list pertaining to the "Data" workspace.
Project Files Contains a file list pertaining to the "Projects" workspace.
Versions Files Contains a file list pertaining to the "Versions" workspace.
Deploy Files Contains a file list pertaining to the "Deploy" workspace.
Console Contains an embedded console for all supported scripting languages. Double click to detach if you want to use it in runtime mode to assist with debugging.
Debug Contains the Lianja/VFP debugger.
Events Contains event tracing for runtime code. Double click to detach if you want to see how events are fired and handled in your code in runtime mode. Execution time for each event is also displayed making this an invaluable tool for performance tuning in your App.
Bm-noteicon.png
Pro Tip

The App Inspector has a tabbed UI.
Double click a Tab and it will be detached into its own floating window.
Double click the window title bar and it will be attached back as a Tab.
Switching between workspaces will automatically select the Tab for that workspace.