Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » General (non-technical) » Eclipse Foundation » Is it possible to disable the "Cancel" button on IProgressMonitor
Is it possible to disable the "Cancel" button on IProgressMonitor [message #45298] Fri, 06 April 2007 19:13 Go to next message
Eclipse UserFriend
Originally posted by: x_purohi.ugs.com

Hi,

Is it possible to disable the "Cancel" button on IProgressMonitor dialog?

I tried this without success:

IStatus run( IProgressMonitor monitor )
{
monitor.setCanceled( true );
...

}

Thanks
Re: Is it possible to disable the "Cancel" button on IProgressMonitor [message #45332 is a reply to message #45298] Sat, 07 April 2007 11:26 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Yogesh,

I see you've already asked this in the platform newsgroup, which is a
more appropriate place to ask this question.


Yogesh wrote:
> Hi,
> Is it possible to disable the "Cancel" button on IProgressMonitor dialog?
>
> I tried this without success:
>
> IStatus run( IProgressMonitor monitor )
> {
> monitor.setCanceled( true );
> ...
>
> }
>
> Thanks
>
>
>
>
Previous Topic:Eclipse Webinars in April
Next Topic:Web Services Tools Webinar
Goto Forum:
  


Current Time: Thu Apr 25 01:53:33 GMT 2024

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

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

Back to the top