happy-agent-4114
01/18/2022, 12:03 AMhappy-agent-4114
01/18/2022, 12:05 AMhappy-agent-4114
01/18/2022, 12:08 AMbackground-image to a png that is only transparency it workshappy-agent-4114
01/18/2022, 3:07 AMhappy-agent-4114
01/18/2022, 6:14 AMhappy-agent-4114
01/18/2022, 6:14 AMbright-gpu-74537
01/18/2022, 8:25 AMbright-gpu-74537
01/18/2022, 8:28 AMbright-gpu-74537
01/18/2022, 9:12 AMbright-gpu-74537
01/18/2022, 9:12 AMbright-gpu-74537
01/18/2022, 9:12 AMhtml
<vbox style="padding:5px;background:#CCCCFF #FFCCCC" width="100%" height="100%">
<style>
#list1 {
background-color: none;
}
#list1 .item-renderer {
background-color: none;
}
#list1 .item-renderer:selected {
background-color: #a7c4e2;
}
#list1 .item-renderer:hover {
background-color: #d9e5f2;
}
//////////////////////////////////////////////////
#list2 {
background-color: none;
}
#list2 .even {
background-color: none;
}
#list2 .odd {
background-opacity: .3;
}
#list2 .item-renderer:selected {
background-color: #a7c4e2;
background-opacity: 1;
}
#list2 .item-renderer:hover {
background-color: #d9e5f2;
background-opacity: 1;
}
</style>
<hbox>
<listview id="list1" width="200" height="200" selectedIndex="4">
<data>
<item text="Item 1" />
<item text="Item 2" />
<item text="Item 3" />
<item text="Item 4" />
<item text="Item 5" />
<item text="Item 6" />
<item text="Item 7" />
<item text="Item 8" />
<item text="Item 9" />
</data>
</listview>
<listview id="list2" width="200" height="200" selectedIndex="5">
<data>
<item text="Item 1" />
<item text="Item 2" />
<item text="Item 3" />
<item text="Item 4" />
<item text="Item 5" />
<item text="Item 6" />
<item text="Item 7" />
<item text="Item 8" />
<item text="Item 9" />
</data>
</listview>
</hbox>
</vbox>bright-gpu-74537
01/18/2022, 9:13 AMhappy-agent-4114
01/18/2022, 2:28 PMhappy-agent-4114
01/18/2022, 2:30 PMhappy-agent-4114
01/18/2022, 2:31 PMbright-gpu-74537
01/18/2022, 2:46 PMbright-gpu-74537
01/18/2022, 2:47 PMhappy-agent-4114
01/18/2022, 2:48 PMbright-gpu-74537
01/18/2022, 2:48 PMbackground-color: none... basically the stuff above should workhappy-agent-4114
01/18/2022, 2:49 PMhappy-agent-4114
01/18/2022, 2:49 PMbright-gpu-74537
01/18/2022, 2:49 PMstraight-oyster-87301
01/18/2022, 3:10 PMIFocusable but how can I make lists where you can select the items?straight-oyster-87301
01/18/2022, 3:23 PMstraight-oyster-87301
01/18/2022, 3:26 PMstraight-oyster-87301
01/18/2022, 3:26 PMwxSystemSettingsbright-gpu-74537
01/18/2022, 3:35 PM<button if="some_define" /> or <button unless="some_define" />
(this might not work as ive only used it for haxeui backends defines, not any define, but if it doesnt work its a tiny fix)
> Oh, are system colors auto applied?
i have no idea what this means
> I noticed you wrote externs for wxSystemSettings
yes?straight-oyster-87301
01/18/2022, 3:36 PMstraight-oyster-87301
01/18/2022, 3:36 PMbright-gpu-74537
01/18/2022, 3:37 PM