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

    brave-kangaroo-30399

    07/03/2020, 1:51 AM
    I didn’t even know you could do the bind in the first place
  • f

    fast-rain-20339

    07/03/2020, 1:51 AM
    Ah yes it's very nice 😄 Gotta be inside a @:build class/component to work
  • b

    brave-kangaroo-30399

    07/03/2020, 1:51 AM
    Ahh ok
  • f

    fast-rain-20339

    07/03/2020, 1:52 AM
    My haxe ui code has turned out to be very nice and modular. I usually do UI stuff with web frameworks, and this is much better. Even just haxe rather than js is a big improvement lol
  • t

    tall-dinner-7562

    07/03/2020, 10:16 AM
    Quick question, when compiling my haxeui application on OSX has anyone seen this?
    Copy code
    haxe
    Undefined symbols for architecture x86_64:
      "wxTrap()", referenced from:
          wxNavigationEnabled<wxListCtrlBase>::wxNavigationEnabled() in edf3cd3c_ListCtrl.o
          hx::widgets::CloseEvent_obj::veto(hx::Null<bool>) in edf3cd3c_CloseEvent.o
  • b

    bright-gpu-74537

    07/03/2020, 10:17 AM
    ive never seen that, no
  • b

    bright-gpu-74537

    07/03/2020, 10:18 AM
    what version of wxWidgets are you using?
  • b

    bright-gpu-74537

    07/03/2020, 10:18 AM
    also, what version of haxeui-core, haxeui-hxwidgets and and hxWidgets are you using? haxelib versions?
  • t

    tall-dinner-7562

    07/03/2020, 10:19 AM
    3.1.3 source OSX I linked the haxeui-core, haxeui-hxwidgets and hxWidgets to the git versions but I'll try it again
  • b

    bright-gpu-74537

    07/03/2020, 10:21 AM
    hmmm, all sounds right and up to date
  • t

    tall-dinner-7562

    07/03/2020, 10:26 AM
    Maybe I need to recompile wxWidgets with a different set of flags for OSX in the confiugration?
  • b

    bright-gpu-74537

    07/03/2020, 10:47 AM
    i use this: https://github.com/haxeui/hxWidgets/#building-wxwidgets-from-source-linux--osx
  • b

    bright-gpu-74537

    07/03/2020, 10:47 AM
    its always worked for me
  • b

    bright-gpu-74537

    07/03/2020, 10:47 AM
    so it may be that you need those flags
  • b

    bright-gpu-74537

    07/03/2020, 10:50 AM
    > wxTrap() should not be visible in release mode. This looks like the libs were built in release mode, but the application uses debug mode.
  • b

    bright-gpu-74537

    07/03/2020, 10:50 AM
    maybe thats the issue
  • t

    tall-dinner-7562

    07/03/2020, 10:59 AM
    Gotcha, going to try it again I don't think . it did the configuration the first time and that may have been the issue! Thanks for taking a look into this for me
  • t

    tall-dinner-7562

    07/03/2020, 12:53 PM
    So the issue was actually after upgrading to 3.1.3 I needed to delete everything in the build folder and completely rebuild. 👍 Now it works as expected
  • f

    fast-rain-20339

    07/03/2020, 12:54 PM
    Ah, yes, I often have to do that with hxcpp after changing any code but my own 🙂
  • f

    fast-rain-20339

    07/03/2020, 12:54 PM
    Bit of a pain with hxcpp compilation times but often fixes things
  • b

    bright-gpu-74537

    07/03/2020, 12:56 PM
    makes sense though
  • b

    bright-gpu-74537

    07/03/2020, 12:57 PM
    the intermediate object files would still be there from < 3.1.3
  • b

    bright-gpu-74537

    07/03/2020, 12:58 PM
    either way, glad its working! Lemme know what your working with wxOSX... always good to see native OSX via haxeui 😉
  • f

    fast-rain-20339

    07/03/2020, 12:58 PM
    Making good progress 😄 Fun stuff
  • b

    bright-gpu-74537

    07/03/2020, 12:58 PM
    noice 🙂
  • f

    fast-rain-20339

    07/03/2020, 12:59 PM
    I'd really love to get native cursors into Kha. It's a pity OS's make it hard to do that natively, but even if I just got html5 working and gave it to Rob might lead to something
  • b

    bright-gpu-74537

    07/03/2020, 1:00 PM
    native cursors as in the hand cursor?
  • f

    fast-rain-20339

    07/03/2020, 1:00 PM
    Resize cursors, pointer cursor, grab cursor, etc
  • b

    bright-gpu-74537

    07/03/2020, 1:00 PM
    right
  • t

    tall-dinner-7562

    07/03/2020, 1:04 PM
    Definitely will let you know what I'm working on later on! I'm just getting started with Haxe, but it's been great to work with and I want to bring it to another community as an alternative to JS. And thanks again for the help. 👍
1...305306307...1687Latest