----- Original Message ----- From: "David M. Blocker" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, October 12, 2004 2:33 PM Subject: [RBG7-L] - Re: New "On Resize EEP"
> So, Mike, you're saying, it can be used NOT just when the USER minimizes or > maximizes, but when I'm using in on different monitor sizes and in that > event it would include the PROPERTY commands I need to set up the field > positions and widths? OnResize means "Anytime" the form is resized. It fires when the form is first displayed. It fires when you min/max it. It fires when you grab the edge of a resizable form and resize it. It fires when you programatically change the size of it with the Property command. Just put a Pause 3 'SomeMessage' in the eep and test it yourself to see when it fires, then see how it can be used. Due to the many things that effect OnResize, it should be used sparingly. > > David Blocker > [EMAIL PROTECTED] > 781-784-1919 > Fax: 781-784-1860 > Cell: 339-206-0261 > ----- Original Message ----- > From: "MikeB" <[EMAIL PROTECTED]> > To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> > Sent: Tuesday, October 12, 2004 2:01 PM > Subject: [RBG7-L] - Re: New "On Resize EEP" > > > > > > ----- Original Message ----- > > From: "David M. Blocker" <[EMAIL PROTECTED]> > > To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> > > Sent: Tuesday, October 12, 2004 11:13 AM > > Subject: [RBG7-L] - New "On Resize EEP" > > > > > > > Razzak and other beta testers of build 78 > > > > > > Can anyone give an example of the purpose of the new "On Resize EEP" in > > > forms? Is this for when the USER resizes the form? When a PROPERTY > command > > > resizes it? Both? > > > > > > What kind of actions would you want to perform that this would help > with? > > > > When you just can't get an object to behave the way you want it using > Anchors or > > Align.. This OnResize was made for You David... ;-) > > > > > > > > > > David Blocker > > > [EMAIL PROTECTED] > > > 781-784-1919 > > > Fax: 781-784-1860 > > > Cell: 339-206-0261 > > > > > > > >
