fierce-soccer-8550
12/06/2022, 6:51 AMpurple-businessperson-14467
12/06/2022, 8:11 AMpurple-businessperson-14467
12/06/2022, 8:16 AMbright-gpu-74537
12/06/2022, 8:31 AMbright-gpu-74537
12/06/2022, 8:33 AMhaxelib run haxeui-core create electron
or haxelib run haxeui-core create tauri
, that will create the skeleton project for (note for both these you'll need a number of other things installed, like tauri / electron itself) - lemme know if you get stuck, i can walk you through it (i really need to make some more guides!)bright-gpu-74537
12/06/2022, 8:34 AMfierce-soccer-8550
12/06/2022, 8:36 AMbright-gpu-74537
12/06/2022, 8:37 AMfoo.customStyle.borderColor = ...
(you'll probably need an .invalidateComponentStyle()
currently if you make changes to this and the component isnt invalidated)
* foo.customStyle = { borderColor: ...}
(keep in mind this will wipe all other properties)
* foo.styleString = "border-color:...";
* foo.addClass("some-css-class")
(now you can use things like #foo.some-css-class
in an external style sheet if you want)
* foo.styleNames = "some-css-class another-css-class"
(same as above but for multiples, shortcut basically)bright-gpu-74537
12/06/2022, 8:39 AM.a > .b.c #d.e #f.h.i .j:hover
bright-gpu-74537
12/06/2022, 8:57 AMfamous-alarm-22563
12/06/2022, 9:01 AMfamous-alarm-22563
12/06/2022, 9:03 AMbright-gpu-74537
12/06/2022, 9:04 AM<style> ... </style>
* if you have an xml file, you can do <style resource="..." />
* if you have a module.xml you can add a style sheet to the default theme (or any theme) or "global"
* if you have a module.xml you can add raw css data to the default theme (or any theme) or "global"bright-gpu-74537
12/06/2022, 9:04 AMbright-gpu-74537
12/06/2022, 9:06 AMbright-gpu-74537
12/06/2022, 9:06 AMbright-gpu-74537
12/06/2022, 9:07 AMfierce-soccer-8550
12/06/2022, 9:07 AMbright-gpu-74537
12/06/2022, 9:08 AMfierce-soccer-8550
12/06/2022, 9:10 AMbright-gpu-74537
12/06/2022, 9:11 AMfamous-alarm-22563
12/06/2022, 9:29 AMbright-gpu-74537
12/06/2022, 9:31 AMbright-gpu-74537
12/06/2022, 9:38 AMbright-gpu-74537
12/06/2022, 9:39 AMfamous-alarm-22563
12/06/2022, 9:40 AMbright-gpu-74537
12/06/2022, 9:40 AMfamous-alarm-22563
12/06/2022, 9:40 AMbright-gpu-74537
12/06/2022, 9:41 AM