π’ PlaceMaker | 25% off for February including new Google Earth data imports!
Learn more
UI.savepanel & SU6
-
I doubt it will be fixed, so it is just note for the rest of the developers.
Windows Vista SU6.4.112 PL a command below will not show 'save panel' and will immediately return nil.
UI.savepanel "Test", "C;\\Test", "test.tmp"
This one will work:
UI.savepanel "Test", "C;\\Test\\", "test.tmp"
The only difference is the path not being closed with backslash in the first example.
EDIT:
The method does not accept forward slashes in SU6 (Win). It does in SU7+
Thomas was faster -
UI.savepanel "Test", "C:/Test/", "test.tmp"
This also returns nil in SU6.
Advertisement