Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Waiting dialogs
Waiting dialogs [message #462242] Sun, 09 October 2005 09:02 Go to next message
Giovanni Aiello is currently offline Giovanni AielloFriend
Messages: 11
Registered: July 2009
Junior Member
Hi all,
I'm developing a swt application running on my pocket pc! I need to create a
waiting dialog that does not contain any button (such as OK etc..), in order
to realize a waiting dialog that runs on separated Thread and must be close
when it is the moment. Now, I use a MessageBox dialog but it does not have
any close method such as close() etc.. I tried to dispose its Shell or
Display but it does not work.
Does someboby have any experience?

Thanks
Giovanni
Re: Waiting dialogs [message #462362 is a reply to message #462242] Tue, 11 October 2005 13:48 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Giovanni,

It's easiest to just use a Shell here. The following should be helpful:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.sni ppets/src/org/eclipse/swt/snippets/Snippet104.java?rev=HEAD& amp;content-type=text/vnd.viewcvs-markup .

Grant

"Giovanni" <aiello.giovi@virgilio.it> wrote in message
news:diamau$i25$2@news.eclipse.org...
> Hi all,
> I'm developing a swt application running on my pocket pc! I need to create
a
> waiting dialog that does not contain any button (such as OK etc..), in
order
> to realize a waiting dialog that runs on separated Thread and must be
close
> when it is the moment. Now, I use a MessageBox dialog but it does not
have
> any close method such as close() etc.. I tried to dispose its Shell or
> Display but it does not work.
> Does someboby have any experience?
>
> Thanks
> Giovanni
>
>
Previous Topic:How to make a TableViewer virtual
Next Topic:How do you find a TreeItem index by searching the Data fields ?
Goto Forum:
  


Current Time: Fri Apr 26 14:22:56 GMT 2024

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

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

Back to the top