Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Label refresh
Label refresh [message #327516] Wed, 23 April 2008 06:20 Go to next message
Eclipse UserFriend
Originally posted by: swetha.yahoo.co.in

Hi,

I have a eclipse view which contains two labels..These labels text will
be updated for every 5 seconds from background job. So i created a UI
thread and setting text to the labels..but this updated text is not
visible until I drag or double click on view.. So how can I refresh the
labels text without clicking on View..

Thanks,
Swetha
Re: Label refresh [message #327517 is a reply to message #327516] Wed, 23 April 2008 09:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: evelyne.rien.com

Try update() method on the Label instance.

Hope it helps.

Evelyne
Re: Label refresh [message #327528 is a reply to message #327516] Wed, 23 April 2008 15:31 Go to previous message
Eclipse UserFriend
Originally posted by: andre.rubin.gmail.com

Calling layout() from parent composite works for me.
Previous Topic:programming for eclipse -debug console option
Next Topic:Hiding MenuContriubtions for a given Command
Goto Forum:
  


Current Time: Tue Jul 16 13:37:07 GMT 2024

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

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

Back to the top