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

    hallowed-ocean-84954

    12/11/2022, 9:36 PM
    but I think it's time for a custom component for my labelled precision limited slider
  • b

    bright-gpu-74537

    12/11/2022, 9:37 PM
    certainly "kudos" on the biggest most "uses all features" xml file ive seen so far... good to know it all works... ive usually split things up way before that 🙂
  • f

    full-journalist-82607

    12/11/2022, 9:38 PM
    Latest git from today ! 🙂
  • b

    bright-gpu-74537

    12/11/2022, 9:38 PM
    OK, so yeah, something is still broken then, its inheriting buttons behaviours... what is your test case? As i thought i checked it out, but clearly not
  • b

    bright-gpu-74537

    12/11/2022, 9:40 PM
    btw yoplala, correct me if im wrong, but werent you writing some haxeui guides? Did you see my change about "haxeui-guides" feeding sections of the website? Wondering what your thoughts / input might be there
  • h

    hallowed-ocean-84954

    12/11/2022, 9:40 PM
    I'm mostly trying to hack the UI together and focus on OpenGL via FL/lime. But yeah it's getting out of hand. But what's nice is that I can switch properties - colors, zoom and so on - and it renders live in the scene - it's really working nicely for the most part
  • b

    bright-gpu-74537

    12/11/2022, 9:41 PM
    yeah, certainly wasnt a "diss", im happy its all working, for sure... not that didnt expect it to ofc ( 😄 ), but yeah, i think your xml linked is the most "full" xml ive seen so far - ie, it touches all xml features, which is pretty neat
  • h

    hallowed-ocean-84954

    12/11/2022, 9:42 PM
    Not taken as such. Got a flashlight that you can move over the scene where the camera is pointing two nights ago But to make all the options changeable there are lot of UI elements
  • b

    bright-gpu-74537

    12/11/2022, 9:43 PM
    defo alot of UI, nicely organized too as far as i can tell ... 🙂 Initially all very small (for the user), but there is alot there going on... 👍
  • f

    full-journalist-82607

    12/11/2022, 9:44 PM
    Yes indeed. No I haven't seen them ... Oh nice . Just reinstalled my computer ( and copied the drive elsewhere) so I'll look at it on the next few days
  • f

    full-journalist-82607

    12/11/2022, 9:45 PM
    ( Bonus : now wxWidgets is working, haha )
  • b

    bright-gpu-74537

    12/11/2022, 9:46 PM
    cool.. well, just a very quick recap: https://github.com/haxeui/haxeui-guides now feeds the website: http://haxeui.org/api/getting-started/welcome.html Its not automatic, but thats neither here nor there - my hope is that people like yourself, who are writing guides etc, can just PR there and it'll be more central than disparate, possibly out of date info... the system might not be perfect (yet) but im hoping that it will become so with more input
  • b

    bright-gpu-74537

    12/11/2022, 9:46 PM
    you mean with your NPE fix?
  • f

    full-journalist-82607

    12/11/2022, 9:47 PM
    NPE ?
  • b

    bright-gpu-74537

    12/11/2022, 9:47 PM
    "null pointer exception"
  • b

    bright-gpu-74537

    12/11/2022, 9:48 PM
    if (choice == null) return null; // added this
    ie, this
  • f

    full-journalist-82607

    12/11/2022, 9:49 PM
    no, on mys old linux, wxwidgets was never really working ( I think I posted some issues I should close ) but I think it was due to a bad installation/removal, now that I'm on new one, I can actually play with hxWidgets.
  • b

    bright-gpu-74537

    12/11/2022, 9:49 PM
    ah, gotcha 🥳
  • f

    full-journalist-82607

    12/11/2022, 9:50 PM
    Now, I will be able to send some real bugs haha🤣
  • b

    bright-gpu-74537

    12/11/2022, 9:50 PM
    but yeah, id defo be more than interested, when you have time ofc, to see how your guides fit into this new "haxeui-guides feeds the website" system
  • b

    bright-gpu-74537

    12/11/2022, 9:50 PM
    thats good... more bugs found means less bugs for everyone...
  • h

    hallowed-ocean-84954

    12/11/2022, 9:51 PM
    is there a demo/example of custom components ?
  • f

    full-journalist-82607

    12/11/2022, 9:52 PM
    Hmm, I'm not sure, more bugs founds means more features ( "oh while correcting this bug, let's add this features " ) which means much bugs which ...
  • b

    bright-gpu-74537

    12/11/2022, 9:52 PM
    there is in the component explorer, but i realised recently that its actually a kinda shit example since it is specific to haxeui-html5
  • b

    bright-gpu-74537

    12/11/2022, 9:54 PM
    i didnt mean that... more bugs found isnt more features, it means more bugs found which (hopefully) means more bugs squished, which means, ultimately to less bugs overall for everyone - take the hxwidgets choice one for example, i tested it (obviously not enough), you found a bug, ill squish it, its one less bug for everyone else 🙂
  • f

    full-journalist-82607

    12/11/2022, 9:58 PM
    Do you not use it much ? I think it will be awesome for "real" apps. I would love to have all my utilities app to work on hxWidgets
  • b

    bright-gpu-74537

    12/11/2022, 9:58 PM
    i defo use it... my "two backends" are haxeui-html5 and haxeui-hxwidgets... for sure
  • b

    bright-gpu-74537

    12/11/2022, 9:59 PM
    thats why i would like your test case, as i found an issue with dropdowns on native, but fixed it... so not sure what is different for you
  • b

    bright-gpu-74537

    12/11/2022, 9:59 PM
    quite a simple example, but probably more useful than the one that is in the explorer: http://haxeui.org/builder/?6b3e0856
  • h

    hallowed-ocean-84954

    12/11/2022, 10:00 PM
    oh - thanx for that - the thing I'm trying to do is add attributes to my component
1...133013311332...1687Latest