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

    bright-gpu-74537

    05/31/2020, 9:48 AM
    @User - ok, cool, so you are using 3.1.3, so i think its safe to assume that any issues you are facing are not wx issues (well, its an assumption, but its a fairly safe assumption i think). So ill have a play, the textfield on a tab one is certainly strange as that works fine for me (windows), so ill have to build a test on my mac... which will take me a year or two as i absolutely hate doing any dev work on my mac 😄
  • u

    user

    05/31/2020, 11:19 AM
    Ah ah I understand you I hate too
  • u

    user

    05/31/2020, 11:19 AM
    But my office gave me this :(
  • u

    user

    05/31/2020, 11:20 AM
    I fought with illogical behaviors, hidden files and where the f*** is my file?!
  • u

    user

    05/31/2020, 11:21 AM
    If you can explain or point me to a tut on how to debug haxe > backend > wx I would be a pleasure to debug and help So many things bugging me right now...
  • c

    clever-oil-61353

    06/01/2020, 3:31 PM
    Good morning HaxeUI
  • m

    most-caravan-45834

    06/01/2020, 4:00 PM
    I'm running a flixel project with haxeui (openfl backend) over it as an editor. What can I do to be able to see the cursor when my mouse is over haxeui, for some reason I can only see the flixel cursor and always under the gui (obviously)
  • c

    clever-oil-61353

    06/01/2020, 4:02 PM
    when you add your haxeui interface, as the overlay.... how are adding it? to the main app.... or a child of some object?
  • c

    clever-oil-61353

    06/01/2020, 4:03 PM
    show that little bit of code that adds your ui
  • c

    clever-oil-61353

    06/01/2020, 4:08 PM
    for example, this is what adds mine to my lime/openfl app..... public function new() { super(); var app = new HaxeUIApp(); Toolkit.init(); app.ready(function() { var main:Component = ComponentMacros.buildComponent("Assets/style/main.xml"); app.addComponent(main);
  • c

    clever-oil-61353

    06/01/2020, 4:12 PM
    just hit me..... when your cursor appears to be under the gui , if you click on a choice in the gui does it still work?
  • c

    clever-oil-61353

    06/01/2020, 4:14 PM
    by does it still work i mean, does it pick the option on the gui that you were wanting.... even though the cursor appears under the gui
  • c

    clever-oil-61353

    06/01/2020, 4:26 PM
    @User Here you go....... https://stackoverflow.com/questions/32150621/can-i-use-haxeui-with-haxeflixel
  • m

    most-caravan-45834

    06/01/2020, 4:45 PM
    I'm adding haxeui to the "screen"
  • m

    most-caravan-45834

    06/01/2020, 4:45 PM
    like this Screen.instance.addComponent(main);
  • m

    most-caravan-45834

    06/01/2020, 4:45 PM
    which is supposed to add it to the stage
  • m

    most-caravan-45834

    06/01/2020, 4:46 PM
    Checking the link you sent
  • b

    bright-gpu-74537

    06/01/2020, 5:21 PM
    that link is for haxeui v1
  • b

    bright-gpu-74537

    06/01/2020, 5:21 PM
    so mostly doesnt apply
  • b

    bright-gpu-74537

    06/01/2020, 5:21 PM
    however, i can understand the problem
  • b

    bright-gpu-74537

    06/01/2020, 5:22 PM
    i wonder how to fix it though, i think this is problem with using openfl backend for a flixel project
  • b

    bright-gpu-74537

    06/01/2020, 5:23 PM
    adding to the "screen" is adding to the stage basically, now with openfl that wouldnt be a problem as Components extends Sprite (openfl sprites) so you can just add the haxeui anywhere you want
  • b

    bright-gpu-74537

    06/01/2020, 5:23 PM
    but i guess you cant add openfl sprites to FlxSprite
  • m

    most-caravan-45834

    06/01/2020, 6:01 PM
    My idea is just to get the regular cursor when over haxe ui, while getting the flixel cursor while not over haxeui
  • m

    most-caravan-45834

    06/01/2020, 6:01 PM
    But when I'm over haxeui content I don't get a cursor
  • m

    most-caravan-45834

    06/01/2020, 6:02 PM
    I don't mind if the cursors change, I don't need them to be consistent
  • c

    clever-oil-61353

    06/01/2020, 6:12 PM
    i just installed flixel.... going to mess around with it
  • c

    clever-oil-61353

    06/01/2020, 6:13 PM
    @User did you happen to try the haxeui-flixel?
  • m

    most-caravan-45834

    06/01/2020, 6:15 PM
    I didn't because nobody seems to know in what state it is
  • m

    most-caravan-45834

    06/01/2020, 6:16 PM
    But I could try. I just thought openfl would suit me better, because I thought it head a more robust backend and I don't need to mix the two things. I'm creating an editor for my game so haxeui can work as an overlay.
1...241242243...1687Latest