apps-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gorm] Ink.app


From: Rob Burns
Subject: [Gorm] Ink.app
Date: Sat, 27 Mar 2004 22:57:08 +0700

I've been experimenting with modifying Ink.app to use Gorm files for its interface. With the recent changes Gregory made to Gorm, its mostly working. Only a few problems remain.

* After rebuilding the menu, so as to take advantage Gorm's new FontManager support, the Services menu stopped working.
* The NSRulerView doesn't work yet.
* closing a document with 'close window' in the windows menu works fine. Though, the 'close' item in the Document menu remains disabled, and unusable. And, closing the document by clicking the 'close' button on the window will cause Ink to crash. I think the crash is related to the next problem.
* When quiting Ink with an open document I get this warning:
NSInvalidArgumentException: GSMutableDictionary(instance) does not recognisze viewWillMoveToWindow:

Does anyone have any ideas, specifically about the last two items. The Ink source code is mostly unchanged, except for large portions of it being deleted. namely the interface code, and the custom document handling methods in the app delegate. the existing NSDocument override methods are used for opening and closing files. I'm using CVS of GNUstep and Gorm from within the last couple days.

Also, a question about printing and finding. I think Gorm used to have a default 'Print' menu in its palette, but it seems to have disappeared. And while there is a default 'Find' menu, it doesn't appear to function by default. Does gnustep have the proper machinery to support the find menu items? Or is that expected to be implemented by each app?

Thanks
Rob








reply via email to

[Prev in Thread] Current Thread [Next in Thread]