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

    ambitious-knife-25690

    03/03/2023, 12:36 AM
    window is close to working as well now, i have no idea what is going on with the dropdown there, maybe a clipping thing?
  • b

    bumpy-engineer-49082

    03/03/2023, 12:43 AM
    Btw when you maximize one window, all of them turn to Fullscreen.
  • a

    ambitious-knife-25690

    03/03/2023, 12:44 AM
    that might be an issue for core to sort out
  • a

    ambitious-knife-25690

    03/03/2023, 12:47 AM
    i'm just working on a backend, it might seem like i'm doing a lot but actually i figure out 2 things and haxeui-core does 10 😄
  • a

    ambitious-knife-25690

    03/03/2023, 12:48 AM
    hopefully i'll get to the point where i can learn about core as well though
  • a

    ambitious-knife-25690

    03/03/2023, 12:49 AM
    but i think to get to core, i'll need to actually make something with haxeui first 🤣
  • a

    ambitious-knife-25690

    03/03/2023, 12:57 AM
    The one on the right is virtual and the one on the left is not, what is the difference with this setting?
  • a

    ambitious-knife-25690

    03/03/2023, 12:59 AM
    the one on the left scrolls correctly but doesn't load new items and you can't select a row and the one on the right scrolls incorrectly but loads items and is fully interactable
  • a

    ambitious-knife-25690

    03/03/2023, 4:03 PM
    heeyyy fixed the weird stacking error
  • a

    ambitious-knife-25690

    03/03/2023, 4:04 PM
    Copy code
    hx
    //setposition compimpl.hx
    //from
    if (left == null || top == null || left < 0 || top < 0) {
    //to
    if (left == null || top == null) {
      return;
    }
  • a

    ambitious-knife-25690

    03/03/2023, 4:04 PM
    😅
  • a

    ambitious-knife-25690

    03/03/2023, 4:05 PM
    a virtual list view now 100% works
  • r

    refined-laptop-39041

    03/03/2023, 10:21 PM
    @bright-gpu-74537 Any estimate of when haxeui-kha will be updated with rounded corners?
  • r

    refined-laptop-39041

    03/03/2023, 10:22 PM
    I think you said that it needed to be cleaned up?
  • b

    bright-gpu-74537

    03/04/2023, 7:03 AM
    yeah, just needs a bit of clean up.. ill aim for this weekend (ie, today)
  • b

    bright-gpu-74537

    03/04/2023, 7:05 AM
    are you using haxeui-kha then? Good to know
  • b

    bright-gpu-74537

    03/04/2023, 8:06 AM
    alright, its in... keep in mind that you will need to change your khafile.js... previously you probably had something like:
    Copy code
    js
    project.addLibrary('haxeui-core');
    project.addLibrary('haxeui-kha');
    However, now, since haxeui-kha comes with a set of resources (shaders), you need to add it as a project:
    Copy code
    js
    await project.addProject('D:/Work/HaxeUI/backends/haxeui-kha');
    (path can be relative or absolute)
  • b

    bright-gpu-74537

    03/04/2023, 8:09 AM
    ... the above goes for any haxeui-kha users, if you pull latest and dont change your khafile.js, things will break
  • a

    ambitious-knife-25690

    03/04/2023, 10:15 AM
    @bright-gpu-74537if you saw the switch not responding like this
  • a

    ambitious-knife-25690

    03/04/2023, 10:16 AM
    where would you go first?
  • a

    ambitious-knife-25690

    03/04/2023, 10:16 AM
    i've checked depth, component tree, mouse events everything seems correct
  • b

    bright-gpu-74537

    03/04/2023, 10:16 AM
    looks like animation... but thats strange as other animations work - right?
  • a

    ambitious-knife-25690

    03/04/2023, 10:17 AM
    yeah!
  • b

    bright-gpu-74537

    03/04/2023, 10:17 AM
    http://haxeui.org/explorer/#miscellaneous/animation/animated_dots
  • b

    bright-gpu-74537

    03/04/2023, 10:17 AM
    what about this one?
  • a

    ambitious-knife-25690

    03/04/2023, 10:20 AM
    they're squares but seems fine
  • b

    bright-gpu-74537

    03/04/2023, 10:20 AM
    yeah, seems fine...
  • b

    bright-gpu-74537

    03/04/2023, 10:20 AM
    no idea then
  • b

    bright-gpu-74537

    03/04/2023, 10:21 AM
    seems pretty odd... maybe its nothing to do with animation...
  • b

    bright-gpu-74537

    03/04/2023, 10:22 AM
    can imagine anything else though... i mean, all that happens is it animates top / left / backround-color
1...156615671568...1687Latest