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

    clever-yak-82528

    01/28/2023, 8:36 PM
    the options are about the size i want the dropdown to be
  • c

    clever-yak-82528

    01/28/2023, 8:36 PM
    i can manually set the size, but i don't know how well that'll scale with different displays and stuff
  • b

    bright-gpu-74537

    01/28/2023, 8:37 PM
    i would imagine it would scale fine... if it doesnt, im sure there are a bunch of other things that would also not scale
  • c

    clever-yak-82528

    01/28/2023, 8:37 PM
    hmm
  • c

    clever-yak-82528

    01/28/2023, 8:41 PM
    i put a hbox in and now i also have a label that doesn't exist
  • b

    bright-gpu-74537

    01/28/2023, 8:42 PM
    whats the rest of the layout?
  • c

    clever-yak-82528

    01/28/2023, 8:42 PM
    hold on, let me just push this to github
  • c

    clever-yak-82528

    01/28/2023, 8:50 PM
    @bright-gpu-74537
  • b

    bright-gpu-74537

    01/28/2023, 8:55 PM
    what if you dont use a splitter (since it doesnt have a native counter part), that could be screwing things up
  • c

    clever-yak-82528

    01/28/2023, 8:56 PM
    gimme a sec, i did make clean and the cache is being funky
  • c

    clever-yak-82528

    01/28/2023, 9:02 PM
    removing the splitter does not change anything
  • c

    clever-yak-82528

    01/28/2023, 9:02 PM
    still as empty as always
  • b

    bright-gpu-74537

    01/28/2023, 9:09 PM
    ... its the stack that is doing that for some reason
  • b

    bright-gpu-74537

    01/28/2023, 9:09 PM
    not sure why
  • c

    clever-yak-82528

    01/28/2023, 9:10 PM
    fun
  • b

    bright-gpu-74537

    01/28/2023, 9:28 PM
    alright, should be fixed now...
  • b

    bright-gpu-74537

    01/28/2023, 9:29 PM
    latest haxeui-core
  • b

    bright-gpu-74537

    01/28/2023, 9:29 PM
    btw, why do you have one of your hboxes set to height="10%"... seems an odd thing to do
  • c

    clever-yak-82528

    01/28/2023, 9:30 PM
    there's gonna be other stuff below it
  • c

    clever-yak-82528

    01/28/2023, 9:30 PM
    there isn't yet
  • c

    clever-yak-82528

    01/28/2023, 9:31 PM
    yessss
  • b

    bright-gpu-74537

    01/28/2023, 9:32 PM
    sure, but why 10%, seems arbitrary, why not let haxeui do the layout?
  • c

    clever-yak-82528

    01/28/2023, 9:33 PM
    havent figured out how the rest of the layout will work yet, so i just put a random value in
  • b

    bright-gpu-74537

    01/28/2023, 9:33 PM
    just dont put any value in, haxeui will work out the "rest of the space", eg:
  • c

    clever-yak-82528

    01/28/2023, 9:34 PM
    awesome
  • b

    bright-gpu-74537

    01/28/2023, 9:36 PM
    this is your 10% thing:
  • b

    bright-gpu-74537

    01/28/2023, 9:37 PM
    this is without the 10%
  • c

    clever-yak-82528

    01/28/2023, 9:37 PM
    👍
  • b

    bright-gpu-74537

    01/28/2023, 9:38 PM
    ie, haxeui will know the height of the items in the hbox and will therefore use that as the "height" (plus padding / spacing / margins, etc)
  • c

    clever-yak-82528

    01/28/2023, 9:43 PM
    how might i go about making it centred?
1...144014411442...1687Latest