Bastian Müller wrote:
Ramarren schrieb: Hi,
It doesn't work because it was a bad idea anyway... I didn't pay attention to the fact, that by the time an after method on shared-initialize fires the model is already initiated into the cells framework, so any changes at that point are too late. Fortunately it is easy enough to get around with the power of CLOS:
Again, I did not test this much, but it seems to work, especially since it doesn't really touch anything inside Cells. I still think it is not a very good idea, for reasons Kenny specified earlier.
I tried it and after adding cells::model-object to the superclasses of the class that is using auto-cin-model everything worked very well. Thanks! I still don't get why it's a bad idea -
Performance:
http://smuglispweeny.blogspot.com/2008/02/cells-manifesto.html
See "No Cell At All".
kt