https://linen.dev logo
Join Discord
Powered by
# haxe-ui
  • b

    bright-gpu-74537

    08/03/2022, 8:35 PM
    yeah, possibly
  • c

    clever-yak-82528

    08/03/2022, 8:51 PM
    how do you set the font size?
  • c

    clever-yak-82528

    08/03/2022, 8:51 PM
    just in general for labels
  • c

    clever-yak-82528

    08/03/2022, 8:54 PM
    i am able to set the font size for one individual label but i want to set it for a whole group of them
  • c

    clever-yak-82528

    08/03/2022, 9:06 PM
    also, i think the winforms build is completely broken
  • c

    clever-yak-82528

    08/03/2022, 10:09 PM
    wxwidgets doesn't wanna build and i have no idea why
  • b

    bright-gpu-74537

    08/04/2022, 6:08 AM
    use css:
    Copy code
    css
    .label {
        /* applies to all labels */
    }
    
    .label.myGroup {
        /* applies to all labels with a styleName of myGroup */
    }
    
    #someParentId.someStyleName .labels {
        /* applies to all labels that have an ancestor with an id of someParent and has a styleName of someStyleName  */
    }
    
    ...
  • b

    bright-gpu-74537

    08/04/2022, 6:09 AM
    obviously there are other ways and things yo can do too, but thats the general idea
  • c

    clever-yak-82528

    08/04/2022, 6:09 AM
    oh ok
  • c

    clever-yak-82528

    08/04/2022, 6:09 AM
    i was just a bit surprised that setting the font size on the parent element didn't filter down to the children
  • b

    bright-gpu-74537

    08/04/2022, 6:10 AM
    yeah, it doesnt fully cascade down, i think its an issue in the css engine to be honest... maybe i should call it "haxeui scss" (semi cascading style sheets) ๐Ÿ˜„
  • c

    clever-yak-82528

    08/04/2022, 6:11 AM
    hah
  • c

    clever-yak-82528

    08/04/2022, 6:11 AM
    it's worth dealing with either way for how much faster this is than the code it will (hopefully, eventually) replace
  • c

    clever-yak-82528

    08/04/2022, 6:12 AM
    i don't know what it is about C# + WinForms that makes it so slow it's actually painful, but the fact that my browser runs a javascript version faster is a bit sad
  • c

    clever-yak-82528

    08/04/2022, 6:12 AM
    if wxwidgets wasn't currently throwing a hissy fit i could probably get it even faster
  • b

    bright-gpu-74537

    08/04/2022, 6:13 AM
    whats the error?
  • c

    clever-yak-82528

    08/04/2022, 6:44 AM
    a shitton of warnings about symbols being wonky and then i think 26 missing symbols
  • b

    bright-gpu-74537

    08/04/2022, 6:48 AM
    did it used to work? Latest versions of haxeui-*, hxWidgets? Can you pastebin the errors?
  • c

    clever-yak-82528

    08/04/2022, 8:06 AM
    it used to work completely fine
  • c

    clever-yak-82528

    08/04/2022, 8:06 AM
    i ran
    hashlib update
    or whatever the command is earlier, so i would hope theyre up to date
  • c

    clever-yak-82528

    08/04/2022, 8:06 AM
    i also updated wxwidgets
  • c

    clever-yak-82528

    08/04/2022, 8:06 AM
    i can pastebin the errors in a sec
  • c

    clever-yak-82528

    08/04/2022, 9:13 AM
    @bright-gpu-74537
  • b

    bright-gpu-74537

    08/04/2022, 12:37 PM
    can you try git haxeui-core, haxeui-hxwidgets and hxWidgets?
  • c

    clever-yak-82528

    08/04/2022, 12:39 PM
    sure, in a little bit
  • b

    best-agent-85158

    08/04/2022, 7:17 PM
    ignore the colors but i actually managed to get a version list from my website (which i didnt check) added code to get that list (that i never ran) and put it inside a dropdown (without completion because vscode went nuts, i had to guess the import paths for haxeui stuff) and everything worked on the first compile!
  • b

    best-agent-85158

    08/04/2022, 7:19 PM
    oh and the
    Next >
    and
    < Back
    buttons work too without testing๐Ÿ˜†
  • b

    bright-gpu-74537

    08/05/2022, 7:40 AM
    ColorPicker and ColourPickerPopup now in core... they are experimental (like Animation and Canvas) but work pretty nicely... haxeui-html5, haxeui-raylib, haxeui-heaps and haxeui-openfl shown ๐Ÿ™‚
  • b

    bright-gpu-74537

    08/05/2022, 9:17 AM
    also added examples to the component explorer
  • b

    best-agent-85158

    08/05/2022, 11:19 AM
    lets goooo
1...119912001201...1687Latest