I want to add a checkbox in a alert panel . But now I found that the func: setShowsSuppressionButton not be used under MAX 10.5. My system version is 10.4.11 ! Which other methods I can do ? I didn’t
want to make a panel by my self . Thank you very much!
I want to add a checkbox in a alert panel . But now I
Share
You’ll have to create your own NSPanel and show it modally instead of using NSAlert. NSAlert’s accessory view and suppression button properties didn’t exist prior to Leopard.