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

    bright-gpu-74537

    02/20/2023, 3:24 PM
    not yet, havent had time yet... been super busy with my "day job"
  • b

    broad-gpu-14081

    02/20/2023, 3:26 PM
    changing the seting fixes haxe-ui issue, but breaks everything on my pc
  • b

    bumpy-engineer-49082

    02/20/2023, 3:26 PM
    Oh, sorry. In my time zone it's 6pm, so I thought you were already home.
  • b

    bright-gpu-74537

    02/20/2023, 3:28 PM
    i work from home (contractor)
  • b

    bumpy-engineer-49082

    02/20/2023, 3:29 PM
    I mean free .
  • b

    bumpy-engineer-49082

    02/20/2023, 3:29 PM
    Free from job.
  • c

    clever-yak-82528

    02/20/2023, 6:35 PM
    what's the current state of themes in haxeui?
  • c

    clever-yak-82528

    02/20/2023, 6:35 PM
    i notice that the component explorer uses haxe.ui.themes.ThemeManager which seems interesting
  • c

    clever-yak-82528

    02/20/2023, 6:35 PM
    but there's no example code for using it in the explorer itself
  • c

    clever-yak-82528

    02/20/2023, 6:36 PM
    ive just been trying to implement something for switchable themes in a react app and quickly realised that it's just as awful as anything else in react
  • f

    full-journalist-82607

    02/20/2023, 6:56 PM
    It super easy to use themes . You juste do Toolkit.theme = "dark" for example to change theme. @clever-yak-82528
  • c

    clever-yak-82528

    02/20/2023, 7:58 PM
    ooh, nice
  • b

    bumpy-engineer-49082

    02/20/2023, 8:17 PM
    they exist. They are cool.
  • b

    bumpy-engineer-49082

    02/20/2023, 8:17 PM
    try material and kenney, they are on github.
  • b

    bumpy-engineer-49082

    02/20/2023, 8:26 PM

    https://cdn.discordapp.com/attachments/1076912301472493670/1077155869126561832/image-28.png▾

  • b

    bumpy-engineer-49082

    02/20/2023, 8:26 PM
    The frame is transparent, Why is that?
  • e

    early-butcher-76809

    02/20/2023, 8:34 PM
    ``ToolkitAssets.getBytes`` is not a function from AssetsBase (nor AssetsImpl), meaning it relies on images being loaded in haxe.Resource. Animations components use this function to load GIF files. Does it really mean animations have no binding for different frameworks and are only usable if the image is stored in haxe.Resource (which is done in the module.xml file, right ?) or am I missing something ?
  • b

    bright-gpu-74537

    02/21/2023, 8:09 AM
    there is no gif support on any of the backend frameworks... is there? Ive never seen it anyway. Well, thats not true, haxeui-html5 supports animated gifs natively so you can just use but other frameworks need to decode gif frames and draw them on a "canvas" for the backend
  • b

    bright-gpu-74537

    02/21/2023, 9:00 AM
    am i missing something, what wrong here:
  • b

    bright-gpu-74537

    02/21/2023, 9:01 AM
    ?
  • r

    refined-cat-44047

    02/21/2023, 9:02 AM
    Hmm, that looks fine to me
  • b

    bright-gpu-74537

    02/21/2023, 9:03 AM
    what happens on your system?
  • b

    bright-gpu-74537

    02/21/2023, 9:03 AM
    also, can you pull latest haxeui-core / haxeui-flixel? Maybe i inadvertently fixed what i inadvertently broke?
  • b

    bright-gpu-74537

    02/21/2023, 9:10 AM
    Alright, so a very basic test using windows in haxeui-kha seems fine:
  • b

    bright-gpu-74537

    02/21/2023, 9:11 AM
    so your app must be doing something or there is somethin odd in your system... what kha target are are you using?
  • b

    bumpy-engineer-49082

    02/21/2023, 9:11 AM
    I'm not sure what Kha target is.
  • b

    bumpy-engineer-49082

    02/21/2023, 9:11 AM
    HaxeUI App
  • b

    bumpy-engineer-49082

    02/21/2023, 9:12 AM
    Or something like that.
  • b

    bright-gpu-74537

    02/21/2023, 9:12 AM
    like browser, or krom, kinc, etc
  • b

    bumpy-engineer-49082

    02/21/2023, 9:13 AM
    I have kinc in my directory.
1...153015311532...1687Latest