bright-gpu-74537
05/09/2022, 10:28 AMicy-zebra-52882
05/09/2022, 10:29 AMbright-gpu-74537
05/09/2022, 10:29 AMbright-gpu-74537
05/09/2022, 10:29 AMbright-gpu-74537
05/09/2022, 10:53 AMbright-gpu-74537
05/09/2022, 10:53 AMbest-agent-85158
05/09/2022, 11:01 AMbest-agent-85158
05/09/2022, 11:01 AMicy-zebra-52882
05/09/2022, 11:09 AMicy-zebra-52882
05/09/2022, 11:09 AMbright-gpu-74537
05/09/2022, 11:34 AMbright-gpu-74537
05/09/2022, 11:35 AMxml
<vbox style="padding: 5px;" width="100%" height="100%">
<style>
#canvasContainer .scrollview-contents {
padding: 0;
}
</style>
<scrollview id="canvasContainer" width="100%" height="100%">
<canvas width="1000" height="1000" style="background-color: #f2eecb;" />
</scrollview>
</vbox>bright-gpu-74537
05/09/2022, 11:35 AMxml
<module>
<components>
<class package="custom" />
</components>
</module>bright-gpu-74537
05/09/2022, 11:36 AMicy-zebra-52882
05/09/2022, 11:46 AMicy-zebra-52882
05/09/2022, 11:46 AM<form> but that's HTMLicy-zebra-52882
05/09/2022, 11:47 AMhorizontalAlign="right" but it didn't changeicy-zebra-52882
05/09/2022, 11:47 AMxml
<vbox style="padding: 1rem">
<hbox horizontalAlign="center">
<label text="Calculator" />
</hbox>
<vbox>
<hbox verticalAlign="center">
<label text="First number" />
<textfield placeholder="Enter an integer" restrictChars="0-9" horizontalAlign="right" />
</hbox>
<hbox>
<label text="Second number" />
<textfield placeholder="Enter an integer" restrictChars="0-9" />
</hbox>
</vbox>
<hbox horizontalAlign="center">
<button text="Calculate" />
</hbox>
</vbox>bright-gpu-74537
05/09/2022, 11:48 AMbright-gpu-74537
05/09/2022, 11:49 AMbright-gpu-74537
05/09/2022, 11:52 AMxml
<vbox style="padding: 5px;">
<label text="Calculator" horizontalAlign="center" />
<grid>
<label text="First Number" verticalAlign="center" />
<textfield />
<label text="Second Number" verticalAlign="center" />
<textfield />
</grid>
<button text="Calculate" horizontalAlign="center" />
</vbox>icy-zebra-52882
05/09/2022, 12:09 PMxml
<vbox style="padding: 1rem" width="300px">
<style>
.resultLabel {
font-bold: true;
}
</style>
<hbox horizontalAlign="center">
<label text="Calculator" />
</hbox>
<grid width="100%">
<label text="First number" verticalAlign="center" />
<textfield id="numberField1" width="100%" placeholder="Enter an integer" restrictChars="0-9" />
<label text="Second number" verticalAlign="center" />
<textfield id="numberField2" width="100%" placeholder="Enter an integer" restrictChars="0-9" />
</grid>
<hbox horizontalAlign="center">
<button id="calculateButton" text="Calculate" />
</hbox>
<label id="resultLabel" text="" horizontalAlign="center" />
</vbox>icy-zebra-52882
05/09/2022, 12:10 PMicy-zebra-52882
05/09/2022, 12:10 PMfont-weight: bold and font-bold: true for the latter, neither workedbright-gpu-74537
05/09/2022, 12:10 PM#resultLabel its an idicy-zebra-52882
05/09/2022, 12:11 PMbright-gpu-74537
05/09/2022, 12:11 PM<label styleName="resultLabel">icy-zebra-52882
05/09/2022, 12:11 PMicy-zebra-52882
05/09/2022, 12:12 PM#resultLabel in <style>bright-gpu-74537
05/09/2022, 12:12 PM