Interesting alternate to the Shellbar.

For general issues related to PWB v2.

Moderators: Tyler, Scott, PWB v2 Moderator

Post Reply
Scott
Site Admin
Site Admin
Posts: 2528
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Interesting alternate to the Shellbar.

Post by Scott »

Here is a sample of using JavaScript to display a floating shellbar using the PWB external java commands.

http://www.teamsoftwaresolutions.com/beta/shellbar.htm

Set the following in your PWB INI file to allow the PWB java commands to open the application with this sample.

[Java]
EnableExternalJava=True
...
JavaExecute=PWBExecute
...

To prevent others from using the PWB java commands to launch applications, change your PWB JavaExecute command keyword.

--Scott

Post Reply