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

    bright-gpu-74537

    04/08/2023, 10:41 AM
    seems fine for me
  • are you _sure_ you are using haxeui timer, and not haxe's inbuilt one?
    b

    bright-gpu-74537

    04/08/2023, 10:42 AM
    are you sure you are using haxeui timer, and not haxe's inbuilt one?
  • i think i might shadow haxe.Timer
    b

    bright-gpu-74537

    04/08/2023, 10:42 AM
    i think i might shadow haxe.Timer
  • a

    ambitious-knife-25690

    04/08/2023, 10:42 AM

    https://cdn.discordapp.com/attachments/565569107701923852/1094210745224400916/image.png▾

  • yep, but it isn't just the timer that doesn't work
    a

    ambitious-knife-25690

    04/08/2023, 10:42 AM
    yep, but it isn't just the timer that doesn't work
  • text input behaves differently between the "opening method" as well
    a

    ambitious-knife-25690

    04/08/2023, 10:43 AM
    text input behaves differently between the "opening method" as well
  • you must be doing something weird...
    b

    bright-gpu-74537

    04/08/2023, 10:43 AM
    you must be doing something weird...
  • i would create a blank haxeui-hxwidgets app
    b

    bright-gpu-74537

    04/08/2023, 10:44 AM
    i would create a blank haxeui-hxwidgets app
  • probably 😄
    a

    ambitious-knife-25690

    04/08/2023, 10:44 AM
    probably 😄
  • whats different about the text input out of interest?
    b

    bright-gpu-74537

    04/08/2023, 10:44 AM
    whats different about the text input out of interest?
  • also, is this a public project? I can see how it runs this end
    b

    bright-gpu-74537

    04/08/2023, 10:44 AM
    also, is this a public project? I can see how it runs this end
  • fyi, probably totally unrelated, but 20ms is _fast_, not sure what you are doing but you probably dont want 20ms (but i doubt that is related at all)
    b

    bright-gpu-74537

    04/08/2023, 10:46 AM
    fyi, probably totally unrelated, but 20ms is fast, not sure what you are doing but you probably dont want 20ms (but i doubt that is related at all)
  • a

    ambitious-knife-25690

    04/08/2023, 10:48 AM

    https://cdn.discordapp.com/attachments/565569107701923852/1094212247376633877/gif.gif▾

  • that's the app ran through the config - "Kind of works"
    a

    ambitious-knife-25690

    04/08/2023, 10:48 AM
    that's the app ran through the config - "Kind of works"
  • it seems to block but it at least runs
    a

    ambitious-knife-25690

    04/08/2023, 10:49 AM
    it seems to block but it at least runs
  • its only like 3 files
    a

    ambitious-knife-25690

    04/08/2023, 10:50 AM
    its only like 3 files
  • sure, send away (whole project if poss)
    b

    bright-gpu-74537

    04/08/2023, 10:50 AM
    sure, send away (whole project if poss)
  • OK, btw, one thing that is weird about your settings.json is that its trying to run the wrong file
    b

    bright-gpu-74537

    04/08/2023, 10:54 AM
    OK, btw, one thing that is weird about your settings.json is that its trying to run the wrong file
  • setting.json has:
    b

    bright-gpu-74537

    04/08/2023, 10:54 AM
    setting.json has:
  • ``` "label": "haxeui-hxwidgets", "args": [ "hxwidgets.hxml", "-cmd", "cmd /c build\\hxwidgets\\Main.exe" ] ```
    b

    bright-gpu-74537

    04/08/2023, 10:54 AM
    Copy code
    "label": "haxeui-hxwidgets",
                "args": [
                    "hxwidgets.hxml",
                    "-cmd",
                    "cmd /c build\\hxwidgets\\Main.exe"
                ]
  • but your .hxml has --debug
    b

    bright-gpu-74537

    04/08/2023, 10:54 AM
    but your .hxml has --debug
  • so its creating / running Main-debug.exe, not Main.exe
    b

    bright-gpu-74537

    04/08/2023, 10:55 AM
    so its creating / running Main-debug.exe, not Main.exe
  • ohhhh, i just noticed that but wasn't sure what was going on
    a

    ambitious-knife-25690

    04/08/2023, 10:55 AM
    ohhhh, i just noticed that but wasn't sure what was going on
  • that maybe be giving you unexpected results? Ie, you are running the wrong exe
    b

    bright-gpu-74537

    04/08/2023, 10:55 AM
    that maybe be giving you unexpected results? Ie, you are running the wrong exe
  • that would likely explain why i got the weird text input thing, i'll confirm that now
    a

    ambitious-knife-25690

    04/08/2023, 10:55 AM
    that would likely explain why i got the weird text input thing, i'll confirm that now
  • do you see the "blocking" effect i was referring to?
    a

    ambitious-knife-25690

    04/08/2023, 10:56 AM
    do you see the "blocking" effect i was referring to?
  • as for the app freeziing
    b

    bright-gpu-74537

    04/08/2023, 10:56 AM
    as for the app freeziing
  • haxe std http is syncronous ...
    b

    bright-gpu-74537

    04/08/2023, 10:56 AM
    haxe std http is syncronous ...
  • its using core-haxe/http
    a

    ambitious-knife-25690

    04/08/2023, 10:56 AM
    its using core-haxe/http
  • but it _isnt_ on other targets... fun!
    b

    bright-gpu-74537

    04/08/2023, 10:56 AM
    but it isnt on other targets... fun!
1...162416251626...1687Latest