Difference between revisions of "App Builder MenuBar"

From Lianjapedia
Jump to: navigation, search
Line 192: Line 192:
 
|valign="top"|Import VFP database...||valign="top"|Import a Visual FoxPro database||
 
|valign="top"|Import VFP database...||valign="top"|Import a Visual FoxPro database||
 
|-
 
|-
|valign="top"|Import ODBC database...||valign="top"|Import ODBC data into the current database||
+
|valign="top"|Import ODBC database...||valign="top"|Import ODBC data into the current database||There must be a database open.
 
|-
 
|-
|valign="top"|Create Virtual Tables from ODBC...||valign="top"|Create Virtual Tables in the current database from an ODBC datasource ||
+
|valign="top"|Create Virtual Tables from ODBC...||valign="top"|Create Virtual Tables in the current database from an ODBC datasource ||There must be a database open.
 
|-
 
|-
|valign="top"|Create Local Virtual Tables...||valign="top"|Create local Virtual Tables in the current database||
+
|valign="top"|Create Local Virtual Tables...||valign="top"|Create local Virtual Tables in the current database||There must be a database open.
 
|-
 
|-
|valign="top"|Create Local Virtual Tables where 1=0...||valign="top"|Create local Virtual Tables in the current database||valign="top"|The 'SQL Command' select statement will include a 'where 1=0' clause.
+
|valign="top"|Create Local Virtual Tables where 1=0...||valign="top"|Create local Virtual Tables in the current database||valign="top"|The 'SQL Command' select statement will include a 'where 1=0' clause.  There must be a database open.
 
|-
 
|-
 
|}
 
|}

Revision as of 10:44, 27 July 2016

Under construction

File

Menu Option Operation Notes
New Project... Create a new Project
New App... Create a new App
New File... Create a new file
Open File... Open a file
Recent Files Display a list of recently opened files
Save Save the current file
Save As... Save the current file
Save All Save all open files
Revert Discard unsaved changes from the current file
Close Close the current file
Close All Close all open files
Import VFP project (.pjx)... Import a Visual FoxPro project
Import VFP form (.scx)... Import a Visual FoxPro form
Import VFP project (.vcx)... Import a Visual FoxPro library
Clear Cache... Clear the Lianja web cache
Exit Exit the Lianja App Builder

Edit

The following edit operations apply to the Script Editor in the Apps or Library workspaces.

Menu Option Hot Key Operation Notes
Undo Ctrl+Z Undo previous edit
Redo Ctrl+Shift+Z Redo previous (undone) edit
Cut Ctrl+X Cut the selected text
Copy Ctrl+C Copy the selected text
Paste Ctrl+V Paste from the clipboard
Select All Ctrl+A Select all text in the current file
Find... Ctrl+F Find in the current file
Find All... Ctrl+F Find in all files
Find Usages... Ctrl+F Find usages
Replace... Ctrl+R Replace in the current file
Goto line... Ctrl+L Goto a specific line number
Delete Line... Ctrl+D Delete the current line
Toggle LiveCode   Toggle LiveCode functionality

View

Menu Option Operation Notes
Table View Display current record in a form
Grid View Display records in a grid
Split View Display split view of grid and form
Timeline View Display Timeline panel
Alerts View Display Notifications panel
Show/Hide Modebar Show/hide the Modebar toggle
Show/Hide Sidebar Show/Hide Sidebar toggle
Show/Hide InfoPanel Show/Hide InfoPanel toggle
Show/Hide Pictures Show/Hide Pictures toggle
Show/Hide Form Tools Show/Hide Form Tools toggle
Hide All Hide All Hides the InfoPanel and, in the Pages workspace, the Form Tools
Show All Show All Shows the InfoPanel and, in the Pages workspace, the Form Tools
Desktop App View Switch to Desktop App View
Web App View Open Web App View
Tablet App View Open Tablet App View
Phone App View Open Phone App View
Preview live in browser Open in the default browser

Format

The following edit operations apply to the Script Editor in the Apps or Library workspaces.

