Tk Source Code

View Ticket
Login
Ticket UUID: 6fe75131c546226ba957a89c3d4c7ee955130a7a
Title: doc: tk_messageBox (mac)
Type: Bug Version: 8.6
Submitter: anonymous Created on: 2015-07-29 12:51:36
Subsystem: 38. [tk_messageBox] Assigned To: jan.nijtmans
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2015-08-03 23:44:58
Resolution: Fixed Closed By: jan.nijtmans
    Closed on: 2015-08-03 23:44:58
Description:
Mac OS X forbids -title, not -message.  The code works correctly, the documentation is wrong.

"
-message string
Specifies the message to display in this message box. This option is ignored on Mac OS X, where platform guidelines forbid the use of a title on this kind of dialog.

-title titleString
Specifies a string to display as the title of the message box. The default value is an empty string.
"
User Comments: jan.nijtmans added on 2015-08-03 23:44:58:
Fixed in both core-8-5-branch and trunk. Thanks for the report!