Results 53 issues of Ian Harrigan

Akin to a "switch" on android: http://developer.android.com/guide/topics/ui/controls/togglebutton.html

new component

Example: http://haxeui.org/try.jsp?layoutId=yebaEkd

bug
cosmetic

Examples: ``` #someObject { borderLeftSize: 1; borderRightSize: 1; borderBottomSize: 1; borderTopSize: 1; borderLeftColor: 0xFF000; borderRightSize: 0xFF000; borderBottomSize: 0xFF000; borderTopSize: 0xFF000; borderLeft: 1 0xFF0000; borderTop: 1 0xFF0000; borderBottom: 1 0xFF0000; borderRight:...

enhancement
ready

The gradient mobile theme is now quite different to the standard gradient theme. They need to be resynced so that they work together as previously.

enhancement
ready
cosmetic

Takes care of creating: - module.xml - Component class - test app (demo.xml, etc) - public css - public resources Similar to: https://github.com/ianharrigan/haxeui/tree/master/templates/flash-develop/%24%28BaseDir%29/Projects/600%20HaxeUI%20-%20HaxeUI%20Project

enhancement
ready

based around: http://docs.openfl.org/openfl/media/Video.html Should be a seperate project, like haxeui-file-dialogs, or haxeui-rich-text

enhancement
in progress
new component

This should work in xml and/or code. For example. Quite often there is the need to, say, make a button width/height change with the value of a slider. This is...

enhancement
ready

Currently you have to do things like this: ``` haxe Reflect.setField(featuresList, "_maxListSize", 12); // hack, need haxeui update ``` Should be property and style

bug
ready

Should be available as component property, style attribute and xml attribute Note: currently has issues with clipping and filters, see: https://github.com/ianharrigan/haxeui/issues/210 Also, even without compound transforms some geometery will have...

enhancement
in progress