Results 401 comments of Ian Harrigan

Re-iterate the need (and usefulness) of having themes inherit from each other. Then the gradient mobile them only needs to inherit from the gradient theme and change a few sizes...

Agree on #1, the original haxeui had velocity based scrolling. I just havent re-implemented it. Before i was using a custom solution, but i think this time ill just use...

#1 is implemented (forgot to close this task): http://haxeui.org/try.jsp?layoutId=kKr55ee

That seems strange, if you null (destroy) the label, then it should be recreated and when components are recreated they should start off as visible. Why are you nulling the...

Ah, sorry, i understand... You mean when you set the .text to null and then back to a value... gotcha... :)

Should be fixed now in latest haxelib version.

To be honest, TableView is still totally experimental. Its API and underlying structure will change totally when i finally get around to rewriting it (it will be a total rewrite...

Very cool stuff... I havent run the code, but will at some point today... as you said, hopefully its an issue with haxeui drawing as thats a simple fix. Ill...

I get all kinds of strangness with the line `button.sprite.rotationX = 30` uncommented: This happens when i mouse over things (ie, all the buttons dissapear): ![ss01](https://cloud.githubusercontent.com/assets/3024242/5776893/cc6f4d74-9d8d-11e4-8647-49d0cbdb7d39.png) And this happens when...

Goes away when i set `` in `application.xml`, but then when it rotates on click the scroll view stops clipping. So the problem seems two fold: something with the filters...