...
OpenPage()
|
OpenPage | Displays the page during the project runtime. | |
Subroutine | Command | OpenPage (“Page name”) |
Script | OpenPage “Page name” | |
Description | This command opens the page window which is saved as “Page name”. | |
Example | Enter the command to display the“Page1” window. Open the GOOGLE main window. OpenPage("http://www.google.com") Display the GOOGLE main window at (top: 100, left: 200, width: 800, height: 600). OpenPage("http://www.google.com,position:100,200,800,600") |
OpenPageEx()
|
...
ReplacePage()
|
ReplacePage | Replaces |
the current page with the specified page. | ||
Subroutine | Command | ReplacePage (“Page |
name”) | |
Script | ReplacePage “Page |
name” |
Description |
The size and position of the new page are set automatically as same as those of the old page.
If you enter an asterisk (“*”) instead of “Page name 1”, all windows will be closed at once, and the “Page name 2” window will be opened
Replaces the current page with “Page name”. | |
Example |
Replaces the current page with the Page A page. |
) |
ReplacePageEx()
|
ReplacePageEx | Replaces the registered items current page with the tags you specify and displays them on the screenspecified page, and replaces the registration entry with the specified tag. | |
Subroutine | Command | ReplacePageEx("Current Page Name","New Page Name","Tag Name List") |
Script | ReplacePageEx "Current Page Name","New Page Name","Tag Name List" | |
Description | Replaces items registered on a new the current page with the tags you specify and displays them on the screenspecified page, and replaces the registration entry with the specified tag. When editing a page, replace the items specified by $1, $2... Replace the items specified by $n with the tag names specified in the “Tag Name List”. Tag names are separated by commas (,). | |
Example | Replace the $1 and $2 items on Page2 with tags “AA” and “BB”, respectively, and display them on the screen. ReplacePageEx(“Page1”,“Page2”,”AA,BB”) |
RunApp()
|
...