No title in PathRequester?

Mac OSX specific forum
User avatar
thinkitsimple
User
User
Posts: 89
Joined: Mon Aug 13, 2012 6:12 pm
Location: Berlin, Germany
Contact:

No title in PathRequester?

Post 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)
Michael

PureBasic 5.51, macOS 10.12.2 Sierra
User avatar
Shardik
Addict
Addict
Posts: 1989
Joined: Thu Apr 21, 2005 2:38 pm
Location: Germany

Re: No title in PathRequester?

Post 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)
Post Reply