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

    handsome-television-62908

    06/20/2020, 7:03 AM
    actually, this is funny. I just realized that bob.assets is going to be the exact same xml as
    Test1
  • h

    handsome-television-62908

    06/20/2020, 7:05 AM
    but different packages because bob is in the string even though
    ..
    effectively says "I am not the bob you're looking for"
  • b

    bright-gpu-74537

    06/20/2020, 7:07 AM
    ok, nice
  • b

    bright-gpu-74537

    06/20/2020, 7:11 AM
    (merged)
  • b

    bright-gpu-74537

    06/20/2020, 7:19 AM
    ... ... ... ... i love the smell of PRs in the morning 😄
  • b

    bitter-family-72722

    06/20/2020, 8:03 AM
    wasn't there haxe-ui backends using the java target? java swing or android or something - can't seem to find anything though
  • b

    bitter-family-72722

    06/20/2020, 8:04 AM
    I'm asking because Haxe dev just got a new .jar file loader, which fixes a whole bunch of issues the old one had: https://github.com/HaxeFoundation/haxe/pull/9608
  • b

    bitter-family-72722

    06/20/2020, 8:04 AM
    but there might still be some regressions, so it would be good to test some "real-world usages" against it
  • b

    bright-gpu-74537

    06/20/2020, 8:05 AM
    haxeui-android uses hxJava
  • b

    bright-gpu-74537

    06/20/2020, 8:06 AM
    i want it to use jvm, but hit a bug (which has now been fixed) but holding out for a release rather than use a nightly
  • b

    bright-gpu-74537

    06/20/2020, 8:07 AM
    there was an experimental swing backend also (which also used hxJava), but i lost it when i lost my SSD and honestly, imo there is NO reason to use swing
  • b

    bright-gpu-74537

    06/20/2020, 8:08 AM
    i did play with a JavaFx backend too, but decided not to pursue it, not because it was possible (because it defo was) but because i didnt really see a need for it and its just another backend to support
  • b

    bitter-family-72722

    06/20/2020, 8:15 AM
    > but holding out for a release rather than use a nightly
  • b

    bitter-family-72722

    06/20/2020, 8:15 AM
    well, the idea is to test it before a release so the bugs can be fixed before then 😄
  • b

    bright-gpu-74537

    06/20/2020, 8:16 AM
    yeah, its a fair point
  • b

    bright-gpu-74537

    06/20/2020, 8:16 AM
    ill probably grab a nightly then and have a play around... dunno when though, probably next week
  • b

    bitter-family-72722

    06/20/2020, 8:16 AM
    👍
  • b

    bright-gpu-74537

    06/20/2020, 8:17 AM
    the new loader is on by default for jvm if i read the PR correctly, correct?
  • b

    bitter-family-72722

    06/20/2020, 8:33 AM
    yes
  • b

    bright-gpu-74537

    06/20/2020, 9:56 AM
    Copy code
    Warning : The super class of 'MyTest2' does not match the root node of 'assets/custom/test1.xml' (haxe.ui.containers.HBox != haxe.ui.containers.VBox) - this may have unintended consequences
  • b

    bright-gpu-74537

    06/20/2020, 9:56 AM
    😉
  • b

    bright-gpu-74537

    06/20/2020, 9:57 AM
    not sure if the warning is clear... i think it is
  • b

    bright-gpu-74537

    06/20/2020, 10:00 AM
    i wonder if an error is better? 🤔
  • b

    bright-gpu-74537

    06/20/2020, 10:41 AM
    ... sweet, no more wrapper components in custom components!
  • b

    bright-gpu-74537

    06/20/2020, 10:41 AM
    looks to work just fine...
  • b

    bright-gpu-74537

    06/20/2020, 10:41 AM
    now time to just sit back and see how ive broken everyones code! 😄 not that people seem to use custom components anyway it seems
  • c

    clever-oil-61353

    06/20/2020, 10:54 AM
    lol
  • f

    fast-rain-20339

    06/20/2020, 10:55 AM
    I'd implement a colour selector as a custom component, right?
  • f

    fast-rain-20339

    06/20/2020, 10:55 AM
    It'd be mostly Kha based code, how would that work? I need to show a render texture and grab haxe UI's events
  • b

    bright-gpu-74537

    06/20/2020, 10:56 AM
    good question
1...291292293...1687Latest