Menu Option Hot Key Operation Notes
Indent Ctrl+I Increase indent
Unindent Ctrl+Shift+I Decrease indent
Comment Ctrl+T Comment out (//)
Uncomment Ctrl+Shift+T Uncomment
Make Uppercase Ctrl+Shift+U Find in the current file
Make Lowercase Ctrl+U Find in all files
Beautify Ctrl+B Find usages

Apps

Menu Option Operation Notes
New App... Create a new App
Open App... Open an App
Close App Close the current App
Backup App... Backup the current App
Restore App... Restore the current App
Delete App... Delete the selected App Select an App in the App Names panel in the Apps workspace Sidebar first.

Database

Menu Option Operation Notes
New Database... Create a new database
Open Database... Open a database
Close Database Close the current database
Drop Database... Drop a database
Copy Database... Copy the selected database Select a database in the Database Names panel in the Data workspace Sidebar first.
Backup Database... Backup the current database
Restore Database... Restore the current database
Optimize Database... Optimize the current database
Rebuild Database... Rebuild the current database
New Table... Create a new Table There must be a database open.
Import VFP database... Import a Visual FoxPro database
Import ODBC database... Import ODBC data into the current database There must be a database open.
Create Virtual Tables from ODBC... Create Virtual Tables in the current database from an ODBC datasource There must be a database open.
Create Local Virtual Tables... Create local Virtual Tables in the current database There must be a database open.
Create Local Virtual Tables where 1=0... Create local Virtual Tables in the current database The 'SQL Command' select statement will include a 'where 1=0' clause. There must be a database open.

Pages

The following operations are available in the Pages Workspace with an open App.

Menu Option Operation Notes
New Page Create a new page
Delete Page... Delete the current page
Save As Page Template Save the current page as a Page Template
Page Attributes... Open the Attributes dialog for the current page

Sections

The following operations are available in the Pages Workspace with an open App with a page.

Menu Option Operation Notes
Form Add a Form section to the current page
Grid Add a Grid section to the current page
WebView Add a WebView section to the current page
Image Strip Add an Image Strip section to the current page
TabView Add a TabView section to the current page
Attachments Add an Attachments section to the current page
Canvas Add a Canvas section to the current page
CatalogView Add a CatalogView section to the current page
TreeView Add a TreeView section to the current page
CarouselView Add a CarouselView section to the current page
PanelView Add a PanelView section to the current page
CommentsView Add a CommentsView section to the current page
DocumentView Add a DocumentView section to the current page
GalleryView Add a GalleryView section to the current page
VideoPlayer Add a VideoPlayer section to the current page
Report Add a Report section to the current page
Calendar Add a Calendar section to the current page
Org Chart Add a Org Chart section to the current page
Page Center Add a Page Center section to the current page
Charts Add a Charts section to the current page
Timeline Add a Timeline section to the current page
Notifications Add a Notifications section to the current page
Custom Add a Custom section to the current page
Templates Add a section from a template to the current page
Delete Section... Delete the current section
Save As Section Template Save the current section as a Section Template
Section Attributes... Open the Attributes dialog for the current section

Gadgets

The following operations are available in the Pages Workspace with an open App and a Form section selected on the page.

Menu Option Operation Notes
Image Add an Image gadget to the current Form section
Rich Text Editor Add a Rich Text Editor gadget to the current Form section
EditBox Add an EditBox gadget to the current Form section
WebView Add a WebView gadget to the current Form section
ListView Add a ListView gadget to the current Form section
Grid Add a Grid gadget to the current Form section
CheckListView Add a CheckListView gadget to the current Form section
TreeView Add a TreeView gadget to the current Form section
Component Add a Component gadget to the current Form section
Chart Add a Chart gadget to the current Form section
Google Add a Google gadget to the current Form section
Custom Add a Custom gadget to the current Form section

Controls

The following operations are available in the Pages Workspace with an open App and a Canvas section selected on the page.

Menu Option Operation Notes
ActiveX Add an ActiveX control to the current Canvas section
ListBox Add a ListBox control to the current Canvas section
TreeGrid Add a TreeGrid control to the current Canvas section
WebView Add a WebView control to the current Canvas section
Rich Text Editor Add a Rich Text Editor control to the current Canvas section
CheckBox Add a CheckBox control to the current Canvas section
ComboBox Add a ComboBox control to the current Canvas section
CommandButton Add a CommandButton control to the current Canvas section
Date TextBox Add a Date TextBox control to the current Canvas section
DateTime TextBox Add a DateTime TextBox control to the current Canvas section
Numeric TextBox Add a Numeric TextBox control to the current Canvas section
EditBox Add an EditBox control to the current Canvas section
Hyperlink Add a Hyperlink control to the current Canvas section
LCDNumber Add a LCDNumber control to the current Canvas section
Slider Add a Slider control to the current Canvas section
Progress Bar Add a Progress Bar control to the current Canvas section
OptionButton Add an OptionButton control to the current Canvas section
OptionGroup Add an OptionGroup control to the current Canvas section
Spinner Add a Spinner control to the current Canvas section
TextBox Add a TextBox control to the current Canvas section
Image Add an Image control to the current Canvas section
Label Add a Label control to the current Canvas section
Subtitle Add a Subtitle control to the current Canvas section
Separator Add a Separator control to the current Canvas section

Layout

The following operations are available in the Pages Workspace with an open App and a Form section selected on the page, or a Canvas section and one or more formitems selected.

Menu Option Operation Notes
Dividers Add a divider to a Form Section
Labels Adjust the caption position and size for formitems in a Form Section
Text Size Adjust the caption text size for the selected formitem(s) in a Canvas Section
Format Adjust appearance attributes for the selected formitem(s) in a Canvas Section
Align Adjust position attributes for the selected formitem(s) in a Canvas Section
Text Alignment Adjust the data alignment for formitems in a Form Section or for the selected formitem(s) in a Canvas Section

Tools

Menu Option Operation Notes
Google Charts Open the Google Charts tab in the Tools Workspace
<Tool caption> Open the tab for your added tool in the Tools Workspace
Settings... Open the Settings dialog

Program

Menu Option Operation Notes
Do... Run a program
Debug... Debug a program
Compile... Compile a Lianja/VFP (.prg) program

Window

Menu Option Operation Notes
Toggle Full Screen Toggle full screen
Home Select the Home workspace
Projects Select the Projects workspace
Apps Select the Apps workspace
Data Select the Data workspace
Pages Select the Pages workspace
Library Select the Library workspace
Tools Select the Tools workspace
Versions Select the Versions workspace
Console Select the Console workspace
Users Select the Users workspace
Deploy Select the Deploy workspace
PhoneGap Select the PhoneGap workspace
App Inspector Show/hide the App Inspector
MetaType Editor Show/hide the MetaType Editor
UI State Editor Open the UI State Editor
Git Console Open the Git Console
Side By Side Windows Show the App Inspector and the main App Builder windows side by side The App Inspector will be opened if it is not currently open.
Float All Float all open script editor tabs in individual windows Available from the Apps and Library workspaces.

Documentation

The following operations take you to documentation resources on the Lianja web site.

Menu Option Operation Notes
Getting Started Getting Started guide
Video Tutorials Video tutorials
Users Guide Users Guide
Developers Guide Developers Guide
UI Framework Classes UI Framework Classes
Documentation Wiki Documentation Wiki

Help

Menu Option Operation Notes
Lianja Help View the Lianja App Builder Documentation in the Home Workspace
Report Bug... Report a bug on the Lianja web site Internet connection required: http://www.lianja.com/support/newticket is opened in the default browser.
Developer Community Forums... Visit the Lianja Developer Community forums Internet connection required: http://www.lianja.com/community/forum.php is opened in the default browser.
Development Roadmap... View the Development Roadmap on the Lianja web site Internet connection required: http://www.lianja.com/resources/roadmap is opened in the default browser.
Lianja on the Web... Visit the Lianja web site Internet connection required: http://www.lianja.com is opened in the default browser.
Activate... Activate a Lianja License Internet connection required.
Deactivate... Deactivate a Lianja License Internet connection required.
Check for updates... Check for updates Internet connection required.
Purchase a license... Visit the Lianja Online Store Internet connection required: http://www.lianja.com/store is opened in the default browser.
About Lianja App Builder Display information about Lianja App Builder