From: Jesse V. <je...@6t...> - 2003-06-16 18:35:19
|
The GroupManager.setBoundary function works well, but is there a way to me to say "make sure all the layers that are in the group manager don't go outside layer X" ? When I manually set the layer top, right, bottom and left, then resize the browser, it messes up the t,r,b,l values, since resizing the browser resizes the layer I want the other layers to stay inside. I could always have some method that gets called to set the new values in the setBoundary, but I was hoping there was a way to have the GroupManager handle all that stuff. Thanks, Jesse |
From: Raymond I. <xw...@ya...> - 2003-06-16 18:41:56
|
Hi Jesse, You can use the onresize event to reset the GM's boundary size. -- Raymond Irving --- Jesse Vitrone <je...@6t...> wrote: > The GroupManager.setBoundary function works well, > but is there a way to > me to say "make sure all the layers that are in the > group manager don't > go outside layer X" ? > > When I manually set the layer top, right, bottom and > left, then resize > the browser, it messes up the t,r,b,l values, since > resizing the browser > resizes the layer I want the other layers to stay > inside. I could > always have some method that gets called to set the > new values in the > setBoundary, but I was hoping there was a way to > have the GroupManager > handle all that stuff. > > Thanks, > Jesse > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: eBay > Great deals on office technology -- on eBay now! > Click here: > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |
From: Jesse V. <je...@6t...> - 2003-06-16 21:25:04
|
OK, I got that to work. On another note: It looks like the GroupManager doesn't care if a layer is resized while it's part of the group? When I resize a layer, I can drag it partially out of the boundry. Jesse Raymond Irving wrote: >Hi Jesse, > >You can use the onresize event to reset the GM's >boundary size. > >-- >Raymond Irving > >--- Jesse Vitrone <je...@6t...> wrote: > > >>The GroupManager.setBoundary function works well, >>but is there a way to >>me to say "make sure all the layers that are in the >>group manager don't >>go outside layer X" ? >> >>When I manually set the layer top, right, bottom and >>left, then resize >>the browser, it messes up the t,r,b,l values, since >>resizing the browser >>resizes the layer I want the other layers to stay >>inside. I could >>always have some method that gets called to set the >>new values in the >>setBoundary, but I was hoping there was a way to >>have the GroupManager >>handle all that stuff. >> >>Thanks, >> Jesse >> >> >> >> >> >> >------------------------------------------------------- > > >>This SF.NET email is sponsored by: eBay >>Great deals on office technology -- on eBay now! >>Click here: >>http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 >>_______________________________________________ >>Dynapi-Help mailing list >>Dyn...@li... >> >> >> >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > >__________________________________ >Do you Yahoo!? >SBC Yahoo! DSL - Now only $29.95 per month! >http://sbc.yahoo.com > > >------------------------------------------------------- >This SF.NET email is sponsored by: eBay >Great deals on office technology -- on eBay now! Click here: >http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 >_______________________________________________ >Dynapi-Help mailing list >Dyn...@li... >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > |
From: Raymond I. <xw...@ya...> - 2003-06-16 21:59:20
|
--- Jesse Vitrone <je...@6t...> wrote: > OK, I got that to work. > > On another note: It looks like the GroupManager > doesn't care if a layer > is resized while it's part of the group? When I > resize a layer, I can > drag it partially out of the boundry. That's true. The GM currently does not listen for layer resize events. I'll add a fix or an option for this. -- Raymond Irving > Jesse > > Raymond Irving wrote: > > >Hi Jesse, > > > >You can use the onresize event to reset the GM's > >boundary size. > > > >-- > >Raymond Irving > > > >--- Jesse Vitrone <je...@6t...> > wrote: > > > > > >>The GroupManager.setBoundary function works well, > >>but is there a way to > >>me to say "make sure all the layers that are in > the > >>group manager don't > >>go outside layer X" ? > >> > >>When I manually set the layer top, right, bottom > and > >>left, then resize > >>the browser, it messes up the t,r,b,l values, > since > >>resizing the browser > >>resizes the layer I want the other layers to stay > >>inside. I could > >>always have some method that gets called to set > the > >>new values in the > >>setBoundary, but I was hoping there was a way to > >>have the GroupManager > >>handle all that stuff. > >> > >>Thanks, > >> Jesse > >> > >> > >> > >> > >> > >> > >------------------------------------------------------- > > > > > >>This SF.NET email is sponsored by: eBay > >>Great deals on office technology -- on eBay now! > >>Click here: > >>http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > >>_______________________________________________ > >>Dynapi-Help mailing list > >>Dyn...@li... > >> > >> > >> > >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > >__________________________________ > >Do you Yahoo!? > >SBC Yahoo! DSL - Now only $29.95 per month! > >http://sbc.yahoo.com > > > > > >------------------------------------------------------- > >This SF.NET email is sponsored by: eBay > >Great deals on office technology -- on eBay now! > Click here: > >http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > >_______________________________________________ > >Dynapi-Help mailing list > >Dyn...@li... > >https://lists.sourceforge.net/lists/listinfo/dynapi-help > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An > INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% > Monthly Commission! > INetU Dedicated Managed Hosting > http://www.inetu.net/partner/index.php > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-help __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |