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

    bright-gpu-74537

    03/04/2023, 4:47 PM
    does your mouse out fire as expected?
  • a

    ambitious-knife-25690

    03/04/2023, 4:49 PM
    How do i use an itemrenderer outside of a list?
  • a

    ambitious-knife-25690

    03/04/2023, 4:49 PM
    Copy code
    xml
                            <item-renderer layoutName="horizontal" width="100%">
                                <checkbox id="complete" />
                                <label width="100%" id="item" verticalAlign="center" />
                                <image id="image" />
                            </item-renderer>
  • a

    ambitious-knife-25690

    03/04/2023, 4:49 PM
    is that "fine"?
  • b

    bright-gpu-74537

    03/04/2023, 4:49 PM
    sure
  • a

    ambitious-knife-25690

    03/04/2023, 4:49 PM
    okay, this doesn't work
  • b

    bright-gpu-74537

    03/04/2023, 4:50 PM
    in what sense? Maybe the 100% width?
  • a

    ambitious-knife-25690

    03/04/2023, 4:50 PM
    i adjusted that
  • a

    ambitious-knife-25690

    03/04/2023, 4:50 PM
    i can't select the checkbox
  • a

    ambitious-knife-25690

    03/04/2023, 4:50 PM
    is the output
  • b

    bright-gpu-74537

    03/04/2023, 4:50 PM
    and you cant check the checkbox?
  • a

    ambitious-knife-25690

    03/04/2023, 4:51 PM
    correct
  • b

    bright-gpu-74537

    03/04/2023, 4:51 PM
    can you in a normal (non item renderer checkbox)?
  • b

    bright-gpu-74537

    03/04/2023, 4:51 PM
  • a

    ambitious-knife-25690

    03/04/2023, 4:52 PM
    wth, i can't
  • b

    bright-gpu-74537

    03/04/2023, 4:53 PM
    is that an issue with image loading? what about:
    <checkbox onchange="trace('i changed, take me back')" />
  • a

    ambitious-knife-25690

    03/04/2023, 4:54 PM
    onchange is called
  • b

    bright-gpu-74537

    03/04/2023, 4:54 PM
    ok, so it seems your image loading is also going wrong, might make sense to fix that first so you dont end up chasing non issues
  • b

    bright-gpu-74537

    03/04/2023, 4:55 PM
    <checkbox onchange="trace('i changed, take me back')" selected="true" />
    ?
  • a

    ambitious-knife-25690

    03/04/2023, 4:55 PM
    which is something i don't get because in a virtual list view checkbox 100% works
  • b

    bright-gpu-74537

    03/04/2023, 4:56 PM
    no clue
  • b

    bright-gpu-74537

    03/04/2023, 4:56 PM
    can you unselect it?
  • a

    ambitious-knife-25690

    03/04/2023, 4:56 PM
    i can't
  • b

    bright-gpu-74537

    03/04/2023, 4:56 PM
    but the trace is called?
  • a

    ambitious-knife-25690

    03/04/2023, 4:56 PM
    it is
  • b

    bright-gpu-74537

    03/04/2023, 4:56 PM
    so thats some type of visual issue
  • b

    bright-gpu-74537

    03/04/2023, 4:57 PM
    i would focus on that... it might lead you to all the other issues, it sounds like the issue isnt events, its what you are displaying
  • b

    bright-gpu-74537

    03/04/2023, 4:58 PM
    ie, the click worked, but it didnt show the new checkbox... and maybe with the list, the mouse out worked, but it didnt display the new style
  • a

    ambitious-knife-25690

    03/04/2023, 5:10 PM
    there's a regression somewhere
  • backend debugging
    a

    ambitious-knife-25690

    03/04/2023, 5:10 PM
    virtual listview doesn't work as well as it did
    b
    • 2
    • 428
1...157515761577...1687Latest