Re: GWT Layout challenge using flowpanel

2008-09-04 Thread meng
I think i missed out sth previously as part of a large project... It works as expected in a standalone module (@ http://202.150.210.26/test/MyProject.zip for those interested), with minor issue in firefox (you will see if you try my code...). On Sep 4, 8:28 pm, Thomas Broyer <[EMAIL PROTECTED]>

Re: GWT Layout challenge using flowpanel

2008-09-04 Thread kara swisher
downlaod southpark movie http://gpirate.com/search?hl=en&q=South+Park%3A+Bigger%2C+Longer+%26+Uncut&btnG=Search On Thu, Sep 4, 2008 at 1:07 AM, Len <[EMAIL PROTECTED]> wrote: > > You could take a look at AbsolutePanel depending on what your aim is :) > > > 2008/9/4 meng <[EMAIL PROTECTED]>: > > >

Re: GWT Layout challenge using flowpanel

2008-09-04 Thread Thomas Broyer
On 4 sep, 09:55, meng <[EMAIL PROTECTED]> wrote: > Hi, > > i try to accomplish the layout as shown athttp://202.150.210.26/test/temp.jpg > . > > i have tried using flowpanel but can't get it work in ie. can anyone > help me? thanks. Could you share some code? what have you tried? what does it g

Re: GWT Layout challenge using flowpanel

2008-09-04 Thread Len
agreed that is an odd shape you have there for the alottext section possibly a flextable with the top left cells unpopulated underneath the big image held in place with an absolute panel ? 2008/9/4 meng <[EMAIL PROTECTED]>: > > i don't think the absolutepanel can help in rendering the "a lot tex

Re: GWT Layout challenge using flowpanel

2008-09-04 Thread meng
i don't think the absolutepanel can help in rendering the "a lot text alot text" sectionthanks anyway On Sep 4, 4:07 pm, Len <[EMAIL PROTECTED]> wrote: > You could take a look at AbsolutePanel depending on what your aim is :) > > 2008/9/4 meng <[EMAIL PROTECTED]>: > > > > > Hi, > > > i try to

Re: GWT Layout challenge using flowpanel

2008-09-04 Thread Len
You could take a look at AbsolutePanel depending on what your aim is :) 2008/9/4 meng <[EMAIL PROTECTED]>: > > Hi, > > i try to accomplish the layout as shown at http://202.150.210.26/test/temp.jpg > . > > i have tried using flowpanel but can't get it work in ie. can anyone > help me? thanks. >

GWT Layout challenge using flowpanel

2008-09-04 Thread meng
Hi, i try to accomplish the layout as shown at http://202.150.210.26/test/temp.jpg . i have tried using flowpanel but can't get it work in ie. can anyone help me? thanks. (very strange, if i copy the generated html codes using firebug and create a plain html files, ie will render as desired ...