No title in PathRequester?
Posted: Mon Oct 26, 2015 12:30 pm
I was wondering that there is no title in the PathRequester on Mac OS X 10.11.1 anymore.
Is it just me?
Is it just me?
Code: Select all
InitialPath.s = ""
InputFolder.s = PathRequester("Bitte Quell-Ordner auswählen...", InitialPath.s)
OutputFolder.s = PathRequester("Bitte Ziel-Ordner auswählen...", InitialPath.s)