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

    witty-island-52596

    09/26/2022, 8:20 PM
    Weird i thought parseFloat handled $150
  • w

    witty-island-52596

    09/26/2022, 8:24 PM
    Im thinking of parseInt probably
  • b

    big-angle-82801

    09/26/2022, 8:24 PM
    if you're talking about Std.parseFloat, I think it would handle it if it was
    150$
    , but it can't handle characters in front of the number
  • b

    big-angle-82801

    09/26/2022, 8:25 PM
    but there is no special case for currency symbols, it's just that it ignores trailing text
  • w

    witty-island-52596

    09/26/2022, 8:26 PM
    Apparently not
  • w

    witty-island-52596

    09/26/2022, 8:26 PM
    That wasn't at you sorry
  • w

    witty-island-52596

    09/26/2022, 8:27 PM
    I just assumed leading text returned 0
  • b

    big-angle-82801

    09/26/2022, 8:27 PM
    no, it returns null
  • b

    big-angle-82801

    09/26/2022, 8:27 PM
    or wait
  • b

    big-angle-82801

    09/26/2022, 8:28 PM
    that's parseInt (that returns null)
  • b

    big-angle-82801

    09/26/2022, 8:29 PM
    in 4.3 they get more specific documentation regarding edge cases and become a bit more consistent (and a bit faster on some targets)
  • w

    witty-island-52596

    09/26/2022, 11:01 PM
    http://haxeui.org/explorer/#miscellaneous/animation are animations handled differently in flixel?
  • w

    witty-island-52596

    09/26/2022, 11:01 PM
    > haxe.ui.components.TextField has no field flash
  • b

    bright-gpu-74537

    09/27/2022, 5:45 AM
    using haxe.ui.animation.AnimationTools;
  • w

    witty-island-52596

    09/27/2022, 2:15 PM
    Thanks
  • h

    happy-agent-4114

    09/28/2022, 3:20 PM
    I have the latest git versions of haxeui and haxeui-openfl and visual studio isn't recognizing the imports
  • h

    happy-agent-4114

    09/28/2022, 3:20 PM
    it still builds correctly, which is the weird part
  • a

    ambitious-knife-25690

    09/28/2022, 3:21 PM
    try pressing
    f1
    >
    restart language server
  • h

    happy-agent-4114

    09/28/2022, 3:21 PM
    still broken
  • b

    big-angle-82801

    09/28/2022, 3:21 PM
    do you have any --next args?
  • b

    big-angle-82801

    09/28/2022, 3:21 PM
    in your hxml
  • h

    happy-agent-4114

    09/28/2022, 3:22 PM
    it's a lime build
  • b

    big-angle-82801

    09/28/2022, 3:22 PM
    i've had completion issues with lime projects recently as well
  • b

    bright-gpu-74537

    09/28/2022, 3:23 PM
    non haxeui projects?
  • h

    happy-agent-4114

    09/28/2022, 3:23 PM
    yeah it's not even seeing the package declaration at the top
  • b

    bright-gpu-74537

    09/28/2022, 3:23 PM
    ive actually see this too... then it dissapeared
  • h

    happy-agent-4114

    09/28/2022, 3:23 PM
    this is the direct result of
    haxeui-core create openfl
  • b

    bright-gpu-74537

    09/28/2022, 3:23 PM
    i meant in reponse to @big-angle-82801
  • b

    big-angle-82801

    09/28/2022, 3:23 PM
    yh, in my case it was haxeflixel
  • b

    big-angle-82801

    09/28/2022, 3:24 PM
    no haxeui
1...128312841285...1687Latest