Making tray forms stay on top

I am using colin wilsons tray component. works like a champ. To make it work
the following line is added to the project source, before the run method.

Application.ShowMainForm := FALSE;

This makes the mainform NOT visible at start up. Nessarry of course for a
tray application.

On colins tray, I have a few menu items that show a couple of different
forms. I am auto creating these forms at  startup.

I want these forms to be shown modal, and  always stay on top when shown.  I
have set the formstyle to "FsStayOnTop"  on each.

Here is the problem..  The forms will NOT stay on top if the mainform  is
set to....
Application.ShowMainForm := FALSE;

If I comment out this line as to show the main form,  all the other forms
that are launched from the tray  ALLWAYS stay on top like they are supposed
to.

Question :

Is there a way that I can hide the main form, but still be able force any
other forms that are shown to stay on top??

--
Gordon Hamm
Voice Data Systems Inc.
360-686-8315

--
Gordon Hamm
Voice Data Systems Inc.
360-686-8315