[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: AddCustomIgnore Problem v3.4.4 Pro
- To: <address@hidden>
- Subject: RE: AddCustomIgnore Problem v3.4.4 Pro
- From: "Glenn Crouch" <address@hidden>
- Date: Fri, 16 Dec 2005 18:44:31 +0800
- Delivered-to: mailing list addict3list@lists.addictive-software.com
- In-reply-to: <000001c6012b$ceee8f00$0b01a8c0@asl3>
- Mailing-list: contact addict3list-help@lists.addictive-software.com; run by ezmlm
- Organization: Addictive Software
- Reply-to: <address@hidden>
- Thread-index: AcYBK9VGkChpuuoLT3KrIVeWPV33gQBAa3bg
Just in case others were interested in this thread - the Addict Author
suggested the following to Jeff and it seems to have solved the problem.
This is actually a bit of a problem in the AutoLiveSpell control that
doesn't really have anything directly to do with Ignores...
It's just that this control is causing the Configuration to get loaded when
the form's properties are streamed into the control which is causing the
Configuration to get loaded at that point. However, Addict explicitly
doesn't run the options sync up code when we're reading properties.
I believe you can just use the simple workaround of calling:
FireConfigurationChanged( false );
On the component after your form has been created. At that point the event
should be invoked (once it's past the csReading state).
Glenn Crouch mailto:address@hidden
Addictive Software Support
http://www.addictivesoftware.com
Please visit Addict Home Site.