We've expanded our news coverage and improved our search! Visit
news.oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Creating Easy-to-Deploy Unix Applications for OS X
|
| Subject: |
|
Use the same GUI on UNIX and Mac... |
| Date: |
|
2003-10-26 12:34:56 |
| From: |
|
roseman
|
Response to: Use the same GUI on UNIX and Mac...
|
|
The Windows version of ProjectForum actually does use Tk. Unfortunately, Tk on Mac OS X is "not quite there yet", though improving fast. As well, a couple of things we do (like asking for admin authentication, but only if the user wants to listen on priveleged ports) need some native calls (so we'd have needed to do a wrapper anyway), and benefit from having the app split into two separate processes. Besides, doing something like this in Cocoa was just trivial, so having both the Tk version and the Cocoa version isn't much trouble at all. |