discuss-gnustep
[Top][All Lists]
Advanced

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

Re: [GSWHackers] Future of GnusStep WebObject


From: Helge Hess
Subject: Re: [GSWHackers] Future of GnusStep WebObject
Date: Tue, 2 Mar 2004 22:35:54 +0100

On 02.03.2004, at 20:41, NeXT wrote:
OK, bug reporting here :-)

KVC enhancement does not work. Main.m should have -(Guest *)currentGuest { return currentGuest; } method definition. Without this, the application does not work. Setter method ie., - (void)setCurrentGuest: does not needed.

But you are on gnustep-base, not on libFoundation? I don't believe that unless gstep-base doesn't support ivar KVC too, it should definitely work ;-)

If you start the app, does it log on the shell that it is using a different keypath association? (a Note: log)

regards,
  Helge

On 2004-03-03 01:53:26 +0900 Helge Hess <helge.hess@opengroupware.org> wrote:
On Mar 2, 2004, at 4:27 PM, NeXT wrote:
Hm. I might add this as an compatibility option to SOPE, no big deal, stay tuned ;-)
Good to here :-)
OK, just implemented your requests ;-) (libNGObjWeb v4.2.314)
a) removed dependency on EOSQLParser (does it work now with GDL EOControl?)
b) added ability to use system KVC for key/value associations, just do
     Defaults write NSGlobalDomain \
       WOKeyPathAssociationClass WOKeyPathAssociationSystemKVC
   this should give you ivar KVC (to revert, just delete the key)
Let me know what if you encounter further issues ;-)
--
http://docs.opengroupware.org/Members/helge
OpenGroupware.org





reply via email to

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