Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Problem with FileDialog
Problem with FileDialog [message #435919] Fri, 07 May 2004 13:56 Go to next message
Eclipse UserFriend
Originally posted by: cbr.teamlog.com

Hello,

My application which runs on Windows 2000 uses FileDialog :
FileDialog openDialog = new FileDialog(parentShell, SWT.OPEN |
SWT.SINGLE);

But I have a problem with this dialog box. When I suppress a file from the
file dialog box or when I click on the "History" icon, my application is
disposed without prompting (no exception thrown).

Does anybody know the reason of this problem ?

Thanks in advance,

-MaRc
Re: Problem with FileDialog [message #435926 is a reply to message #435919] Fri, 07 May 2004 14:53 Go to previous messageGo to next message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
Is this what you are seeing:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=45341

Sounds like a bug in Windows. Do other apps on the desktop that use the
native file dialog fail when the same files are selected? How about
wordpad.

"Takaido" <cbr@teamlog.com> wrote in message
news:c7g48e$83c$1@eclipse.org...
> Hello,
>
> My application which runs on Windows 2000 uses FileDialog :
> FileDialog openDialog = new FileDialog(parentShell, SWT.OPEN |
> SWT.SINGLE);
>
> But I have a problem with this dialog box. When I suppress a file from the
> file dialog box or when I click on the "History" icon, my application is
> disposed without prompting (no exception thrown).
>
> Does anybody know the reason of this problem ?
>
> Thanks in advance,
>
> -MaRc
>
>
>
>
>
>
>
Re: Problem with FileDialog [message #435927 is a reply to message #435926] Fri, 07 May 2004 14:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: cbr.teamlog.com

I have no problem with other applications which use the native file dialog.


"Steve Northover" <steve_northover@ca.ibm.com> a
Re: Problem with FileDialog [message #436041 is a reply to message #435919] Mon, 10 May 2004 14:07 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
Enter a buzilla report please. Thanks.

"Takaido" <cbr@teamlog.com> wrote in message
news:c7g48e$83c$1@eclipse.org...
> Hello,
>
> My application which runs on Windows 2000 uses FileDialog :
> FileDialog openDialog = new FileDialog(parentShell, SWT.OPEN |
> SWT.SINGLE);
>
> But I have a problem with this dialog box. When I suppress a file from the
> file dialog box or when I click on the "History" icon, my application is
> disposed without prompting (no exception thrown).
>
> Does anybody know the reason of this problem ?
>
> Thanks in advance,
>
> -MaRc
>
>
>
>
>
>
>
Previous Topic:JFace TableViewer and/or SWT Table issue.
Next Topic:GC Clipping
Goto Forum:
  


Current Time: Fri Apr 26 00:07:47 GMT 2024

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

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

Back to the top