0

i need create one alert message in mac os x 10.2, but I can not use nsalert, According To nsalert since documentation is available from 10.3 onwards.

https://developer.apple.com/library/mac/documentation/cocoa/reference/applicationkit/classes/NSAlert_Class/Reference/Reference.html

thanks in advance.

Heberth
  • 615
  • 6
  • 16

1 Answers1

2

See NSRunAlertPanel and others like NSRunCriticalAlertPanel or NSRunInformationalAlertPanel, for old alert messages.

Emmanuel
  • 2,897
  • 1
  • 14
  • 15