Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Dialog box problem
Dialog box problem [message #443212] Tue, 21 September 2004 19:00 Go to next message
Eclipse UserFriend
Originally posted by: joseph.y.shih.citigroup.com

Hi,

I'm creating a Dialog box that needs to be set to not block my execution
(ie. dialog.setBlockOnOpen(false)) so that I can execute some code after
the dialog box opens. The code continues to execute but I lose all
functionality of the dialog box (it freezes, no moving, button clicks).
Anyone know what causes this? Do I need to create the dialog box in it's
own thread?

Any insight would be helpful. Thanks.

Joey
Re: Dialog box problem [message #443222 is a reply to message #443212] Wed, 22 September 2004 02:18 Go to previous message
Eclipse UserFriend
Originally posted by: qian.qiao.gmail.com

Take a look at the asyncExec(Runnable r) in the Display class, see if that
is useful.

Regards,

-- Joe


"Joey Shih" <joseph.y.shih@citigroup.com> wrote in message
news:ciptoq$qdk$1@eclipse.org...
> Hi,
>
> I'm creating a Dialog box that needs to be set to not block my execution
> (ie. dialog.setBlockOnOpen(false)) so that I can execute some code after
> the dialog box opens. The code continues to execute but I lose all
> functionality of the dialog box (it freezes, no moving, button clicks).
> Anyone know what causes this? Do I need to create the dialog box in it's
> own thread?
>
> Any insight would be helpful. Thanks.
>
> Joey
>
Previous Topic:Eclipse 3.0.1 can't find library
Next Topic:Drop down icon in a coolbar
Goto Forum:
  


Current Time: Thu Apr 25 07:19:29 GMT 2024

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

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

Back to the top