My favorites | Sign in
Project Home Wiki Issues
Search
for
GemTools  
Pharo/Squeak GemTools Launcher
Updated May 25, 2010 by henrichs...@gmail.com

The GemTools Launcher is the main window for the new GemTools Client. From this window, you can manage multiple GemStone/S sessions against multiple stones. The Launcher gives you a view of all of your sessions. When a session is selected, the annotation pane provides an overview of important session information, the menu bar provides easy access to commands and development tools, and the text pane provides access to session workspaces.

To open the GemTools Launcher window, evaluate the following in your Smalltalk client workspace:

OGLauncher open

The default session (Glass) is an Appliance template, which is suitable for use on a GLASS appliance or any installation where the GemTools Client and stone are running on the same machine. Edit the template to reflect the name of your machine and the name of your stone:

OGApplianceSessionDescription new
	name: 'Glass';
	stoneHost: 'glass';
	stoneName: 'seaside';
	yourself.

See the Session Menu section for more details on working with sessions.

Press the Login button to connect a session to your server.

GemTools windows opened from the GemTools Launcher button bar are associated with the selected session. GemTools windows opened by executing commands within the context of another GemTools window are associated with the originating window’s session.

You may login to more than one session at any one time. The G/S[<session name>:<session number>] in the title bar of a GemTools window indicates which session is associated with the window. Pressing the Logout button or selecting the Logout menu item terminates the selected session and closes all of the GemTools windows associated with the session.

When you close the GemTools Launcher window, the GemTools windows associated with all of the logged in sessions are automatically closed.

If you save your Smalltalk image, while sessions are logged in, none of the existing sessions nor their associated GemTools windows will be affected. However, when the image is restarted all session related GemTools windows will be closed and the sessions will be reset to a logged out state.


Sign in to add a comment
Powered by Google Project Hosting