Hi!
I have a strange problem with FileSelectFolder under Windows 7 and 8. What happens:
- I call the function and the dialog opens: $folder = FileSelectFolder("Please choose new folder:", $basepath, 3, "", $form)
- I click on the "create new folder" button on the lower left side
- a new folder shows up with default name
- I change the folder name immediately
- I press enter, but the dialog doesn't show the CHANGED folder name, but the default one (but in the background the folder is created with the name I entered!!)
If I click ok now, it says folder doesn't exist (that's ok, because it still searches for a folder with the default name) but if I cancel and re-open the dialog, it correctly shows the folder name I entered before and I can select it. The dialog simply isn't refreshed after creating and renaming the new folder.
This doesn't happen under Win XP, but Win 7, 8 regardless of 32 or 64 bit.
Am I doing something wrong or could this be a bug?
Regards,
Holger