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

Hi, This is my first app using stablexui I am quite old fan of stablexui but now has a chance to implement it, I need InputText to take input from...

make all properties return class instance instead of assigned value. so instead of having this code: ``` haxe UIBuilder.create(Widget, { defaults: 'Header', layout: { var l = new Column(); l.cols...

If i build the demo app (Demo with android-4.x-like theme) from current sources i have the following problems: - android build shows no text (no text on button, no text...

Hello A nested Checkbox is not positioned correctly when used inside a HBox. Actually all the other widgets in the HBox as well. They are all rendered at 0,0 on...

Can I configure a "Text" widget, so that it grows in width with the container Widget (a VBox), but also forces the container to not shrink below a minimum size...

Hi, I have 1 buttons on the stage. Steps to reproduce: 1. Left mouse down over button1 2. Move mouse out from button1 (or stage) 3. Release left mouse button...

it seems to me, that checkboxes (state buttons in general) only change there state when I click on the label, not when I click on the remaining button. That behavior...

This is related to a previous post about visible content appearing outside the scroller in HTML5. Box content outside the scroller is not visible but it is masking other content...

Feature Request It would be wonderful to have some way to Auto-Size the font. I can have a TextField set it's height and width with percentages, but the font is...

Hi, I think it is very useful( it was for me) to be able to lock a component to an aspectRatio. So here is an implementation : ``` //@author tpfeiffer...