Title Banner

Previous Book Contents Book Index Next

Newton Developer Technical Information: Newton Programmer's Guide: 2.1 OS Addendum /
Chapter 10 - eMate Multi-User Mode / Reference
Functions and Methods /


MultiUserSwitch

HomePage:MultiUserSwitch(appSymbol)

Closes and opens an application when the current user changes.

appSymbol
The application symbol of the application you want to close and reopen.

return value
Undefined; do not rely on it.

DISCUSSION

You can call this method to close and reopen your application when the unit is in multi-user mode and the current user changes. You need to call this method only if your application is currently displaying data for a user when the user is changed. For example, if it is displaying a clock or some other data that is not associated with a particular user, then you don't need to call this method.

Call this method like this:

GetRoot().HomePage:MultiUserSwitch(myAppSymbol);


Previous Book Contents Book Index Next

© Apple Computer, Inc.
26 APR 1997



Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help