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

    ambitious-knife-25690

    01/28/2023, 3:56 PM
    what is this function meant to represent?
  • a

    ambitious-knife-25690

    01/28/2023, 3:56 PM
    the complete suite of supported input events or what is only supported on screemimpl?
  • m

    melodic-advantage-23638

    01/28/2023, 4:10 PM
    Yeah, my engine has no 2d scene graph nor graphics drawing code (lines, shapes, etc), so I'm copying that out of heaps at the moment. I haven't even gotten to events yet
  • a

    ambitious-knife-25690

    01/28/2023, 4:19 PM
    have you looked at peote-view?
  • a

    ambitious-knife-25690

    01/28/2023, 4:19 PM
    semmi has created an api that does that on top of lime
  • a

    ambitious-knife-25690

    01/28/2023, 4:20 PM
  • m

    melodic-advantage-23638

    01/28/2023, 4:32 PM
    No I haven't, I'll check it out
  • m

    melodic-advantage-23638

    01/28/2023, 4:43 PM
    Looks interesting. Nice that it's on top of lime, which is what I'm doing as well. At the very least it's good to have another example to look at, thanks
  • c

    clever-yak-82528

    01/28/2023, 5:09 PM
    it builds completely fine on windows and on my arch linux laptop, but on ubuntu on wsl wxwidgets doesn't link properly
  • c

    clever-yak-82528

    01/28/2023, 5:10 PM
    in a bit ill push my code to github so you can see it
  • b

    brave-kangaroo-30399

    01/28/2023, 5:54 PM
    It may be traversing the resources on heaps and causing rebuilds or something… I’ll check shortly
  • b

    brave-kangaroo-30399

    01/28/2023, 6:39 PM
    Does this define require some actual components in play? My completion is slow just by adding but not using haxeui
  • b

    brave-kangaroo-30399

    01/28/2023, 6:40 PM
    And there's no output
  • b

    brave-kangaroo-30399

    01/28/2023, 6:49 PM
    Uhh ok I added some stuff to the exclusion list, and it sped up a ton. I removed it all from the list and it's still fast
  • b

    bright-gpu-74537

    01/28/2023, 7:20 PM
    maybe its cached it?
  • b

    bright-gpu-74537

    01/28/2023, 7:22 PM
    btw, the param is
    -D classpath_scan_verbose
    (got it wrong the first time)
  • b

    brave-kangaroo-30399

    01/28/2023, 7:40 PM
    Nothing really unexpected in the output. It's going through heaps' samples is the only thing
  • b

    brave-kangaroo-30399

    01/28/2023, 7:41 PM
    Unless I'm reading it wrong, not much interaction with heaps' resources or the ECS library's generations
  • b

    brave-kangaroo-30399

    01/28/2023, 7:44 PM
    I'll PR something quick to have a convo there, the heaps exclusions aren't doing anything
  • c

    clever-yak-82528

    01/28/2023, 8:26 PM
    @bright-gpu-74537 is there a way to have a dropdown automatically set its size?
  • c

    clever-yak-82528

    01/28/2023, 8:27 PM
    if i leave out the sizes then it doesn't display at all and there aren't any other components around i need to fit the size to, so automatically being big enough for the text would be really useful
  • b

    bright-gpu-74537

    01/28/2023, 8:31 PM
    im not sure for wx... for that backend i get the "ideal" size from wx... so presumably it doesnt have one? (ie, zero)
  • c

    clever-yak-82528

    01/28/2023, 8:32 PM
    hrm
  • c

    clever-yak-82528

    01/28/2023, 8:34 PM
    if i manually set the height, then that works, but that looks kind of awful
  • b

    bright-gpu-74537

    01/28/2023, 8:35 PM
    so, hang on... are we talking about width, or height here?
  • b

    bright-gpu-74537

    01/28/2023, 8:35 PM
    surely height is fine?
  • c

    clever-yak-82528

    01/28/2023, 8:35 PM
    i ideally want it to be a close fit around the text
  • b

    bright-gpu-74537

    01/28/2023, 8:35 PM
    width?
  • c

    clever-yak-82528

    01/28/2023, 8:35 PM
    both
  • b

    bright-gpu-74537

    01/28/2023, 8:36 PM
    well, im sure height would be fine, no? But as far as i remember wx doesnt know what an "ideal width" of a dropbox is based on all of its (potentially 1000s) items
1...143914401441...1687Latest