StablexUI icon indicating copy to clipboard operation
StablexUI copied to clipboard

UI engine for Haxe OpenFL designed to give as much freedom as possible in customizing UI

Results 74 StablexUI issues
Sort by recently updated
recently updated
newest added

It's just a question about why not calling refresh() in setter of src and bitmapData insted of adding refresh() each time in user's code. I don't think someone would need...

I've noticed that I get widgets at invisible views of ViewStack by: ``` var objects:Array = stage.getObjectsUnderPoint(new Point(stage.mouseX, stage.mouseY)); ``` objects will contain invisible widgets! I've fixed it by this...

Hi, Can you please promote fnStop in _startScroll to class level? https://github.com/RealyUniqueName/StablexUI/blob/master/src/ru/stablex/ui/widgets/Scroll.hx I need to stop scrolling manually, so, I need to call this funciton pointer, currently its at the...

Hi! Is there any way to set hitArea for Button widget? Now i'm doing it like this: In xml: ``` ``` In code: ``` var shape : Sprite = new...

I need to access the toggle buttons of options, I did the default of options widget: ``` on-create="PropsBinder.setOptionColors($this);" on-display="PropsBinder.setOptionColors($this);" ``` then, each time setOptionColors is called, box: ``` static public...

Hello, I'm trying to create a button widget with an icon. I have the following code: var icoBmp:Bmp = new Bmp(); icoBmp.bitmapData = Assets.getBitmapData("assets/pic.jpg", false); var btn = UIBuilder.create(Button, {...

I need to change the following please: scroll color ( the dragable sprite ) current;y, scroll sprite is rounded, how to make it rectangle Also, is there example for texturing...

html5 demo (http://ui.stablex.ru/demo/demo_html5/) works very well in desktop browser e.g. Chrome, FireFox; However in mobile browsers (I've tried ipad safari & the default browser of Android), the touch&pan operation causes...

In this demo: http://ui.stablex.ru/demo/demo_html5/ At Sliders view, how can I set the look of that horizontal thin line across slider? What properties to use? Can I access it by code?...