What's new in EasyDialogs for Windows 46691.0

Apr 1, 2010
  • Fixed a bug that caused warnings with newer version of ctypes (including the version included in Python 2.5)
  • The edit box in AskString now scrolls horizontally if the entered text does not otherwise fit
  • AskFileForOpen(multiple=True) will allow multiple files to be selected and a list of strings will be returned. If multiple is False (the default if not specified) then only a single file can be selected and a string is returned. This no longer seems to work on the Mac, but it's useful enough to add it to the Windows version anyway. This change is based on a patch contributed by Waldemar Osuch.
  • Made minor changes to bring inline with SVN revision 46691 for Mac