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: NeXT
Subject: Re: [GSWHackers] Future of GnusStep WebObject
Date: Wed, 03 Mar 2004 04:41:05 +0900

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.

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 ;-)

regards,
  Helge






reply via email to

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