Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » URGENT: Change Shell Text Dynamically
URGENT: Change Shell Text Dynamically [message #299127] Fri, 10 February 2006 13:17 Go to next message
Eclipse UserFriend
Originally posted by: vrodriguez.intrado.com

I'm trying to update the title text of my shell dynamically every second.
However, just calling shell.setText doesn't seem to work. In fact, it
appears to block on that call after the shell has been opened and packed.

Is there any way to dynamically, periodically change the title text of a
shell?

PLEASE HELP!!!!
Re: URGENT: Change Shell Text Dynamically [message #299139 is a reply to message #299127] Fri, 10 February 2006 17:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

Are you trying to change it from a different thread than the UI thread?
If so you should us display.asyncExec() to do the change.

Victor wrote:
> I'm trying to update the title text of my shell dynamically every
> second. However, just calling shell.setText doesn't seem to work. In
> fact, it appears to block on that call after the shell has been opened
> and packed.
>
> Is there any way to dynamically, periodically change the title text of a
> shell?
>
> PLEASE HELP!!!!
>

--
Thanks,
Rich Kulp
Re: URGENT: Change Shell Text Dynamically [message #299141 is a reply to message #299139] Fri, 10 February 2006 17:21 Go to previous message
Eclipse UserFriend
Originally posted by: vrodriguez.intrado.com

Rich Kulp wrote:

> Are you trying to change it from a different thread than the UI thread?
> If so you should us display.asyncExec() to do the change.

> Victor wrote:
>> I'm trying to update the title text of my shell dynamically every
>> second. However, just calling shell.setText doesn't seem to work. In
>> fact, it appears to block on that call after the shell has been opened
>> and packed.
>>
>> Is there any way to dynamically, periodically change the title text of a
>> shell?
>>
>> PLEASE HELP!!!!
>> THANK YOU!!!!!!!!!!!!!!!
Previous Topic:Update Site Builder
Next Topic:CCombo and databinding
Goto Forum:
  


Current Time: Mon Jun 02 23:27:30 EDT 2025

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

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

Back to the top