Aleksandr Kuzmenko

Results 52 issues of Aleksandr Kuzmenko

Grid layout is needed to handle layout like this: http://cssauthor.com/wp-content/uploads/2013/04/App-Menu.jpg Perhaps it needs another name?

enhancement

Have to find clear idea how to implement this with minimal impact on initialization and gui-creation processes.

enhancement

Need some abstraction to be able to integrate different code generators. This will allow to use different formats (not only "classic" StablexUI xml), e.g. Hxmr or json.

enhancement

Box widget with different combinations of autoSize and children auotSize or percentage size can cause hardly debuggable visual glitches. Example is here in comments; https://github.com/RealyUniqueName/StablexUI/issues/83

enhancement

https://github.com/RealyUniqueName/StablexUI/issues/83#issuecomment-28768066

bug

To avoid writing similar code for every xml StablexUI needs some method, which will receive directory path and automatically build every xml within that directory.

Need better code for Scroll widget.

enhancement

Date picker, time picker, etc. "Classic", android-like, etc http://www.nme.io/community/forums/general-discussion/stablexui/re-stablexui-haxe-nme-ui-engine61/#ccm-discussion-post-anchor

new widget

Unlike `Void`, which implies no value at all, `NoUse` type would allow to express a value with no meaning in places where a value has to exist. ```haxe class Signal...