Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » BusyIndicator and StyledText
BusyIndicator and StyledText [message #170640] Mon, 15 December 2003 16:19
Eclipse UserFriend
I noticed that when I display LaunchConfigurationDialog first time after
the launch of Eclipse, it takes a while to initialize dialog tabs.
Unfortunatelly, during this time cursor does not change to the wait
state. I decided that they don't use BusyIndicator in this case and
added it to my implementation of LaunchConfigurationDialog. It didn't
help at all. While my code was running in BusyIndicator.showWhile(), SWT
was displaying editor's standart cursor (vertical bar) over all the
Eclipse windows (not only being above editors). I played a bit with
current perspective layout moving vertical splitter right and left, and
realized: if when I launch Debug... dialog, cursor is above any
StyledText widget (it could be any TextEditor or even console window),
it doesn't change to wait state. On the contrary, if cursor is above any
view (Navigator, for rxample - initial state is an arrow), it
successfully changes to the wait state.
I tested it for 2.1.2 and 3.0.M5 and got the same results. It happens
not only for my implementation but in Java perspective as well. Is it a bug?
Previous Topic:How to write plugins with new > 3.0 M5 builds? Bundles? Plugins?
Next Topic:Unable to start Eclipse?
Goto Forum:
  


Current Time: Tue Jul 22 15:58:29 EDT 2025

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

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

Back to the top