fieldsye / actuate

Automatically exported from code.google.com/p/actuate
0 stars 0 forks source link

Js implementation should use Reflect.setProperty #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The new haXe STD API method in haXe SVN Reflect.setProperty implements runtime 
setter handling on the javascript target. 

Actuate should use this method instead of Reflect.setField when using 
reflection so that the correct setter method is called while tweening.

Original issue reported on code.google.com by niel.dru...@googlemail.com on 29 Dec 2011 at 7:49

GoogleCodeExporter commented 8 years ago
Is there a way to check for this, conditionally, like #if haxe209?

Original comment by joshuagr...@gmail.com on 29 Dec 2011 at 8:49

GoogleCodeExporter commented 8 years ago
hmm.. not that I know of (definitely need to make some noise on that). I guess 
it really should only be put into the mainstream actuate release when the next 
version of haxe is out.

Original comment by niel.dru...@googlemail.com on 29 Dec 2011 at 9:36