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

    bright-gpu-74537

    04/30/2020, 10:27 AM
    putting it all together:
  • c

    cool-psychiatrist-49311

    04/30/2020, 11:33 AM
    Awesome!
  • b

    bright-gpu-74537

    04/30/2020, 11:35 AM
    šŸ™‚ not much left now... menus and property grid i think... need to step away for a bit now as im sick of looking at it šŸ˜„
  • w

    wide-greece-63479

    05/01/2020, 9:42 AM
    @User Any chance that you can push something to your still empty kenney theme github repo soon?
  • w

    wide-greece-63479

    05/01/2020, 9:43 AM
    Would like to have a closer look!
  • b

    bright-gpu-74537

    05/01/2020, 9:44 AM
    sure, i mean, its empty locally too... been testing the css out on the component explorer first as its a nice "list" to make sure i havent missed anything... Im hoping to get it all done and squared away this weekend
  • b

    bright-gpu-74537

    05/01/2020, 9:46 AM
    btw, @User - i reworked the drawing in kha a while back to stop that scaling issue (now it draws at scale rather than drawing the ui and the scaling the "image", which was junky)... not sure if it will fix the crash on ios though
  • w

    wide-greece-63479

    05/01/2020, 9:50 AM
    That's great! (My daughter grabbed my mac and run, so It's not possible for me to try it out right now. Hope to get it back soon...)
  • b

    bright-gpu-74537

    05/01/2020, 9:51 AM
    How are things? Havent really spoken to you since beers in barcelona šŸ™‚
  • w

    wide-greece-63479

    05/01/2020, 11:00 AM
    More time to code because of the Covid-19 situation with lots of breaks in my normal music business... So - more time to code! šŸ™‚
  • w

    wide-greece-63479

    05/01/2020, 11:02 AM
    Working right now with a new gen of my music notation stuff, plus a coconut web based project where music notation is involved.
  • w

    wide-greece-63479

    05/01/2020, 11:02 AM
    Still based in... Valetta?
  • b

    bright-gpu-74537

    05/01/2020, 11:18 AM
    Good stuff - Still in malta, yeah... BCN got a little too "BCN"y for me near the end... plus was there for like 8 years or something, so got the itch... came here for an holiday essentially and never left šŸ™‚
  • w

    wide-greece-63479

    05/06/2020, 11:59 AM
    Is it just me - or is haxeui.org down..?
  • n

    narrow-australia-37349

    05/06/2020, 12:19 PM
    It is down.
  • b

    bright-gpu-74537

    05/06/2020, 4:34 PM
    sorry, didnt see this... been super busy with stuff... should be back now
  • b

    bright-gpu-74537

    05/06/2020, 4:35 PM
    (shakes fist at web host :/ )
  • b

    brainy-machine-50829

    05/06/2020, 4:36 PM
    Wouldn't it work on a static webpage? That's my favourite approach to hosting stuff.
  • b

    bright-gpu-74537

    05/06/2020, 4:49 PM
    yeah, probably, i just need to pull my finger out and change hosts to be honest... ... ill get round to it
  • b

    brainy-machine-50829

    05/06/2020, 4:50 PM
    If it's just static files, setting up S3 + cloudflare is practically free, low effort, and won't break.
  • b

    bright-gpu-74537

    05/06/2020, 4:54 PM
    thinking about it, it isnt just static files... the builder runs haxe with a skeleton app to build the ui, then serves that
  • b

    bright-gpu-74537

    05/06/2020, 4:54 PM
    still, need to change hosts anyway, as this happens every few days / weeks
  • b

    brainy-machine-50829

    05/06/2020, 4:56 PM
    Could maybe switch to build it up in JS on the client. Dunno.
  • b

    bright-gpu-74537

    05/06/2020, 5:03 PM
    yeah, certainly could... i went down the haxe route as eventually id like to use something like that for other things
  • b

    bright-gpu-74537

    05/06/2020, 5:04 PM
    but yeah, could also just turn the xml in UI at runtime with no real effort
  • f

    fierce-alligator-14675

    05/06/2020, 6:07 PM
    > yeah, probably, i just need to pull my finger out šŸ‘ļø šŸ‘…šŸ‘ļø šŸ‘ˆ
  • b

    brave-kangaroo-30399

    05/08/2020, 7:17 PM
    What would be the css/xml to have a listview with transparent background but normal itemrenderers inside?
  • b

    brave-kangaroo-30399

    05/08/2020, 7:17 PM
    I tried a bunch of ways, but I keep getting some default styling for the listview box
  • b

    bright-gpu-74537

    05/08/2020, 7:26 PM
    Copy code
    css
    .listview {
        background-color: none;
    }
  • b

    bright-gpu-74537

    05/08/2020, 7:26 PM
    ?
1...204205206...1687Latest