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

    big-angle-82801

    07/19/2022, 1:33 PM
    Any idea what could be causing this? I'm using wxWidgets 3.1.6 and all my haxeui libs are latest from git
  • b

    big-angle-82801

    07/19/2022, 1:53 PM
    perhaps i had a development version of wxwidgets or something
  • b

    big-angle-82801

    07/19/2022, 2:17 PM
    reinstalling fixed the problem
  • b

    big-angle-82801

    07/19/2022, 3:40 PM
    Which haxeui backends support file dialogues?
  • b

    bright-gpu-74537

    07/19/2022, 3:43 PM
    off the top of my head: openfl, nme, flixel, html5, wxwidgets, heaps
  • b

    bright-gpu-74537

    07/19/2022, 3:43 PM
    kha too maybe, cant remember
  • b

    bright-gpu-74537

    07/19/2022, 3:43 PM
    been looking at this, kinda fixed it, but its not 100% (its a flixel only issue, again with cancelling events as you mentioned)
  • b

    big-angle-82801

    07/19/2022, 3:45 PM
    heaps doesn't work bc i'm on linux unfortunately
  • b

    big-angle-82801

    07/19/2022, 3:45 PM
    (on hashlink)
  • b

    bright-gpu-74537

    07/19/2022, 3:45 PM
    ah
  • b

    big-angle-82801

    07/19/2022, 3:45 PM
    on html5 i get this:
  • b

    big-angle-82801

    07/19/2022, 3:45 PM
    sorry for the font size 😅
  • b

    bright-gpu-74537

    07/19/2022, 3:45 PM
    thats haxeui-heaps targeting js?
  • b

    big-angle-82801

    07/19/2022, 3:46 PM
    should just be regular js
  • b

    bright-gpu-74537

    07/19/2022, 3:46 PM
    oh, so haxeui-html5?
  • b

    big-angle-82801

    07/19/2022, 3:46 PM
    yes, unless i've got the wrong index.html open
  • b

    big-angle-82801

    07/19/2022, 3:46 PM
    no, yh it's just html5
  • b

    bright-gpu-74537

    07/19/2022, 3:46 PM
    weird... that should defo work
  • b

    big-angle-82801

    07/19/2022, 3:47 PM
    they work on the component examples page
  • b

    big-angle-82801

    07/19/2022, 3:52 PM
    oh
  • b

    big-angle-82801

    07/19/2022, 3:53 PM
    switching around
    -lib haxeui-core
    and
    -lib haxeui-html5
    fixes it...
  • b

    big-angle-82801

    07/19/2022, 3:57 PM
    or removing
    -lib haxeui-core
  • b

    bright-gpu-74537

    07/19/2022, 4:03 PM
    ah, makes sense i guess - they are shadowed classes
  • b

    big-angle-82801

    07/19/2022, 4:10 PM
    On wxwidgets though when i attempt to open a file dialogue it shows a blank window:
  • b

    big-angle-82801

    07/19/2022, 4:10 PM
    if i click anywhere it crashes with a segmentation fault
  • b

    bright-gpu-74537

    07/19/2022, 4:48 PM
    can you send over a minimal repro?
  • b

    big-angle-82801

    07/19/2022, 4:53 PM
    yep, let me get it ready
  • b

    bright-gpu-74537

    07/19/2022, 5:36 PM
    i get a crash if i hit cancel on the file open dialog
  • b

    bright-gpu-74537

    07/19/2022, 5:36 PM
    but the dialog itself opens and seems fine
  • b

    bright-gpu-74537

    07/19/2022, 5:37 PM
    and the crash is just because of
    trace(data[0].fullPath);
    (data would be null when i cancel)
1...117311741175...1687Latest