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

    fierce-businessperson-65128

    05/21/2020, 5:36 PM
    that's helpful thanks.
  • f

    fierce-businessperson-65128

    05/21/2020, 5:44 PM
    btw is Neko a good target for rapid development ? Compiling for linux every time is obviously too slow. I just wonder if Neko and haxeui play well together?
  • b

    bright-gpu-74537

    05/21/2020, 5:45 PM
    it should work, but i find neko temperamental - i usually use hxcpp with the compiler cache and its pretty fast, not neko / js fast, but pretty fast
  • f

    fierce-businessperson-65128

    05/21/2020, 5:46 PM
    gotta check that compiler cache then and how to enable it. when i do stuff with flixel/openfl i usually use hashlink but that failed with haxeui
  • c

    clever-oil-61353

    05/21/2020, 5:54 PM
    In the tone of Mr. Rogers.... It's another beautiful day in the haxerhood.... would you my, could you be my, wont you be, my neighbor..... Good morning boys and girls. Let's see what adventures are awaiting us today..... 🙂
  • c

    clever-oil-61353

    05/21/2020, 6:28 PM
    magically my openfl seems to be working today.
  • c

    clever-oil-61353

    05/21/2020, 6:30 PM
    wanted to test a couple gamepads for the kids, saw a little demo to run
  • c

    clever-oil-61353

    05/21/2020, 6:55 PM
    @User have you looked at this? https://github.com/jeremyfa/interpret/ i'm working on a small demo to play with but i'm thinking it would be good for the HaxeUI Explorer or website Playground maybe. Will do some testing with a HaxeUI Explorer setup.
  • f

    fierce-businessperson-65128

    05/21/2020, 6:59 PM
    If i try this example from Ian locally: http://haxeui.org/builder/?vfhsgw it does something bad with the line wrapping. See pic:
  • f

    fierce-businessperson-65128

    05/21/2020, 7:00 PM
    Any idea?
  • c

    clever-oil-61353

    05/21/2020, 7:02 PM
    i'll take a look, just a setting that can be set.
  • f

    fierce-businessperson-65128

    05/21/2020, 7:03 PM
    This is when the code is identical to the link. Thanks
  • c

    clever-oil-61353

    05/21/2020, 7:11 PM
    One solution is lower the font size a little bit......
  • f

    fierce-businessperson-65128

    05/21/2020, 7:17 PM
    yea but that's not really a solution 😄 also on the web it works (if you build it in the playground)
  • c

    clever-oil-61353

    05/21/2020, 7:22 PM
    yep, i'm checking the css setting, looks like padding is the key.
  • c

    clever-oil-61353

    05/21/2020, 7:23 PM
    and there should be some autosize settings as well.
  • c

    clever-oil-61353

    05/21/2020, 7:26 PM
    got it..... min-width
  • c

    clever-oil-61353

    05/21/2020, 7:27 PM
    .menubar .button { font-size: 24px; min-width: 100px; } .menu .label { font-size: 24px; min-width: 100px; }
  • c

    clever-oil-61353

    05/21/2020, 7:27 PM
    that will do the trick for you
  • c

    clever-oil-61353

    05/21/2020, 7:27 PM
    adjust it to the size thats perfect for ya.
  • c

    clever-oil-61353

    05/21/2020, 7:32 PM
    still not right....
  • f

    fierce-businessperson-65128

    05/21/2020, 7:36 PM
    i guess i will try later to play around with all of these css attributes
  • f

    fierce-businessperson-65128

    05/21/2020, 7:36 PM
    thanks anyways! I will take a break now 🙂
  • c

    clever-oil-61353

    05/21/2020, 7:42 PM
    alright, i'll keep messing with it.
  • c

    clever-oil-61353

    05/21/2020, 7:42 PM
    it'll bug me if i dont lol
  • c

    clever-oil-61353

    05/21/2020, 7:53 PM
    ok, working like it should now, ....
  • c

    clever-oil-61353

    05/21/2020, 7:53 PM
    width="100%"; .menubar .button { font-size: 24px; } .menu .label { font-size: 24px; min-width: 200px;
  • c

    clever-oil-61353

    05/21/2020, 7:54 PM
    did not use the min-width on the menubar button..... now it closes and opens and does like its supposed to .... just addjust the min-width size to a lower number than 200
  • c

    clever-oil-61353

    05/21/2020, 7:55 PM
    before it would open, but when you selected the menu again it would be distorted, that bothered me.
  • c

    clever-oil-61353

    05/21/2020, 7:56 PM
    i also adde at top and at bottom to contain it all.
1...224225226...1687Latest