https://linen.dev logo
Join Discord
Powered by
# haxe-ui
  • .header .column { hidden : true; }
    f

    full-journalist-82607

    04/07/2023, 3:07 PM
    .header .column { hidden : true; }
  • this works http://haxeui.org/builder/?7b9547da
    f

    full-journalist-82607

    04/07/2023, 3:07 PM
    this works http://haxeui.org/builder/?7b9547da
  • kind of
    f

    full-journalist-82607

    04/07/2023, 3:07 PM
    kind of
  • not for the last column lol
    f

    full-journalist-82607

    04/07/2023, 3:08 PM
    not for the last column lol
  • yeah that's broke šŸ˜„
    a

    ambitious-knife-25690

    04/07/2023, 3:08 PM
    yeah that's broke šŸ˜„
  • ok this works .header .column { height:0; }
    f

    full-journalist-82607

    04/07/2023, 3:09 PM
    ok this works .header .column { height:0; }
  • http://haxeui.org/builder/?f86c48d4
    f

    full-journalist-82607

    04/07/2023, 3:09 PM
    http://haxeui.org/builder/?f86c48d4
  • I think the last column 100% was calculating width on the header, that was the problem with it
    f

    full-journalist-82607

    04/07/2023, 3:10 PM
    I think the last column 100% was calculating width on the header, that was the problem with it
  • oh nice! thanks šŸ˜„
    a

    ambitious-knife-25690

    04/07/2023, 3:10 PM
    oh nice! thanks šŸ˜„
  • You're welcome šŸ™‚
    f

    full-journalist-82607

    04/07/2023, 3:10 PM
    You're welcome šŸ™‚
  • <http://haxeui.org/builder/?d3f55af4> where does the last column go? šŸ˜„
    a

    ambitious-knife-25690

    04/07/2023, 3:13 PM
    where does the last column go? šŸ˜„
  • oh this is a silly mistake
    a

    ambitious-knife-25690

    04/07/2023, 3:14 PM
    oh this is a silly mistake
  • ignore me šŸ˜€
    a

    ambitious-knife-25690

    04/07/2023, 3:15 PM
    ignore me šŸ˜€
  • yeah twice the same id šŸ˜‰
    f

    full-journalist-82607

    04/07/2023, 3:16 PM
    yeah twice the same id šŸ˜‰
  • It should reload all the CSS files that have been modified
    e

    early-butcher-76809

    04/07/2023, 3:17 PM
    It should reload all the CSS files that have been modified
  • Then dispatch events to the components and update them, right ?
    e

    early-butcher-76809

    04/07/2023, 3:17 PM
    Then dispatch events to the components and update them, right ?
  • Yeah suddenly I thought you maybe wantead n improved version where you could modify the UI on the app and have the resulted xml somewhere ... Yeah it should be okay . Now I don't know how it works when using external themes, as you need your theme your theme to be outside the normal assets ( like if you're on js html5 you can't use the the files on the system file)
    f

    full-journalist-82607

    04/07/2023, 3:20 PM
    Yeah suddenly I thought you maybe wantead n improved version where you could modify the UI on the app and have the resulted xml somewhere ... Yeah it should be okay . Now I don't know how it works when using external themes, as you need your theme your theme to be outside the normal assets ( like if you're on js html5 you can't use the the files on the system file)
  • hmm, another fun question
    a

    ambitious-knife-25690

    04/07/2023, 4:00 PM
    hmm, another fun question
  • <http://haxeui.org/builder/?b9d61a8c>
    a

    ambitious-knife-25690

    04/07/2023, 4:00 PM
  • How do i pass `center` to the text in the columns?
    a

    ambitious-knife-25690

    04/07/2023, 4:00 PM
    How do i pass
    center
    to the text in the columns?
  • Alright let s have a talk about Heaps
    e

    early-butcher-76809

    04/07/2023, 4:41 PM
    Alright, let's have a talk about Heaps' focus order for mouse actions :D
    b
    b
    • 3
    • 23
  • can it not be inline?
    a

    ambitious-knife-25690

    04/07/2023, 5:18 PM
    can it not be inline?
  • Not sure I understand what you mean ^^ . what do you mean by inline ?
    f

    full-journalist-82607

    04/07/2023, 5:20 PM
    Not sure I understand what you mean ^^ . what do you mean by inline ?
  • ```xml <item colA="Column A" colB="Column B" colC="Column C" colD="Column D" labelStyle="center" /> ```
    a

    ambitious-knife-25690

    04/07/2023, 5:29 PM
    Copy code
    xml
    <item colA="Column A" colB="Column B" colC="Column C" colD="Column D" labelStyle="center" />
  • oh yeafh, I don't think you can do that
    f

    full-journalist-82607

    04/07/2023, 5:32 PM
    oh yeafh, I don't think you can do that
  • Not quite sure when this started happening, but closing a window with a property grid on it is now throwing a null access error: https://www.haxeui.org/builder/?e5611b94 (on js it just errors in the console, but in HL is crashes the VM)
    r

    refined-greece-48002

    04/07/2023, 6:08 PM
    Not quite sure when this started happening, but closing a window with a property grid on it is now throwing a null access error: https://www.haxeui.org/builder/?e5611b94 (on js it just errors in the console, but in HL is crashes the VM)
  • seems like it crashes on trying to hide a label of some kind, though I can't quite figure out which because it seems to be messing with the vsscode debugger somehow
    r

    refined-greece-48002

    04/07/2023, 6:09 PM
    seems like it crashes on trying to hide a label of some kind, though I can't quite figure out which because it seems to be messing with the vsscode debugger somehow
  • I am using the window manager to spawn the window
    r

    refined-greece-48002

    04/07/2023, 6:24 PM
    I am using the window manager to spawn the window
  • To be clear this is a minimum repro of something that's happening in my own project, where the only window this is occurring on is the one with a property grid in it
    r

    refined-greece-48002

    04/07/2023, 6:25 PM
    To be clear this is a minimum repro of something that's happening in my own project, where the only window this is occurring on is the one with a property grid in it
  • a

    ambitious-knife-25690

    04/07/2023, 10:04 PM

    https://cdn.discordapp.com/attachments/565569107701923852/1094019875283931188/image.pngā–¾

1...162216231624...1687Latest