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

    bright-gpu-74537

    09/07/2022, 9:46 AM
    weird, i dont get it
  • b

    bright-gpu-74537

    09/07/2022, 9:48 AM
    can you CTRL + F5, just so you can be sure you arent using a cached version, though im almost sure you arent
  • h

    happy-agent-4114

    09/07/2022, 9:49 AM
    I'm on a non-cached copy and it does that on all the node icons
  • b

    bright-gpu-74537

    09/07/2022, 9:51 AM
    very weird
  • b

    bright-gpu-74537

    09/07/2022, 9:51 AM
    any exception or anything in console?
  • h

    happy-agent-4114

    09/07/2022, 9:53 AM
    none other than my attempts to fix it lol
  • c

    curved-appointment-82072

    09/07/2022, 9:53 AM
    Yes non cached and no errors in the console
  • b

    bright-gpu-74537

    09/07/2022, 9:54 AM
    really strange, works fine this end on chrome, ff and brave - wonder what the difference could be
  • c

    curved-appointment-82072

    09/07/2022, 9:55 AM
    Even tried Edge...
  • c

    curved-appointment-82072

    09/07/2022, 9:56 AM
    (Same
  • h

    happy-agent-4114

    09/07/2022, 9:57 AM
    can we also get back to this rq, I don't want to lose my train of thought
  • b

    bright-gpu-74537

    09/07/2022, 10:02 AM
    title should be easy... you can just to
    Screen.instance.title
    or, i think it is aliased in,
    HaxeUIApp.instance.title
  • b

    bright-gpu-74537

    09/07/2022, 10:03 AM
    i remember adding icons to hxwidgets top level windows, not sure if its exposed to haxeui
  • b

    bright-gpu-74537

    09/07/2022, 10:04 AM
    (grepping my temp dir now)
  • c

    curved-appointment-82072

    09/07/2022, 10:04 AM
    Note : behaviour is only on haxeui.org. I have an app using treeview and it behaves fine
  • b

    bright-gpu-74537

    09/07/2022, 10:04 AM
    makes it even more strange :/
  • b

    bright-gpu-74537

    09/07/2022, 10:05 AM
    are you using latest haxeui... everything?
  • c

    curved-appointment-82072

    09/07/2022, 10:05 AM
    On my app maybe not. Will pull and let you know
  • c

    curved-appointment-82072

    09/07/2022, 10:19 AM
    Hah pulling latest introduced the bugged behaviour
  • b

    bright-gpu-74537

    09/07/2022, 10:19 AM
    hmmmm
  • h

    happy-agent-4114

    09/07/2022, 10:19 AM
  • b

    bright-gpu-74537

    09/07/2022, 10:21 AM
    ok, so icon wasnt exposed to haxeui, however, it is now, so in latest versions you can do:
  • b

    bright-gpu-74537

    09/07/2022, 10:21 AM
    Copy code
    haxe
            HaxeUIApp.instance.title = "Custom Title";
            HaxeUIApp.instance.icon = "haxeui-core/styles/default/haxeui_tiny.png";
  • b

    bright-gpu-74537

    09/07/2022, 10:22 AM
    note you'll need latest git of everything (if you havent already)
  • b

    bright-gpu-74537

    09/07/2022, 10:23 AM
    is there any chance of a minimal repo? Though im guessing that its going to work fine on my end :/
  • c

    curved-appointment-82072

    09/07/2022, 10:25 AM
    Will try yes. (btw last pull I had was from July 28th 3cca1bbf say the reflog
  • h

    happy-agent-4114

    09/07/2022, 10:31 AM
    that's just
    haxelib dev haxeui-core /path/to/haxeui/git
    right
  • h

    happy-agent-4114

    09/07/2022, 10:33 AM
    (?)
  • b

    bright-gpu-74537

    09/07/2022, 10:33 AM
    if that is where you have your git version yeah, but you'll also need to actually pull (using git)
  • h

    happy-agent-4114

    09/07/2022, 10:35 AM
    ye I was 616 commits behind lol
1...124612471248...1687Latest