bright-gpu-74537
08/18/2022, 9:49 PMbright-gpu-74537
08/18/2022, 9:49 PMC:\SDK\haxe\lib\heaps/git/hxsl/Macros.hx:316: lines 316-322 : Object requires field ret
C:\SDK\haxe\lib\heaps/git/hxsl/Macros.hx:316: lines 316-322 : For function argument 'f'
C:\SDK\haxe\lib\heaps/git/hxsl/Macros.hx:328: lines 328-334 : Object requires field ret
C:\SDK\haxe\lib\heaps/git/hxsl/Macros.hx:328: lines 328-334 : For function argument 'f'
bright-gpu-74537
08/18/2022, 9:49 PMfull-branch-26766
08/18/2022, 9:49 PMbright-gpu-74537
08/18/2022, 9:50 PMfull-branch-26766
08/18/2022, 9:50 PMfull-branch-26766
08/18/2022, 9:52 PMfull-branch-26766
08/18/2022, 9:53 PMC:\HaxeToolkit\haxe\lib\haxeui-heaps/git/haxe/ui/backend/TextDisplayImpl.hx:113: characters 14-23 : h2d.Text has no field lineBreak
C:\HaxeToolkit\haxe\lib\haxeui-heaps/git/haxe/ui/backend/TextDisplayImpl.hx:39: characters 49-58 : h2d.Text has no field lineBreak
C:\HaxeToolkit\haxe\lib\haxeui-heaps/git/haxe/ui/backend/TextDisplayImpl.hx:40: characters 24-33 : h2d.Text has no field lineBreak
C:\HaxeToolkit\haxe\lib\haxeui-heaps/git/haxe/ui/backend/TextInputImpl.hx:16: characters 19-28 : h2d.TextInput has no field lineBreak
bright-gpu-74537
08/18/2022, 9:54 PMbright-gpu-74537
08/18/2022, 9:54 PMfull-branch-26766
08/18/2022, 9:55 PMfull-branch-26766
08/18/2022, 9:57 PMfull-branch-26766
08/18/2022, 9:57 PMbright-gpu-74537
08/18/2022, 9:57 PMfull-branch-26766
08/18/2022, 10:00 PMbright-gpu-74537
08/18/2022, 10:00 PMfull-branch-26766
08/18/2022, 10:00 PMbright-gpu-74537
08/18/2022, 10:02 PMfull-branch-26766
08/18/2022, 10:04 PMfull-branch-26766
08/18/2022, 10:04 PMthousands-state-46635
08/19/2022, 12:24 AMthousands-state-46635
08/19/2022, 12:26 AMthousands-state-46635
08/19/2022, 12:26 AMhx
class CreateProjectDialog extends Dialog {
public function new() {
super();
title = "Create Project";
componentWidth = 400;
width = 400;
var label:Label = new Label();
label.verticalAlign = "center";
label.value = "Project Name";
var textField:TextField = new TextField();
textField.id = "projectName";
textField.percentWidth = 100;
var widthLabel:Label = new Label();
widthLabel.value = "Width";
widthLabel.verticalAlign = "center";
var widthTextField:TextField = new TextField();
widthTextField.id = "widthNumber";
widthTextField.percentWidth = 30;
widthTextField.value = "1280";
var heightLabel:Label = new Label();
heightLabel.value = "Height";
var heightTextField:TextField = new TextField();
heightTextField.id = "heightNumber";
heightTextField.percentWidth = 30;
heightTextField.value = "720";
var allowPreloaderCheckboxLabel:Label = new Label();
allowPreloaderCheckboxLabel.value = "Allow Preloader";
allowPreloaderCheckboxLabel.verticalAlign = "center";
var allowPreloaderCheckbox:CheckBox = new CheckBox();
allowPreloaderCheckbox.id = "allowPreloaderCheckbox";
allowPreloaderCheckbox.percentWidth = 100;
allowPreloaderCheckbox.value = true;
addComponent(label);
addComponent(textField);
addComponent(widthLabel);
addComponent(widthTextField);
addComponent(heightLabel);
addComponent(heightTextField);
}
}
purple-businessperson-14467
08/19/2022, 12:26 AMpurple-businessperson-14467
08/19/2022, 12:29 AMpurple-businessperson-14467
08/19/2022, 12:30 AMthousands-state-46635
08/19/2022, 12:32 AMfull-branch-26766
08/19/2022, 12:37 AMbright-gpu-74537
08/19/2022, 5:06 AM