Issue 40: Upgrades that would be beneficial
Status:  New
Owner: ----
Reported by jwbe...@gmail.com, Apr 7, 2010
Not sure if this is the right place to put this info but anyway.
First of all, thank you very much for developing this, really saved me a lot of time with my project.

Your code is very clean and easy to read. Nice work!!

However i do think there are two things that have room for improvement.

Firstly the multiSelectHandles property, setting it simply doesn't work as the multi select model is registered in 
the constructor and there is no way to deregister it without hacking your code.

Perhaps a getter and setter here would be good for updating the model's handles.

Secondly, i was having an issue with updating my model's from outside your framework, i.e. tweening them into place. 
The handles would not update their position.
I then worked out i can simply dispatch a PropertyChangeEvent event from the model, all sorted.
However, if there is more than one item selected updating the model and dispatching events will not update the 
handles because it uses the multi select model. I had to hack the code to allow events from that model. i cannot 
think of a simple solution here as i think the original architecture needs to be taken into account.

Apr 7, 2010
#1 jwbe...@gmail.com
sorry about the duplicates, google is playing games with me.