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

    bright-gpu-74537

    02/07/2023, 8:15 PM
    this is probably better info: http://haxeui.org/api/getting-started/backends/composite-backends/haxeui-heaps.html Still not alot there, but at least there is a section specifically about existing applications
  • b

    billowy-easter-22196

    02/07/2023, 8:16 PM
    maybe its worth to update little bit wiki to show this example to make it little bit clearly... im pretty new to haxe ecosystem and working only on my free time, so for someone who finds such integration can think that this is ready ingegration and just follow wiki. and then... happens such thing.
  • b

    bright-gpu-74537

    02/07/2023, 8:16 PM
    yeah, agreed, i should probably go over all the readmes of the repos and sanity check them
  • b

    billowy-easter-22196

    02/07/2023, 8:17 PM
    well thank you, i will look later
  • b

    billowy-easter-22196

    02/07/2023, 8:17 PM
    and yes, real big thanks. for help and for your time
  • b

    bright-gpu-74537

    02/07/2023, 8:17 PM
    np 🙂
  • i

    icy-zebra-52882

    02/07/2023, 10:36 PM
    on newest haxeui-hxwidgets git I get
    /home/matt/.local/share/haxe/lib/haxeui-hxwidgets/git/haxe/ui/backend/hxwidgets/behaviours/ControlValue.hx:3: characters 8-46 : Importing private declarations from a module is not allowed
  • b

    bright-gpu-74537

    02/07/2023, 10:53 PM
    what version of haxe?
  • i

    icy-zebra-52882

    02/07/2023, 10:57 PM
    4.2.5
  • b

    bright-gpu-74537

    02/07/2023, 10:58 PM
    same this end... and all the GH actions are green, and i dont really see anything wrong with that line
  • b

    bright-gpu-74537

    02/07/2023, 10:58 PM
    import haxe.ui.components.Button.ButtonGroups;
  • b

    bright-gpu-74537

    02/07/2023, 11:00 PM
    im just about to head off, but you might want to ask in #162395145352904705 or something... seems totally fine, and no changes have been made here for a while - when was the last time you updated haxeui-hxwidgets?
  • b

    bright-gpu-74537

    02/07/2023, 11:00 PM
    did you also install / update git version of haxeui-core?
  • i

    icy-zebra-52882

    02/07/2023, 11:00 PM
    nvm fixed it
  • i

    icy-zebra-52882

    02/07/2023, 11:00 PM
    something reset haxeui-core to 1.5.0 instead of git
  • b

    bright-gpu-74537

    02/07/2023, 11:01 PM
    right... it used to be a
    private class
    i think
  • i

    icy-zebra-52882

    02/07/2023, 11:01 PM
    seems to work now anyway
  • i

    icy-zebra-52882

    02/07/2023, 11:02 PM
    mysterious
  • b

    bright-gpu-74537

    02/07/2023, 11:02 PM
    i think it make sense, haxelib reverted to 1.5.0 (no idea why) and there ButtonGroups was private
  • b

    bright-gpu-74537

    02/07/2023, 11:02 PM
    cool - tab issue also working?
  • i

    icy-zebra-52882

    02/07/2023, 11:04 PM
    seemingly not when I recompiled with all textfields at 100%
  • i

    icy-zebra-52882

    02/07/2023, 11:05 PM
    Copy code
    xml
    <tabview width="100%" id="reactionTabview" styleName="full-width-buttons">
                <box width="100%" id="beforeMovieTab" text="Before">
                    <textfield width="100%" id="beforeMovieText" placeholder="Before movie text" disabled="true" />
                </box>
                <box width="100%" id="duringMovieTab" text="During">
                    <textfield width="100%" id="duringMovieText" placeholder="During movie text" disabled="true" />
                </box>
                <box width="100%" id="afterMovieTab" text="After">
                    <textfield width="100%" id="afterMovieText" placeholder="After movie text" disabled="true" />
                </box>
            </tabview>
  • b

    bright-gpu-74537

    02/07/2023, 11:07 PM
    hmmmmm
  • i

    icy-zebra-52882

    02/07/2023, 11:07 PM
    no rush though, sleep more important 😄
  • b

    bright-gpu-74537

    02/07/2023, 11:09 PM
    so odd
  • i

    icy-zebra-52882

    02/07/2023, 11:10 PM
    are those textfields or buttons?
  • b

    bright-gpu-74537

    02/07/2023, 11:10 PM
    well, the top one is a copy and paste if yours
  • b

    bright-gpu-74537

    02/07/2023, 11:10 PM
    and it doesnt work (even with buttons)
  • i

    icy-zebra-52882

    02/07/2023, 11:10 PM
    oh I see now
  • i

    icy-zebra-52882

    02/07/2023, 11:10 PM
    thought it was a tabview of the whole thing
1...147814791480...1687Latest