bright-gpu-74537
02/26/2021, 10:04 PMmagnificent-caravan-75149
02/26/2021, 10:18 PMpowerful-gpu-52135
02/26/2021, 10:22 PMmagnificent-caravan-75149
02/26/2021, 10:28 PMmagnificent-caravan-75149
02/26/2021, 10:31 PMfui = new h2d.Flow(s2d);
Toolkit.theme = "myTheme";
Toolkit.init({root: fui});acceptable-smartphone-30669
02/27/2021, 1:11 PMxml
<?xml version="1.0" encoding="utf-8" ?>
<vbox text="{{tab_volume}}">
<tableview width="100%" height="100%">
<header>
<column id="len" text="{{length}}" />
<column id="wid" text="{{width}}" />
<column id="hei" text="{{height}}" />
</header>
<item-renderer>
<number-stepper id="len" />
</item-renderer>
<item-renderer>
<number-stepper id="wid" />
</item-renderer>
<item-renderer>
<number-stepper id="hei" />
</item-renderer>
<data>
<item len="0" wid="0" hei="0" />
</data>
</tableview>
</vbox>
im using the hxwidgets backendacceptable-smartphone-30669
02/27/2021, 1:12 PMacceptable-smartphone-30669
02/27/2021, 1:13 PMacceptable-smartphone-30669
02/27/2021, 1:15 PMacceptable-smartphone-30669
02/27/2021, 1:22 PMacceptable-smartphone-30669
02/27/2021, 1:22 PMacceptable-smartphone-30669
02/27/2021, 1:23 PMbright-gpu-74537
02/27/2021, 1:53 PMbright-gpu-74537
02/27/2021, 2:00 PMbright-gpu-74537
02/27/2021, 2:01 PMbright-gpu-74537
02/27/2021, 2:11 PMbright-gpu-74537
02/27/2021, 2:11 PMbright-gpu-74537
02/27/2021, 2:13 PMbright-gpu-74537
02/27/2021, 2:36 PMbright-gpu-74537
02/27/2021, 2:36 PMbright-gpu-74537
02/27/2021, 2:37 PMacceptable-smartphone-30669
02/27/2021, 2:37 PMbright-gpu-74537
02/27/2021, 2:46 PMbright-gpu-74537
02/27/2021, 2:48 PMbright-gpu-74537
02/28/2021, 12:37 PMbright-gpu-74537
02/28/2021, 12:37 PMhaxe
var te2 = new StyledTextCtrl(panel);
te2.lexer = StyledTextCtrlLexer.CONTAINER;
te2.styleSetForeground(1, 0xFF0000);
te2.styleSetBackground(1, 0x880000);
te2.styleSetForeground(2, 0x0000FF);
te2.styleSetBold(2, true);
te2.styleSetForeground(3, 0xFF00FF);
te2.styleSetForeground(4, 0xFFFFFF);
te2.styleSetBackground(4, 0x000000);
te2.text = "for if bob tim";
te2.startStyling(0, 0);
te2.setStyling(3, 1);
te2.startStyling(4, 0);
te2.setStyling(2, 2);
te2.startStyling(7, 0);
te2.setStyling(3, 3);
te2.startStyling(11, 0);
te2.setStyling(3, 4);bright-gpu-74537
02/28/2021, 12:38 PMbitter-family-72722
02/28/2021, 12:39 PMte2.lexer = StyledTextCtrlLexer.CONTAINER; mean?bright-gpu-74537
02/28/2021, 12:40 PMbright-gpu-74537
02/28/2021, 12:40 PM