PathRequester customization
Posted: Thu Oct 11, 2012 7:51 pm
I am using PathRequestor in my program, is there any way to customize the button text?
http://www.purebasic.com
https://www.purebasic.fr/english/
In Xcode (NsOpenPanel) it is possible to change the "Open" button text by using setPrompt_('foo'), this would bewilbert wrote:I don't think you can; don't see any PureBasic command to change the text.
What is used, is an instance of the NSOpenPanel class.
You could set up everything yourself but that is much more complicated.
If it doesn't bother you too much, it probably is easier to leave it as it is.