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

    bright-gpu-74537

    08/21/2019, 8:36 PM
    (just checking if dropdown supports it)
  • b

    bright-gpu-74537

    08/21/2019, 8:38 PM
    ok, no it doesnt... but it should
  • l

    limited-advantage-32748

    08/21/2019, 8:39 PM
    Also, are accordion boxes planned for the future? https://semantic-ui.com/modules/accordion.html#/examples
  • l

    limited-advantage-32748

    08/21/2019, 8:39 PM
    or am I missing that as well
  • b

    bright-gpu-74537

    08/21/2019, 8:39 PM
    there already is one... but i knocked it up in like an hour, so it doesnt work that well
  • b

    bright-gpu-74537

    08/21/2019, 8:39 PM
    its "ok"
  • l

    limited-advantage-32748

    08/21/2019, 8:39 PM
    Ah kk
  • b

    bright-gpu-74537

    08/21/2019, 8:40 PM
    feel free to open issues up about the accordion as i wasnt really sure what it should and shouldnt do
  • l

    limited-advantage-32748

    08/21/2019, 8:41 PM
    Oh no I haven't tried it out yet, was just unaware if it's a thing or not
  • l

    limited-advantage-32748

    08/21/2019, 8:41 PM
    If I run across a need for it, I'll let you know how it turns out
  • b

    bright-gpu-74537

    08/21/2019, 8:41 PM
    👍
  • l

    limited-advantage-32748

    08/21/2019, 8:44 PM
    ``src/Main.hx:120: characters 3-25 : haxe.ui.containers.ScrollView has no field layoutName``
  • l

    limited-advantage-32748

    08/21/2019, 8:44 PM
    :<
  • b

    bright-gpu-74537

    08/21/2019, 8:45 PM
    its not implemented yet 😉
  • b

    bright-gpu-74537

    08/21/2019, 8:45 PM
    was just an idea i was throwing out there
  • l

    limited-advantage-32748

    08/21/2019, 8:46 PM
    Darn
  • b

    bright-gpu-74537

    08/21/2019, 8:46 PM
    though i think it should be "contentLayoutName" anyway... to keep in line with "contentWidth" and "contentHeight"
  • l

    loud-salesclerk-7438

    08/21/2019, 9:03 PM
    @bright-gpu-74537 have you had time to look at my selectedItems PR, cause currently ListView and TableView return all items for
    selectedItems
    property
  • b

    bright-gpu-74537

    08/21/2019, 9:05 PM
    @limited-advantage-32748 - ScrollView::contentLayoutName is there now @loud-salesclerk-7438 - which PR... i thought selection was "done"
  • b

    bright-gpu-74537

    08/21/2019, 9:05 PM
    this a new bug?
  • l

    loud-salesclerk-7438

    08/21/2019, 9:05 PM
    yes: https://github.com/haxeui/haxeui-core/pull/297
  • b

    bright-gpu-74537

    08/21/2019, 9:05 PM
    oh... not sure how i missed this
  • l

    limited-advantage-32748

    08/21/2019, 9:05 PM
    Neato, thanks!
  • b

    bright-gpu-74537

    08/21/2019, 9:05 PM
    dont think i got a notification... or just forgot more likely
  • b

    bright-gpu-74537

    08/21/2019, 9:06 PM
    lemme take a look
  • l

    loud-salesclerk-7438

    08/21/2019, 9:08 PM
    still haven't tested it with actual mutliple selection, mainly because I couldn't figure out how to select more than one item
  • b

    bright-gpu-74537

    08/21/2019, 9:08 PM
    Copy code
    haxe
                for (i in 0...listView.dataSource.size) {
                    var data:Dynamic = listView.dataSource.get(i);
                    selectedItems.push(data);
                }
  • b

    bright-gpu-74537

    08/21/2019, 9:08 PM
    well... ... thats embarrassing... 😄
  • l

    loud-salesclerk-7438

    08/21/2019, 9:09 PM
    well it needs at least one selected item to misbehave 😃
  • l

    loud-salesclerk-7438

    08/21/2019, 9:10 PM
    at least it's consistent for ListView and TableView...
1...102103104...1687Latest