silexlabs / SLPlayer-proto1

SLPlayer is an open-source virtual machine used to render graphical user interfaces and digital publications. It takes XML, CSS and haXe script as an input, and runs un javascript / HTML 5, ActionScript Flash and php / neko
http://www.silexlabs.org/groups/labs/slplayer/
5 stars 1 forks source link

NativeClass and native javascript setters/getters #17

Closed lexoyo closed 13 years ago

lexoyo commented 13 years ago

NativeClass should also take haXe classes and for the setter and getter to work fine, setField should call setX(val) instead of x = val when setX exists

yanhick commented 13 years ago

Doublon