OK that would be possible in general, though I require my stuff in the
g:center as it should just take all space that is left in the window. South
would require a fixed size...


2013/5/8 Thad <thad.humphr...@gmail.com>

> You may have to wait for the entire panel to render before making a call
> on any panel.
>
> One technique might be to not have a north. Call your current north center
> and put your current center in south. IIRC, you can have multiple souths,
> easts, etc. That might allow everything to layout without intervention.
>
> On Tuesday, May 7, 2013 7:12:09 AM UTC-4, membersound wrote:
>>
>> Hi,
>>
>> I have a SplitLayoutPanel with g:center and g:north.
>>
>> The north element depends on the center element, and uses it in the
>> contructor after initWidget() has been called.
>> Problem: I always get a NullPointerException for the center element used
>> in the north element.
>>
>> How can I force object creation to be first the center, and then the
>> north element? I assume the default is just the other way around?
>>
>> Thanks
>>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google Web Toolkit" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-web-toolkit/7fNeQwaaAZ4/unsubscribe?hl=en
> .
> To unsubscribe from this group and all its topics, send an email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to