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

    full-journalist-82607

    03/13/2023, 7:32 PM
    Speaking of scrollviews, I think the way scroll views act with padding weird http://haxeui.org/builder/?ebe6874f when you click outside of the scrollbars you can move the scrollview. I think it would be more logical to have the padding between the scrollbar and the content
  • f

    full-journalist-82607

    03/13/2023, 7:33 PM
    And a cool addition would be to be able to scroll with the keyboard 🙂 I miss this feature
  • b

    bright-gpu-74537

    03/13/2023, 7:33 PM
    yeah, that seems fair, should be an easy fix... ... you on the hunt for padding related bugs? 😄
  • f

    full-journalist-82607

    03/13/2023, 7:35 PM
    Haha, for the last padding bug, I was trying to complete the guide and then saw it didn't work as I expected. For this one, I just encountered it IRL 🙂
  • b

    bright-gpu-74537

    03/13/2023, 7:36 PM
    out of curiosity, what do you need [large] padding for on a scrollview? Like for a slice9 bg or something?
  • f

    full-journalist-82607

    03/13/2023, 7:40 PM
    Hmm, yes my scrollview had some slice9 background. And there was a lot of padding to match the background. ( but now I'm trying to have my scrollview inside another box but not for this reason)
  • b

    bright-gpu-74537

    03/13/2023, 7:41 PM
    gotcha... makes sense 👍
  • f

    full-journalist-82607

    03/13/2023, 9:37 PM
    I was trying to see what it does to use a negative padding and let's say the builder doesn't like it haha ( script timeout on firefox)
    Copy code
    xml
    <button text="lalalla"  style="padding:-4"/>
  • e

    early-butcher-76809

    03/14/2023, 1:13 AM
    I think it's a Heaps bug :O I may have found a solution, now I need to make sure I'm not making a mistake and find a way to fix it on git :D
  • b

    bright-gpu-74537

    03/14/2023, 9:11 AM
    hmmmm, i think maybe autosized and negative padding is causing this? Negative padding does have a place (ive used it), just not sure if it makes sense with autosizing?... ... ... 🤔
  • b

    bright-gpu-74537

    03/14/2023, 9:11 AM
    ok, thats "good" i guess... in the sense its not a haxeui bug... although, haxeui bugs are usually easier to get fixed
  • f

    full-journalist-82607

    03/14/2023, 4:53 PM
    I don't know. I've not yet imagined how I could use negative padding ...
  • b

    bright-gpu-74537

    03/14/2023, 4:54 PM
    http://haxeui.org/explorer/#miscellaneous/animation/animated_highlight
  • f

    full-journalist-82607

    03/14/2023, 5:03 PM
    Yeah indeed ... I though I could use it too but Ithen I tested negative padding with no autosize on it and it didn't act like I thought it should so I got confused , I'll check again later ... But let's talk about something else... I just noticed that save in the builder works on firefox ! ( haha now I won't need to use chromium !) 🫣
  • b

    bright-gpu-74537

    03/14/2023, 5:04 PM
    i wasnt aware (or i dont remember) that builder save didnt work in FF...
  • e

    early-butcher-76809

    03/14/2023, 5:04 PM
    Yeah, it saved my a couple times when I hit F5 to "build my project". Muscle memory can be a dick :P
  • b

    bright-gpu-74537

    03/14/2023, 5:05 PM
    yeah, i press F8 all the time on it, thankfully that doesnt seem to do anything
  • b

    bright-gpu-74537

    03/14/2023, 5:05 PM
    i guess it shows that the builder feels like a real ide / code editor? 😅
  • e

    early-butcher-76809

    03/14/2023, 5:05 PM
    It does, even the "comment selection" works, I was amazed ! :O
  • f

    full-journalist-82607

    03/14/2023, 5:06 PM
    New Project doesn't work 😛
  • b

    bright-gpu-74537

    03/14/2023, 5:06 PM
    well, it uses monaco under the hood, which is wha vscode uses, so it makes sense that we get lulled into a "this is vscode"
  • b

    bright-gpu-74537

    03/14/2023, 5:07 PM
    yeah, you are right... ill fix that at some point... iirc all i wanted to do there was refresh the page (without the id)
  • f

    full-journalist-82607

    03/14/2023, 5:07 PM
    and new folder doesn't work when it's not inside a folder
  • b

    bright-gpu-74537

    03/14/2023, 5:08 PM
    ?
  • b

    bright-gpu-74537

    03/14/2023, 5:08 PM
    how would you create a folder inside a file?
  • f

    full-journalist-82607

    03/14/2023, 5:08 PM
    I cannot have folder at the same level of assets or src
  • b

    bright-gpu-74537

    03/14/2023, 5:09 PM
    oh, new folder doesnt work at all
  • f

    full-journalist-82607

    03/14/2023, 5:09 PM
    I can create one inside assets or src
  • f

    full-journalist-82607

    03/14/2023, 5:09 PM
    ( and the button doesn't work at all like you've said)
  • b

    bright-gpu-74537

    03/14/2023, 5:10 PM
    ok, i see what you mean... why would you want to though? I mean, keep in mind that the builder is expecting quite a strict set of folders
1...159715981599...1687Latest