Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Trouble with forcing Form to redraw
Trouble with forcing Form to redraw [message #462081] Wed, 05 October 2005 20:53 Go to next message
Eclipse UserFriend
Originally posted by: tmcguire.go-integral.com

Hi,
I am dynamically adding form fields to a form. Trouble is, they don't
show up until I resize the view with the mouse. How can I force it to
draw them once they are all built?

Thanks,

Tim
Re: Trouble with forcing Form to redraw [message #462082 is a reply to message #462081] Wed, 05 October 2005 20:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: friederich.kupzog.de

I think form.layout() should do.

Regards,
Friederich

Tim McGuire wrote:
> Hi,
> I am dynamically adding form fields to a form. Trouble is, they don't
> show up until I resize the view with the mouse. How can I force it to
> draw them once they are all built?
>
> Thanks,
>
> Tim


--
Friederich Kupzog
Elektronik & Software
Neusser Str. 5-7
50670 Köln
Tel 0241 160696-1
Fax 0221 726670
www.kupzog.de/fkmk
Re: Trouble with forcing Form to redraw [message #462085 is a reply to message #462082] Wed, 05 October 2005 21:06 Go to previous message
Eclipse UserFriend
Originally posted by: tmcguire.go-integral.com

Friederich Kupzog wrote:
> I think form.layout() should do.
>
> Regards,
> Friederich
>
> Tim McGuire wrote:
>
>> Hi,
>> I am dynamically adding form fields to a form. Trouble is, they don't
>> show up until I resize the view with the mouse. How can I force it to
>> draw them once they are all built?
>>
>> Thanks,
>>
>> Tim
>
>
>
Thanks, it worked like a charm.
formComposite.layout();
Previous Topic:label being cut off in wizard
Next Topic:Insert a treeitem
Goto Forum:
  


Current Time: Thu Apr 25 16:45:18 GMT 2024

Powered by FUDForum. Page generated in 0.02777 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top