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

    elegant-twilight-61392

    08/25/2022, 6:41 PM
  • e

    elegant-twilight-61392

    08/25/2022, 6:41 PM
    linux moment
  • b

    bright-gpu-74537

    08/25/2022, 6:42 PM
    yeah, i havent tested any of this on non-windows... not even sure the haxeui-pdcurses has entries for linux...
  • b

    bright-gpu-74537

    08/25/2022, 6:42 PM
    not surprised it didnt build... will need some work to the build
  • p

    powerful-morning-89

    08/25/2022, 6:42 PM
    It only has Windows:
  • b

    bright-gpu-74537

    08/25/2022, 6:52 PM
    yeah, makes total sense
  • b

    bright-gpu-74537

    08/25/2022, 6:53 PM
    im guessing, apart from the linker, most of that should be the same
  • b

    bright-gpu-74537

    08/25/2022, 6:53 PM
    will have to have a play (wont be till the weekend though)
  • b

    bright-gpu-74537

    08/25/2022, 6:53 PM
    actually, no there looks like some window specific .c files there too (/wincon/)
  • f

    future-iron-61487

    08/25/2022, 11:44 PM
    does pdcurses run on linux?
  • f

    future-iron-61487

    08/25/2022, 11:44 PM
    I mean, I guess it does, but I think it does its own SDL/X11 drawing
  • f

    future-iron-61487

    08/25/2022, 11:44 PM
    which seems kinda silly
  • f

    future-iron-61487

    08/25/2022, 11:45 PM
    might need to hook up to ncurses
  • e

    elegant-twilight-61392

    08/26/2022, 12:06 AM
    i wanted to try ncurses but there dont seem to be any externs for it and last time i tried creating externs for any target other than js i could not figure it out at all
  • f

    future-iron-61487

    08/26/2022, 12:11 AM
    I really need to figure out ffi/externs
  • f

    future-iron-61487

    08/26/2022, 12:12 AM
    though in the case of ncurses, I wonder how much of the pdcurses code can be copied since in theory they're both curses
  • b

    best-agent-85158

    08/26/2022, 2:21 PM
    any way to fix this going multiline?
  • b

    best-agent-85158

    08/26/2022, 2:21 PM
    imo this should just extend the menu
  • b

    bright-gpu-74537

    08/26/2022, 2:27 PM
    i dont think menu's autosize currently
  • b

    bright-gpu-74537

    08/26/2022, 2:27 PM
    you can give a menu a fixed width though
  • b

    bright-gpu-74537

    08/26/2022, 2:28 PM
    myMenu.width should work, or
    .menu { width: 300px }
    or
    #myspecficmenu { width: 300px }
  • b

    bright-gpu-74537

    08/26/2022, 2:29 PM
    yeah, they dont autosize currently 😄
  • b

    best-agent-85158

    08/26/2022, 2:34 PM
    i mean, its not horrible, just not optimal, so not really high priority
  • b

    bright-gpu-74537

    08/26/2022, 2:35 PM
    why not, for now, just increase all menu widths?
  • b

    bright-gpu-74537

    08/26/2022, 2:35 PM
    (or just that specific one)
  • b

    best-agent-85158

    08/26/2022, 2:35 PM
    that might seem off for submenues
  • b

    bright-gpu-74537

    08/26/2022, 2:35 PM
    what would seem off?
  • b

    best-agent-85158

    08/26/2022, 2:37 PM
    bruh menues hate me: one pixel off vertically tooltip hidden behind menu
  • b

    best-agent-85158

    08/26/2022, 2:37 PM
    aaa
  • b

    best-agent-85158

    08/27/2022, 12:33 AM
    @bright-gpu-74537 This was in openfl (lime) all along -_-
1...122212231224...1687Latest