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

    gifted-whale-78169

    04/24/2023, 11:54 PM
    still errors lmao
  • a

    ambitious-knife-25690

    04/24/2023, 11:54 PM
    can you reopen vscode now and show me the whole window again
  • g

    gifted-whale-78169

    04/24/2023, 11:54 PM
    sometimes i just think vscode doesnt like me
  • g

    gifted-whale-78169

    04/24/2023, 11:54 PM
    ah ok
  • g

    gifted-whale-78169

    04/24/2023, 11:55 PM
    yea i need to restart when changing stuff in ceramic to update the extension i might need to do the same thing
  • g

    gifted-whale-78169

    04/24/2023, 11:55 PM
    damn app made me think that there were no errors but then the lint lines appeared..
  • a

    ambitious-knife-25690

    04/24/2023, 11:56 PM
    that's okay
  • g

    gifted-whale-78169

    04/24/2023, 11:56 PM

    https://cdn.discordapp.com/attachments/565569107701923852/1100208619133341796/image.png▾

  • g

    gifted-whale-78169

    04/24/2023, 11:56 PM
    OH
  • g

    gifted-whale-78169

    04/24/2023, 11:56 PM
    lime is recognizing it now at least
  • a

    ambitious-knife-25690

    04/24/2023, 11:56 PM
    at the bottom, select android, and change that to html
  • a

    ambitious-knife-25690

    04/24/2023, 11:56 PM
    and your problem should be solved now
  • g

    gifted-whale-78169

    04/24/2023, 11:56 PM
    let me wait for the cache to build and change it to html
  • g

    gifted-whale-78169

    04/24/2023, 11:56 PM
    yea
  • a

    ambitious-knife-25690

    04/24/2023, 11:57 PM
    btw there's haxeui ceramic
  • g

    gifted-whale-78169

    04/24/2023, 11:57 PM
    fuck yea
  • g

    gifted-whale-78169

    04/24/2023, 11:57 PM
    and yes i know, god bless you fine sir
  • g

    gifted-whale-78169

    04/24/2023, 11:57 PM
    thank you 🙏
  • a

    ambitious-knife-25690

    04/24/2023, 11:58 PM
    👍
  • g

    gifted-whale-78169

    04/24/2023, 11:58 PM
    lets see if i can keep haxe at the apt verison so i dont need to manually manage the versions
  • a

    ambitious-knife-25690

    04/25/2023, 12:00 AM
    there are some known issues with 4.3.0, but i personally haven't experienced any with it
  • g

    gifted-whale-78169

    04/25/2023, 12:08 AM
    do you think this is worth making a pr over? i feel like im gonna forget this in the future 😅
  • a

    ambitious-knife-25690

    04/25/2023, 12:08 AM
    100%
  • g

    gifted-whale-78169

    04/25/2023, 12:08 AM
    alright
  • g

    gifted-whale-78169

    04/25/2023, 12:08 AM
    i just need to change a few strings anyways afaik
  • a

    ambitious-knife-25690

    04/25/2023, 12:09 AM
    i think i've gotten caught by this before as well
  • g

    gifted-whale-78169

    04/25/2023, 1:15 AM
    how can i check which key is pressed on a KeyboardEvent? the events guide is empty haha
  • b

    bright-gpu-74537

    04/25/2023, 7:16 AM
    alright @helpful-boots-41914, heres a prelim impl:
  • b

    bright-gpu-74537

    04/25/2023, 7:16 AM

    https://cdn.discordapp.com/attachments/565569107701923852/1100319466019106878/tiles-kha.gif▾

  • b

    bright-gpu-74537

    04/25/2023, 7:17 AM
    Copy code
    xml
        <image resource="assets/shared_image.png" />
    
        <grid style="spacing:0px;">
            <image id="image1" resource="assets/shared_image.png" />
            <image id="image2" resource="assets/shared_image.png" />
            <image id="image3" resource="assets/shared_image.png" />
            <image id="image4" resource="assets/shared_image.png" />
        </grid>
    
        <grid style="spacing:0px;">
            <image id="image5" resource="assets/shared_image.png" width="64" height="64" style="image-rendering:pixelated;" />
            <image id="image6" resource="assets/shared_image.png" width="64" height="64" style="image-rendering:pixelated;" />
            <image id="image7" resource="assets/shared_image.png" width="64" height="64" style="image-rendering:pixelated;" />
            <image id="image8" resource="assets/shared_image.png" width="64" height="64" style="image-rendering:pixelated;" />
        </grid>
    
        <slider id="slider1" min="0" max="32" precision="0" />
        <slider id="slider2" min="0" max="32" precision="0" />
        <image id="image9" resource="assets/shared_image.png" width="128" height="64" style="image-rendering:pixelated;" />
    
        <grid style="spacing:0px;">
            <image resource="tile://assets/shared_image.png,0,0,32,32" />
            <image resource="tile://assets/shared_image.png,32,0,32,32" />
            <image resource="tile://assets/shared_image.png,0,32,32,32" />
            <image resource="tile://assets/shared_image.png,32,32,32,32" />
        </grid>
1...164916501651...1687Latest