Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT File Dialog


Are you running the latest SWT code from HEAD (ie.  3.5 M6)?  Please ensure that the failure is in the latest code, make a bug report and add me to the CC.  Thanks!

> And I’ve noticed that the swt-file Dialg isn’t resizeable when opene’d with the SWT_MULTI flag.

I half remember fixing this and the problem you are seeing in the latest code but ... my memory's going ...



"Huebner, Philipp" <Philipp.Huebner@xxxxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

03/19/2009 04:30 AM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>

To
"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
cc
Subject
[platform-swt-dev] SWT File Dialog





Hello,
 
we,ve got problems with the swt file dialog with the MULTI- flag on winxp 32. When we select more then 1000 files, the last string is cut and we get about 650 files from the dialog.  I’ve seen that it’s a wrapper about the native win-api filecoooser. There is a error callback (OS.CommDlgExtendedError ()),but in my code it never runs into it?!
Is this a known issue?
And I’ve noticed that the swt-file Dialg isn’t resizeable when opene’d with the SWT_MULTI flag. Why?
 
Thanks
Philipp_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top