I use alphablend which changes the transparency, 120 makes it about "half" visible. The only thing to be aware of is that the form is still there so you can't click on any icons "underneath" it and you can't drag because it no longer has focus.
PROPERTY RBASE_FORM ALPHABLEND 'TRUE'
PROPERTY RBASE_FORM ALPHABLENDVALUE '120'
[your stuff here]
PROPERTY RBASE_FORM ALPHABLEND 'False'
RETURN

Doug

Dan Goldberg wrote:

I am trying to hide the main menu(which is an external form file) when a
user click on a menu item that brings up a form. That way the user only sees
the form.

I tried:
PROPERTY RBASE_FORM WINDOW_STATE 'MINIMIZED'

But it hides both the menu form and the form it opened. What is the best
strategy to do this??

Dan Goldberg





Reply via email to