Page 1 of 1

No title in PathRequester?

Posted: Mon Oct 26, 2015 12:30 pm
by thinkitsimple
I was wondering that there is no title in the PathRequester on Mac OS X 10.11.1 anymore.

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)

Re: No title in PathRequester?

Posted: Thu Dec 03, 2015 10:20 pm
by Shardik
thinkitsimple wrote:I was wondering that there is no title in the PathRequester on Mac OS X 10.11.1 anymore.

Is it just me?
No, I can confirm the missing title in the PathRequester for OS X 10.11.1 (El Capitan) with PB 5.40 x86 and x64.

However the title is shown correctly in these older OS X versions:
- 10.6.8 (Snow Leopard)
- 10.9.5 (Mavericks)
- 10.10.5 (Yosemite)