Doug - I see that section in the SAT sample, but I thought it was just one of the "examples" of things you could change on the MDI froms - I see now what you're saying and I'll try that and see how it works.
Thanks for the tip - Sami -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Hamilton Sent: Thursday, April 17, 2008 5:07 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: MDI form placement Sami - In Form Properties under Tranparency, try checking the Alpha Blend box and setting the value to 1. After your two properties, add PROPERTY RBASE_FORM ALPHABLEND 'FALSE' I do that with regular forms but haven't tried it with MDI forms. Let me know if it works. Doug Sami Aaron wrote: >Running an app with MDI forms (following the example in the SAT classes) >does what I want, but it gives lots of screen flashes as each MDI form opens >first in the center of the screen, then the On After Start EEP moves it to >the proper location using : > >PROPERTY RBASE_FORM TOP 80 >PROPERTY RBASE_FORM LEFT 585 > >I'm wondering if anyone has a way to EDIT USING formname MDI with a >pre-defined TOP and LEFT position to eliminate the screen flashes. > >Thanks, >Sami > >____________________________ >Sami Aaron >Software Management Specialists >913-915-1971 >[EMAIL PROTECTED] > > > >

