This has been an enlightening thread, I have been looking for just such a "look and feel". I will have to experiment with this over a remote desktop connection. On one of my apps, I had to take all the cool form closing and opening behaviors out because of very slow screen writes over the VPN. I have to wonder if alphablend works the same way as the form dissolve. Hmmmm.....
Robert M. Castanaro Director, Surgical Services, Clinic and Pain Services Summa Health System Barberton Hospital 155 Fifth Street N.E. Barberton, Ohio 44203 Phone 330-615-3627 [email protected] [cid:[email protected]] From: [email protected] [mailto:[email protected]] On Behalf Of jan johansen Sent: Wednesday, May 27, 2009 10:47 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: hide the menu before showing the form Dan, You could try to PROPERTY RBASE_FORM ALPHABLEND 'TRUE' PROPERTY RBASE_FORM ALPHABLENDVALUE 100 EDIT USING MyForm PROPERTY RBASE_FORM ALPHABLEND 'FALSE' Jan -----Original Message----- From: "Dan Goldberg" <[email protected]> To: [email protected] (RBASE-L Mailing List) Date: Wed, 27 May 2009 07:35:22 -0700 Subject: [RBASE-L] - hide the menu before showing the form 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

