ubase.launch
| Syntax |
ubase.launch ()
|
| Params |
None.
|
| Action |
If uBASE is not already running, starts it. Prepares certain cells in the Frontier database for use of the remaining uBASE verbs.
|
| Returns |
True once uBASE is running and ready to receive Apple events, false if uBASE could not be started.
|
| Examples |
|
| Platform Notes |
uBASE runs only on Mac OS and is not a supported component of Frontier 5.0,
|
| Notes |
If you have moved your copy of the uBASE application, ubase.launch will present a Standard File dialog asking the user to locate the program. If uBASE is already running, this verb is fast. Ordinarily you would just use ubase.launch without first checking with ubase.isRunning (). If your script sends Apple events to more than one application, you should be sure to switch between them using verbs like ubase.launch, as some scripts need certain values set up.
|
| See Also |
ubase.isRunning
|