Comment 8 for bug 171282

Revision history for this message
pygmee (pygmee) wrote :

That looks great Johan and working well.
Questions are :
- could i use object name in calculations (this is kind of similar to keyword usage like pagewidth). For example, if i want the size of an object to be half of another, i'd just write : object2.height=object1.height/2
- only the result of the calculation is kept in the field. Would it be feasible to keep the formula so that (taking previous example) if i change object1 size, object2 would be affected.

I know, clone can do that but using clones assumes the objects have the same shape.
In fact, i don't know if that's not too much, these are just ideas