-
I already spent a couple of hours trying to debug this problem, but I was unsuccessful. This is an 'old GUI builder' project, but it doesn't seem to be related to GUI builder in any case.
Here's…
-
Hi. I trying to change state properties of dynamically generated checbox:
```
package;
import openfl.display.Sprite;
class Main extends Sprite {
public function new () {
super ();
…
-
on-resize works well when window of browser get resized.
but, I have other scenario, where user changes the canvas size.
I tried:
```
var root:Floating = UIBuilder.get('root').as(Floating);
r…
-
If I do the following
``` haxe
UIBuilder.setTheme('ru.stablex.ui.themes.android4');
UIBuilder.init();
```
I get the following error when trying to compile for iOS
```
Haxe simulator buil…
-
Hi. Toggle don't display text when it loaded with RTXml
Gui.xml:
```
```
this example already work (with UIBuilder):
Main.hx
```
package;
import sys.io.File;
import openfl.Lib;
import openfl.d…
-
Hi. I can't to define value of startup time to current time for clock in xml.
Compilation failing with error: `Uncaught exception - EUnknownVariable(Date)`
Main.hx:
```
package;
import ru.stablex.u…
-
Hi. I can't do autotick for Clock after display. After launching compiled program it crashes: `Uncaught exception - Invalid call`
Main.hx:
```
package;
import ru.stablex.ui.UIBuilder;
import ru.sta…
-
I have a really basic project and everything builds just fine and launches in the ios simulator, but the screen is solid white and the text doesn't display.
-haxe version 3.3.0
-openfl latest devel…
-
The current "Compatible builds" information is: 134.549.
I tried installing it on a version 14.0.3 build 139.1117. Launching it here fails with two occurences of `java.lang.NoClassDefFoundError: com/i…
tveon updated
8 years ago
-
Hi. When I try to override widget's method onResize it haven't effect:
Haxe: 3.2.1
Target: -neko and -cpp
StablexUI: latest from git
Custom Class:
```
...
class Wcls extends Widget {
public fun…