Can the About boxe be edited

how can someone edit the about box more efficiently ? making it resizable, custom sizes, etc…

By default, the “About Application” menu item in the main menu is linked to the “orderFrontStandardAboutPanel” action of the application (file’s owner). What I do, however, is to give this menu item an AppleScript name and catch its “chose menu item” handler. Doing this will override the default behavior and allow you to open your own custom about window. I usually create a panel window that I attach to the main window. You can see this in many of the demo AppleScript Studio projects on my site:

[url=http://homepage.mac.com/jonn8/as/]http://homepage.mac.com/jonn8/as/[/url]

Jon

Thanks a lot Jon, i’ll check that.
In fact i’ve came around the pb by reading a “cryptic” O’reilly tutorial and made it in obj c it works with delegation of the File’s Owner and it’s a bit twisted, at last for me, but it works. I’m sure your work around is by far more accessible and “human” so i guess i’ll use it instead in the future. Thanks a lot