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

    purple-businessperson-14467

    05/20/2023, 3:04 PM
    or maybe branch current?
  • b

    bright-gpu-74537

    05/20/2023, 3:04 PM
    yeah, ill probably need to branch, since there will likely be bug fixes in main... makes it a pain to maintain, since i can see 2.0 being months and months and months
  • b

    bright-gpu-74537

    05/20/2023, 3:05 PM
    another option would be to do "one final release" and then git becomes 2.0... and branch the old version in case it needs fixes
  • b

    bright-gpu-74537

    05/20/2023, 3:05 PM
    yeah, the more i think about it, the more i think thats the better path here
  • p

    purple-businessperson-14467

    05/20/2023, 3:06 PM
    ya, never sure which direction is best. It just means my main things will stick on the branch and play will be main git
  • b

    bright-gpu-74537

    05/20/2023, 3:06 PM
    well, it also means for all the people on git main (which is most i think) the upgrade process will be gradual
  • p

    purple-businessperson-14467

    05/20/2023, 3:07 PM
    true, they will just see bugs appear and adjust
  • b

    bright-gpu-74537

    05/20/2023, 3:07 PM
    rather than just "boom"... 2.0 is now master... enjoy the 17 million errors
  • p

    purple-businessperson-14467

    05/20/2023, 3:07 PM
    yep, agreed, I guess I prefer that approach. If stable is needed use 1..x branch'
  • b

    bright-gpu-74537

    05/20/2023, 3:07 PM
    yeah
  • b

    bright-gpu-74537

    05/20/2023, 3:08 PM
    so, to get another voice wrt to the "picker" stuff... does that make sense to you?
  • b

    bright-gpu-74537

    05/20/2023, 3:09 PM
    "DropDown" (for example) would become "ListItemPicker" (effectively - i may alias it to avoid confusion / breaking things, but thats not the point atm)
  • h

    hallowed-ocean-84954

    05/20/2023, 3:12 PM
    been watching this sail by - interesting and I see your point. The thing I suppose I would ask is - is there anything that you have that doesn't fit the Picker but which would become a picker - you have a bunch of dropdown like thingies which do drop sideways, drop up etc which this will solve by focussing on a different aspect of the behaviour. Is there any case you can think of where the same sort of discord will arise with Picker ?
  • b

    bright-gpu-74537

    05/20/2023, 3:12 PM
    ComboBox type thing...
  • b

    bright-gpu-74537

    05/20/2023, 3:13 PM
    ie, a listview "panel" with a "textfield" renderer
  • b

    bright-gpu-74537

    05/20/2023, 3:13 PM
    EditableStringPicker?
  • b

    bright-gpu-74537

    05/20/2023, 3:13 PM
    or as NotBilly said, just alias to "ComboBox"
  • h

    hallowed-ocean-84954

    05/20/2023, 3:15 PM
    in some sense is this about trying to disconnect the pop behaviour - some container element appearing - from the how exactly it comes to appear ? Here I'm wondering if Picker captures the essence of the distinction you are trying to draw out
  • h

    hallowed-ocean-84954

    05/20/2023, 3:15 PM
    Naming is a beast afterall
  • b

    bright-gpu-74537

    05/20/2023, 3:16 PM
    > disconnect the pop behaviour thats certainly true... it could be a "dropdown panel"... it could be a "panel in a dialog", it could be a "sidebar that appears from the bottom"...
  • b

    bright-gpu-74537

    05/20/2023, 3:17 PM
    i feel like "picker" gives the best "intention", ie, "what are you going to do"... "im going to pick a date" (or a number, or a string from a list, etc)... how are you going to do that "well, it depends"
  • a

    ambitious-knife-25690

    05/20/2023, 3:17 PM
    ComboPicker instead of ComboBox
  • b

    bright-gpu-74537

    05/20/2023, 3:18 PM
    also works... though ive always hated the "Combo" in ComboBox anyway
  • a

    ambitious-knife-25690

    05/20/2023, 3:18 PM
    could move it to OptionPicker
  • b

    bright-gpu-74537

    05/20/2023, 3:18 PM
    that (to me) would be an option-stepper renderer with a listview panel
  • b

    bright-gpu-74537

    05/20/2023, 3:19 PM
    (like number-picker)
  • b

    bright-gpu-74537

    05/20/2023, 3:20 PM
    but yeah, i still think "picker" is the best word here since its a verb and conveys an action, an intention (certainly better than "popup" which conveys a "result")
  • p

    purple-businessperson-14467

    05/20/2023, 3:22 PM
    I agree with picker. I dont have preconceived perception of what it is doing besides allowing something to be chosen
  • b

    bright-gpu-74537

    05/20/2023, 3:24 PM
    yeah... it feels like it does what you would expect... though, what about an editable one? ListItemPickerThatCanAlsoBeEditedIfYouWant? 😄
  • h

    hallowed-ocean-84954

    05/20/2023, 3:25 PM
    I certainly don't have an alternative in mind - but another question - is picker used in this sense in UI frameworks ? Is someone going to know what it means and be able to find what they want easily ? When I think of a picker I think of color pickers of various kinds mostly. I don't necessarily think I would expect to find a dropdown menu component under pickers
1...168216831684...1687Latest