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

    full-journalist-82607

    01/27/2023, 4:23 PM
    That's normal behaviour , I would think 🙂
  • f

    full-journalist-82607

    01/27/2023, 4:24 PM
    I think you can kind of hide the a dropdown by setting the value to null
  • a

    ambitious-knife-25690

    01/27/2023, 4:24 PM
    for future reference
  • a

    ambitious-knife-25690

    01/27/2023, 4:25 PM
    is there a way to add a component just for a single row/column?
  • f

    full-journalist-82607

    01/27/2023, 4:26 PM
    Not easily, I think that's the point pf the table.
  • f

    full-journalist-82607

    01/27/2023, 4:27 PM
    But if you really want to do this, you can make your own custom component that shows or not a component inside it depending of a value you're passing to it
  • f

    full-journalist-82607

    01/27/2023, 4:30 PM
    Hmm I wonder there's an easier way, to hide or not the fields
  • f

    full-journalist-82607

    01/27/2023, 4:32 PM
    There's this part of the code I found intriguing. I don't know how ut can be used https://github.com/haxeui/haxeui-core/blob/3b7ee39153b00b7279ea0c8d801728821aef3c13/haxe/ui/core/ItemRenderer.hx#L189-L193
  • a

    ambitious-knife-25690

    01/27/2023, 4:40 PM
    aahhh i'll come to that
  • a

    ambitious-knife-25690

    01/27/2023, 4:40 PM
    seems like a really useful thing to have
  • a

    ambitious-knife-25690

    01/27/2023, 4:40 PM
  • a

    ambitious-knife-25690

    01/27/2023, 4:40 PM
    i'm not sure why these are overlapping
  • a

    ambitious-knife-25690

    01/27/2023, 4:40 PM
    i've specified height and widths
  • f

    full-journalist-82607

    01/27/2023, 4:55 PM
    It's because frame hasn't got a yout bu default
  • a

    ambitious-knife-25690

    01/27/2023, 4:55 PM
    a youtube? 😄
  • f

    full-journalist-82607

    01/27/2023, 4:56 PM
    a layout I meant. You must have a vbox or an hbox inside the frame
  • a

    ambitious-knife-25690

    01/27/2023, 4:57 PM
    aaahhh!!
  • a

    ambitious-knife-25690

    01/27/2023, 4:57 PM
    dangit thank you!
  • f

    full-journalist-82607

    01/27/2023, 4:57 PM
    Copy code
    xml
    
                <frame text="Form" width="35%" height="100%" >
                    <vbox width="100%" height="100%">
  • f

    full-journalist-82607

    01/27/2023, 4:57 PM
    You're welcome 🙂
  • f

    full-journalist-82607

    01/27/2023, 5:11 PM
    Lovely !
  • m

    melodic-advantage-23638

    01/27/2023, 8:04 PM
    Looks awesome! That's inspiring
  • c

    clever-yak-82528

    01/27/2023, 9:45 PM
    this bit in the employee app example
  • c

    clever-yak-82528

    01/27/2023, 9:45 PM
    is there a way to get this asset without needing the full path?
  • c

    clever-yak-82528

    01/27/2023, 10:31 PM
    ugh
  • c

    clever-yak-82528

    01/27/2023, 10:31 PM
    it's another thing that only works if you set it while constructing the type
  • c

    clever-yak-82528

    01/27/2023, 10:31 PM
    @bright-gpu-74537 is this intended behaviour? modifying the .text, .id, .icon etc of a treeview node doesn't work properly
  • c

    clever-yak-82528

    01/27/2023, 10:39 PM
    also, my horizontal splitter doesn't seem to be working
  • c

    clever-yak-82528

    01/28/2023, 12:42 AM
    i think there might be a missing link flag
  • c

    clever-yak-82528

    01/28/2023, 12:42 AM
    wxwidgets 3.3.0 doesn't like haxeui
1...143114321433...1687Latest