Yes, I have created a layout manager to meet my requirements. But I want to use static layout Manager also along with this layout manager. That is why I am asking, Can I use two different layout managers in the same page without any problems?
On Tue, Apr 29, 2008 at 3:18 AM, Jun Yang (杨骏) <[EMAIL PROTECTED]> wrote: > Conceivably, you can create a layout manager that sits on top of the > static > and the float that understands when to delegate to which. > Jun > > On Sun, Apr 27, 2008 at 10:35 PM, Neo Anderson < > [EMAIL PROTECTED]> wrote: > > > Can I use different layout managers in the same page? > > > > I have two sections in my page, one needs static layout manager and > > another > > needs float layout manager. Can I achieve this kind of functionality? > > >

