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

    ambitious-knife-25690

    01/26/2023, 10:53 AM
    It works on all of the boxes except for the green one!?
  • f

    full-journalist-82607

    01/26/2023, 10:59 AM
    Nice ! change the green color to red 😉
  • b

    bright-gpu-74537

    01/26/2023, 11:03 AM
    > Via the Haxe Discord server, Aurel is working on a Ceramic backend for HaxeUI, check out the preview GIF. @billions-dog-17481 / @ambitious-knife-25690 😄
  • b

    bright-gpu-74537

    01/26/2023, 11:03 AM
    might be better off with testing a scrolllview for clipping...
  • b

    bright-gpu-74537

    01/26/2023, 11:05 AM
    this would be my test app: http://haxeui.org/builder/?403577f3
  • a

    ambitious-knife-25690

    01/26/2023, 11:07 AM
    this one works as expected
  • a

    ambitious-knife-25690

    01/26/2023, 11:07 AM
    scrollbars don't do anything though 🤔
  • b

    bright-gpu-74537

    01/26/2023, 11:08 AM
    very nice... 👍 i can see two issues: text-align isnt working for labels, and there seems to be some weird "space" on the "deinc" button of the scrollbar... as for scrollbars not working... not sure... have you linked up events to screen?
  • b

    billowy-waiter-28954

    01/26/2023, 11:17 AM
    Wait, Aurel300 and NotBilly is the same person?
  • b

    bright-gpu-74537

    01/26/2023, 11:23 AM
    nope... the discord spy got it wrong 😉
  • a

    ambitious-knife-25690

    01/26/2023, 11:31 AM
    wait for real? 🤣🤣 oh no! @billions-dog-17481 do you want me to upload mine?
  • a

    ambitious-knife-25690

    01/26/2023, 11:33 AM
    I have, but I don't recall if I added button events to screen
  • a

    ambitious-knife-25690

    01/26/2023, 11:33 AM
    will check when I get back from the gym!
  • b

    bright-gpu-74537

    01/26/2023, 11:38 AM
    there are no button events for screen, just mouse events... up / down / move
  • b

    bright-gpu-74537

    01/26/2023, 11:38 AM
    you might also need to implement "supportsEvent" on screen
  • b

    bright-gpu-74537

    01/26/2023, 11:39 AM
    as for the weird space on the scrollbar... are you handling visibility? (handleVisibility)
  • a

    ambitious-knife-25690

    01/26/2023, 12:52 PM
    i left the app running when i left and came back to this in the console
  • a

    ambitious-knife-25690

    01/26/2023, 12:52 PM
    looks like there's a bug somewhere 🤣
  • b

    bright-gpu-74537

    01/26/2023, 12:53 PM
    yikes
  • a

    ambitious-knife-25690

    01/26/2023, 12:54 PM
    okay I have mapped mouse events
  • a

    ambitious-knife-25690

    01/26/2023, 12:54 PM
    I haven't done supportevents
  • b

    bright-gpu-74537

    01/26/2023, 12:54 PM
    there could be a leak in haxeui, but i would expect an app that is just sitting there to keep consuming "something"
  • a

    ambitious-knife-25690

    01/26/2023, 12:54 PM
    and i'm not doing handlevisibilty
  • b

    bright-gpu-74537

    01/26/2023, 12:54 PM
    so, i think you need supportsevents... otherwise it doesnt even try to add the handler (i think)
  • a

    ambitious-knife-25690

    01/26/2023, 12:55 PM
    ohh, it's just a simple 'true/false' switch case
  • b

    bright-gpu-74537

    01/26/2023, 12:55 PM
    yeah... just to say which events screen supports
  • a

    ambitious-knife-25690

    01/26/2023, 12:55 PM
    oh, i have it returning true by default lol
  • b

    bright-gpu-74537

    01/26/2023, 12:55 PM
    ok, so its not that then
  • b

    bright-gpu-74537

    01/26/2023, 12:56 PM
    dunno what else it could be... can you send me a build of the three scrollviews?
  • a

    ambitious-knife-25690

    01/26/2023, 12:58 PM
    run using
    electron main.js
1...141514161417...1687Latest