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

    witty-island-52596

    09/22/2022, 2:04 PM
    in mac -debug
  • b

    bright-gpu-74537

    09/22/2022, 2:06 PM
    what about running it outside of vscode
  • b

    bright-gpu-74537

    09/22/2022, 2:07 PM
    with debug... same stack trace?
  • w

    witty-island-52596

    09/22/2022, 2:07 PM
    trying now
  • w

    witty-island-52596

    09/22/2022, 2:07 PM
    build times are long, normally only the first build takes long and then later ones are short
  • b

    bright-gpu-74537

    09/22/2022, 2:09 PM
    i cant even run openfl on my mac
  • w

    witty-island-52596

    09/22/2022, 2:12 PM
    lime 8.0.0, openfl 9.2.0?
  • w

    witty-island-52596

    09/22/2022, 2:12 PM
    new releases
  • w

    witty-island-52596

    09/22/2022, 2:13 PM
    maybe
    haxelib run lime setup
    haxelib run lime rebuild tools
  • w

    witty-island-52596

    09/22/2022, 2:14 PM
    also running outside of vscode does nothing
  • w

    witty-island-52596

    09/22/2022, 2:14 PM
    but it doesn't crash
  • b

    bright-gpu-74537

    09/22/2022, 2:15 PM
    ... "unexpected operator" error while trying to rebuild tools
  • b

    bright-gpu-74537

    09/22/2022, 2:16 PM
    ¯\_(ツ)_/¯
  • w

    witty-island-52596

    09/22/2022, 2:31 PM
    what's
    permission denied: haxeui
    ?
  • b

    bright-gpu-74537

    09/22/2022, 2:31 PM
    i normally have an alias setup for
    haxelib run haxeui-core
    , though i did on my mac to, but i didnt
  • w

    witty-island-52596

    09/22/2022, 2:31 PM
    and what happens if you use openfl to create a project
  • w

    witty-island-52596

    09/22/2022, 3:34 PM
    also my crash on mac debug seems to be a heisenbug
  • w

    witty-island-52596

    09/22/2022, 3:35 PM
    I put
    add(new MainView());
    in a try/catch and the catch is never reached, but when I step into this it eventually crashes
  • w

    witty-island-52596

    09/22/2022, 5:13 PM
    https://www.newgrounds.com/projects/games/1574925/preview this was built on my mac, it looks wrong on Chrome, Firefox and Safari on my mac
  • w

    witty-island-52596

    09/22/2022, 5:13 PM
    it looks correct on Brave, Firefox and Edge on my Windows PC
  • w

    witty-island-52596

    09/22/2022, 5:14 PM
    so my theory that it's the macro failing on mac seems completely wrong
  • w

    witty-island-52596

    09/22/2022, 5:16 PM
    I'm just gonna dev on my win pc until I know enough about haxeui to learn how to solve the mac issues
  • b

    bright-gpu-74537

    09/22/2022, 5:40 PM
    its very strange indeed, ill try and work out my openfl issues on my mac and see what i get
  • w

    witty-island-52596

    09/22/2022, 5:48 PM
    also do you have an xml I can use to recreate that clipRect issue?
  • b

    bright-gpu-74537

    09/22/2022, 5:52 PM
    any list view should do it
  • b

    bright-gpu-74537

    09/22/2022, 5:52 PM
    Copy code
    xml
            <listview width="200" height="200">
                <data>
                    <item text="Item 1" />
                    <item text="Item 2" />
                    <item text="Item 3" />
                    <item text="Item 4" />
                    <item text="Item 5" />
                    <item text="Item 6" />
                    <item text="Item 7" />
                    <item text="Item 8" />
                    <item text="Item 9" />
                    <item text="Item 10" />
                    <item text="Item 11" />
                    <item text="Item 12" />
                    <item text="Item 13" />
                    <item text="Item 14" />
                    <item text="Item 15" />
                </data>
            </listview>
  • b

    best-agent-85158

    09/22/2022, 5:54 PM
    technically speaking
  • b

    best-agent-85158

    09/22/2022, 5:55 PM
    how hard should it be to have hot reloading UI when using XML?
  • b

    bright-gpu-74537

    09/22/2022, 5:55 PM
    im not sure tbh, i doubt its a simple thing... at least to get right (with state etc)
  • b

    best-agent-85158

    09/22/2022, 5:58 PM
    i dont even mean preserving state, just re3loading
1...127112721273...1687Latest