• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Memory control
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Memory control


  • Subject: Re: Memory control
  • From: Chuck Hill <email@hidden>
  • Date: Tue, 30 Nov 2010 10:43:02 -0800

On Nov 30, 2010, at 10:42 AM, John Larson wrote:
> On Nov 30, 2010, at 12:28 PM, Chuck Hill <email@hidden> wrote:
>>
>> As an alternative to this:
>>
>>> - eliminate or reduce the ec undo stack size.
>>
>> You can call  undoManager().removeAllActions() after a successful save.   To make this even easier, I use an EC subclass with this code:
>>
>>   /**
>>   * Overridden to clear undo stack after a successful save.
>>   */
>>   public void saveChanges()
>>   {
>>       super.saveChanges();
>>       if (undoManager() != null)
>>       {
>>           undoManager().removeAllActions();
>>       }
>>   }
>>
>>
>> Chuck
>
> Since I'm scared to death of subclassing the factory in ERXEC,

I totally understand.  I am not using ERXEC.  :-)


Chuck


> I attach a listener in my BIG framework principal that listens for ec did save and do this same code there.  I have a property that enables this function so I can disable it if an app needs it.



--
Chuck Hill             Senior Consultant / VP Development

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects







Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Memory control (From: Gennady Kushnir <email@hidden>)
 >Re: Memory control (From: Chuck Hill <email@hidden>)
 >Re: Memory control (From: John Larson <email@hidden>)

  • Prev by Date: Re: Memory control
  • Next by Date: Re: Memory control
  • Previous by thread: Re: Memory control
  • Next by thread: Re: Memory control
  • Index(es):
    • Date
    • Thread