Your suggestions worked fine, Arnaud.  Thanks!

Below is a summary.

For Windows, place the WindowsExtensions module from Aaron Ballman's WFS
into the project.  Place the code below into the Open event of the window:
  Self.IsToolbarWindow = True
  Self.HasBorder = False
  Self.HasTitleBar = False
  Self.Topmost = True

For Mac:
Use a window whose frame=7 (Global Floating Window) and MacProcID=2


I used this window to create a little utility that docks to the side of the
screen and which is always on top, but shrinks to 11 pixels wide when not in
use.

The true lack of any border whatsoever helps with space and appearance.



_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to