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

    witty-island-52596

    09/23/2022, 10:17 PM
    actually I just meant I'm surprised haxeui.org doesn't list out the commonly used tags of each component
  • b

    bright-gpu-74537

    09/23/2022, 10:17 PM
    thats a documentation thing, im awful at writing docs
  • w

    witty-island-52596

    09/23/2022, 10:17 PM
    when i looked for a way to see if checkbox allowed labels to the left I looked at this sample http://haxeui.org/explorer/#basic/check_boxes
  • w

    witty-island-52596

    09/23/2022, 10:18 PM
    and just assumed the example wasn't fully exhaustive
  • w

    witty-island-52596

    09/23/2022, 10:18 PM
    so I asked you
  • w

    witty-island-52596

    09/23/2022, 10:18 PM
    I wonder if a tag list could be generated
  • b

    bright-gpu-74537

    09/23/2022, 10:19 PM
    yeah, maybe that example, specifically can be improved, but there will be loads of that type of stuff
  • w

    witty-island-52596

    09/23/2022, 10:19 PM
    a subset of commonly looked for ones at least
  • b

    bright-gpu-74537

    09/23/2022, 10:19 PM
    but a tag list wont really help here, the answer is "no, you cant right align text to a checkbox, use an hbox"
  • b

    bright-gpu-74537

    09/23/2022, 10:21 PM
    http://haxeui.org/builder/?qsmdem
  • w

    witty-island-52596

    09/23/2022, 10:21 PM
    well if a saw a list that seemed exhaustive, I wouldn;t have asked you
  • w

    witty-island-52596

    09/23/2022, 10:22 PM
    don't get me wrong, the plethora of examples is amazing
  • w

    witty-island-52596

    09/23/2022, 10:23 PM
    im just surprised there isn't a compact list of common tags of the components listed here http://haxeui.org/explorer/#basic/check_boxes
  • b

    bright-gpu-74537

    09/23/2022, 10:23 PM
    i get it, totally, another example seems fitting... in this specific case, but its impossible to "pre understand" all the things someone might want to do with a checkbox (though i think aligning text to the right is a fairly obvious one)
  • b

    bright-gpu-74537

    09/23/2022, 10:24 PM
    if the question is "are things missing from the explorer" then my answer would be "for sure" 🙂
  • b

    bright-gpu-74537

    09/23/2022, 10:27 PM
    (PRs are more than welcomed ofc, i cant guarantee ill add them, but still: https://github.com/haxeui/component-explorer)
  • b

    bright-gpu-74537

    09/23/2022, 10:33 PM
    should this be added to the explorer too: http://haxeui.org/builder/?uqlwrz
  • b

    bright-gpu-74537

    09/23/2022, 10:34 PM
    where? Buttons? Checkboxes? My thoughts are: its possible, but not relevant
  • b

    bright-gpu-74537

    09/23/2022, 10:35 PM
    (better version: http://haxeui.org/builder/?fwsxnx 😄 )
  • b

    bright-gpu-74537

    09/23/2022, 10:37 PM
    or.... ... http://haxeui.org/builder/?cjqpas
  • b

    bright-gpu-74537

    09/23/2022, 10:38 PM
    (keep in mind in the context of custom components, i could create one out of that xml, or code, and call it "jim" and i would expect completion for custom properties, again, this works now... .. manually)
  • a

    ambitious-knife-25690

    09/23/2022, 11:13 PM
    Is it possible to make an api on xml schema data? 🤔
  • w

    witty-island-52596

    09/23/2022, 11:24 PM
    this isn't having the effect I expected:
    Copy code
    xml
    <hbox>
      <textfield placeholder="sessionId" id="sessionId" width="60%"/>
      <textfield placeholder="host" id="host" width="40%"/>
    </hbox>
    http://haxeui.org/builder/?yoljax
  • w

    witty-island-52596

    09/23/2022, 11:25 PM
    i thought it would make 2 textfields up top, the left one bigger. but they overlap and don't seem to have borders
  • w

    witty-island-52596

    09/23/2022, 11:26 PM
    I assume hboxes arranged from left to right in order
  • w

    witty-island-52596

    09/23/2022, 11:27 PM
    using absolute widths fixes it but I want them to take up the whole width
  • a

    ambitious-knife-25690

    09/23/2022, 11:44 PM
    set hbox to
    <hbox width="100%">
  • w

    witty-island-52596

    09/24/2022, 2:30 PM
    weird I assumed that was the default
  • w

    witty-island-52596

    09/24/2022, 2:38 PM
    thanks!
  • w

    witty-island-52596

    09/24/2022, 2:58 PM
    i can see why that would cause problems
1...127912801281...1687Latest