bright-gpu-74537
10/02/2019, 2:12 PM<class folder="assets/custom-components" />
bright-gpu-74537
10/02/2019, 2:12 PMuser
10/02/2019, 2:12 PMuser
10/02/2019, 2:13 PMUncaught exception haxe/ui/extended/fields: No such file or directory
/home/jsnadeau/foundsdk/haxeui-core/haxe/ui/macros/ModuleMacros.hx:292: characters 24-53 : Called from here
bright-gpu-74537
10/02/2019, 2:14 PMbright-gpu-74537
10/02/2019, 2:14 PM"assets.custom-components" is not a valid package name:
bright-gpu-74537
10/02/2019, 2:14 PMuser
10/02/2019, 2:14 PMuser
10/02/2019, 2:14 PMbright-gpu-74537
10/02/2019, 2:14 PMassets.custom.components
, or assets.customcomponents
user
10/02/2019, 2:14 PMuser
10/02/2019, 2:15 PMuser
10/02/2019, 2:18 PM[Error - 10:08:05 a.m.] Request textDocument/definition failed.
Message: Type not found : home.jsnadeau.foundsdk.haxeui.kha.extended.haxe.ui.extended.fields.Transform
Code: -32603
user
10/02/2019, 2:18 PMbright-gpu-74537
10/02/2019, 2:18 PMbright-gpu-74537
10/02/2019, 2:18 PMuser
10/02/2019, 2:19 PM[Error - 10:19:30 a.m.] Request textDocument/hover failed.
Message: Type not found : home.jsnadeau.foundsdk.haxeuikhaextended.haxe.ui.extended.fields.Transform
Code: -32603
bright-gpu-74537
10/02/2019, 2:20 PMuser
10/02/2019, 2:20 PMbright-gpu-74537
10/02/2019, 2:20 PMuser
10/02/2019, 2:21 PMbright-gpu-74537
10/02/2019, 2:25 PMbright-gpu-74537
10/02/2019, 2:25 PMbright-gpu-74537
10/02/2019, 2:28 PMbright-gpu-74537
10/02/2019, 2:28 PMbright-gpu-74537
10/02/2019, 2:29 PMbright-gpu-74537
10/02/2019, 2:29 PMbright-gpu-74537
10/02/2019, 2:29 PMxml
<hbox>
<script>
function inc(n) {
theValue.text = Std.parseInt(theValue.text) + n;
}
</script>
<textfield id="theValue" text="0" />
<button text="-" onclick="inc(-1)" width="30" />
<button text="+" onclick="inc(1)" width="30" />
</hbox>
user
10/02/2019, 2:30 PMbright-gpu-74537
10/02/2019, 2:33 PM