From: Patrick G. <pge...@wa...> - 2008-04-25 14:23:16
|
> Probably because the NSApp environment is not yet ready, but how do > I otherwise inform the user in a Maclike way that she needs to > upgrade? > > tail -f /var/log/system.log is not what I call userfriendly ;-) How about system("open file:///someHtmlPageInYourBundle.html") to open an html page with some info and a link to Leopard ? |