StablexUI
StablexUI copied to clipboard
UI engine for Haxe OpenFL designed to give as much freedom as possible in customizing UI
Can the icon on a button be scaled to fit the button size?
Hey, In #122 it is sugested, that it would be nice if skins could work with displayObjects. For that they need add childs to the widget using addChild. But in...
Have to find clear idea how to implement this with minimal impact on initialization and gui-creation processes.
Hi, I have a problem with the Scroll component. When I put a Scroll component in a TabPage, everything is working as expected. But when I put an other Scroll...
When I try the sample demo or a simple test with ``` lime test html5 ``` I get this error after the preloader: ``` Uncaught Cannot cast null to {...
I want my elements in a HBox to be arranged using a percentage I specify with "layout:Column-cols", but with empty space between them. So I try: ``` xml ``` Unfortantly...
Hi All I'm trying to use xml argument to dynamically set defaults for a set of fields. e.g. Text defaults="@defvar" name="'a" text="a" w="190" paddingLeft="5"/> Text defaults="@defvar" name="'b" text="b" w="190" paddingLeft="5"/>...
Hi I've noticed that the event onchange is fired twice when "sliding" or when clicking on SLIDER element (due to the 2 mouseup events ). This is a problem if...
Firstly, thanks for this fantastic UI lib, it's really helpful. I try to run the demo app under samples folder (works perfect under windows environment) in my mac environment 10.8.3+4.6.1,...
Hi When checking the .current view on-change after using the back button, the "current" view is not set to the toShow but it is still set to the toHide (history...