fierce-soccer-8550
10/19/2021, 8:30 AMfierce-soccer-8550
10/19/2021, 8:32 AMfierce-soccer-8550
10/19/2021, 8:32 AMbright-gpu-74537
10/19/2021, 8:38 AMnutritious-father-64388
10/19/2021, 11:19 AMcomponent.window.resize(width, height) didn't do anythingbright-gpu-74537
10/19/2021, 11:47 AMbright-gpu-74537
10/19/2021, 11:48 AMhaxe.ui.hxwidgets.frame.width=100 in a properties filebright-gpu-74537
10/19/2021, 11:48 AMbright-gpu-74537
10/19/2021, 11:51 AMhaxe
package ;
import haxe.ui.HaxeUIApp;
import haxe.ui.core.Component;
class Main {
public static function main() {
var app = new HaxeUIApp();
app.ready(function() {
var c = new Component();
c.width = 300;
c.height = 100;
app.addComponent(c);
app.start();
});
}
}bright-gpu-74537
10/19/2021, 12:19 PMScreen.instance.frame.resize(....) would also probably work fyinutritious-father-64388
10/19/2021, 12:20 PMbright-gpu-74537
10/19/2021, 12:21 PMbright-gpu-74537
10/19/2021, 12:21 PMbright-gpu-74537
10/19/2021, 12:22 PMbright-gpu-74537
10/19/2021, 12:23 PMnutritious-father-64388
10/19/2021, 12:25 PMbright-gpu-74537
10/19/2021, 12:26 PMbright-gpu-74537
10/19/2021, 12:26 PMnutritious-father-64388
10/19/2021, 12:26 PMnutritious-father-64388
10/19/2021, 12:27 PMbright-gpu-74537
10/19/2021, 12:27 PMnutritious-father-64388
10/19/2021, 12:29 PMbright-gpu-74537
10/19/2021, 12:30 PMnutritious-father-64388
10/19/2021, 12:31 PMhaxeui-hxwidgets.properties file to the project folder and now changing the window's height worksnutritious-father-64388
10/19/2021, 12:31 PMnutritious-father-64388
10/19/2021, 12:31 PMnutritious-father-64388
10/19/2021, 12:32 PMbright-gpu-74537
10/19/2021, 12:32 PMbright-gpu-74537
10/19/2021, 12:32 PMbright-gpu-74537
10/19/2021, 12:33 PM