Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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


Back to the top