Community Page
- toxicsoftware.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- thank you for the information..
- I'm interested in migrating an EE site to WordPress, but I'm not as tech savvy as you. Do you ever do freelance jobs?
- just found your page, do you if there is a "generic" bluetooth app to remote control the nxt with a mac book? your software works only with space navigator?
- Three things: www.bitbucket.org causes a certificate problem because of the "www" subdomain. Pure python keychain access:...
- Hi. So can you please provide the the code for that application? Would be really appreciated!
Jump to original thread »
CHyperAlert is almost a direct clone of AppKit’s NSAlert class. The primary difference is that instead of passing plain old strings, you can pass it HTML which will get rendered with WebKit inside the alert. This way you can have clickable URLs inside your alert dialogs. Hell, you ca
... Continue reading »
3 years ago
Thanks,
Jeremy
3 years ago
There is a private API method call used that may or may not be supported in < 10.4 - look in WebView_Private.h - I think it might have been added to WebKit to support transparent backgrounds for Dashboard Widgets. I can't think of anything else that might limit CHyperAlert to 10.4 though.