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

    few-pizza-8232

    11/25/2022, 9:33 PM
    thanks for satisfying my curiosity at any rate
  • b

    bright-gpu-74537

    11/25/2022, 9:34 PM
    no worries 🙂
  • b

    bright-gpu-74537

    11/26/2022, 4:35 PM
    booo... the gif encoding makes it look all shitty 😦
  • a

    ambitious-knife-25690

    11/26/2022, 4:37 PM
    is this the standard haxeui theme?
  • b

    bright-gpu-74537

    11/26/2022, 4:37 PM
    it is
  • a

    ambitious-knife-25690

    11/26/2022, 4:37 PM
    it looks a bit polished/different
  • a

    ambitious-knife-25690

    11/26/2022, 4:38 PM
    maybe it is the rounded corners
  • a

    ambitious-knife-25690

    11/26/2022, 4:38 PM
    or the gif encoding 😂
  • b

    bright-gpu-74537

    11/26/2022, 4:38 PM
    likely the rounded borders... coming to haxeui-kha fairly soon 😉
  • a

    ambitious-knife-25690

    11/26/2022, 4:38 PM
    damn man, i have no idea how you bust out ui so quickly
  • a

    ambitious-knife-25690

    11/26/2022, 4:39 PM
    actually, i guess it makes sense but you know what i mean 😆
  • b

    bright-gpu-74537

    11/26/2022, 4:40 PM
    tbh, haxeui tends to do alot of the heavy lifting for me... so making a UI can take minutes sometimes
  • b

    bright-gpu-74537

    11/26/2022, 4:41 PM
    im thinking this "window" stuff will go into core... i was trying to create an MDI type system for a project that will need it... then i thought... hmmm, i dont think it needs to be MDI, just windows + a window manager... ... ... et viola 🙂
  • a

    ambitious-knife-25690

    11/26/2022, 4:42 PM
    it looks really nice
  • b

    bright-gpu-74537

    11/26/2022, 4:43 PM
    yeah, it all worked out a little better than i expected tbh 😄
  • f

    few-pizza-8232

    11/26/2022, 5:16 PM
    would that be different in significant ways from http://haxeui.org/explorer/#containers/dialogs ? I can see in the gif that manipulating more than one of those at once is a little nicer, with proper reordering, but I don't quite understand the distinction at first glance
  • b

    bright-gpu-74537

    11/26/2022, 5:19 PM
    so the problem with dialogs is they dont "know" about each other... so there is no ordering etc... under the hood, they are quite different. But, in essence you arent wrong to question, i think that in the future the dialogs will end up moving into this "window manager" sub system
  • b

    bright-gpu-74537

    11/26/2022, 5:19 PM
    ie, a Dialog will just be a Window
  • b

    bright-gpu-74537

    11/26/2022, 5:20 PM
    but currently they are quite distinct, especially because haxeui dialogs can be native, these windows certainly cant yet
  • b

    bright-gpu-74537

    11/26/2022, 5:20 PM
    ill basically need MDI type things for a project, so not even sure if this will go into core... but its pretty nice, so i think it will
  • a

    ambitious-knife-25690

    11/26/2022, 5:21 PM
    what is MDI?
  • b

    bright-gpu-74537

    11/26/2022, 5:22 PM
    "Multiple Document Interface"
  • a

    ambitious-knife-25690

    11/26/2022, 5:22 PM
    aaahhh
  • b

    bright-gpu-74537

    11/26/2022, 5:22 PM
    this sort of stuff
  • f

    few-pizza-8232

    11/26/2022, 5:22 PM
    oh cool
  • f

    few-pizza-8232

    11/26/2022, 5:23 PM
    I'm still not dipping into native or hxWidgets so I can that imagine the distinction between them would become pretty pronounced on a mobile device that likely has no native MDI
  • b

    bright-gpu-74537

    11/26/2022, 5:24 PM
    tbh, i think for mobile you just wouldnt use MDI, or if you did, they would just always be "maximized" and a way to flip between them
  • b

    bright-gpu-74537

    11/26/2022, 5:24 PM
    kinda like mobile browser "tabs" basically
  • f

    few-pizza-8232

    11/26/2022, 5:26 PM
    makes sense. and I suppose non-native MDI is standard for multi-window applications that expect to run on tablets/kiosks or in other contexts where there's space and interface complexity to warrant it
  • f

    few-pizza-8232

    11/26/2022, 5:27 PM
    not suggesting anything just getting a fuller picture. I haven't done much in the way of interface-heavy application design in the past so understanding the motivations and such is useful
1...129812991300...1687Latest