Lyna
Lyna
I saw in the code that there were an event that is triggered when the window get resized, so you could use that to detect when the window get resized...
Something like this should work ```nim window.handleResizeEvent = proc(event: ResizeEvent) = window.width = 600.scaleToDpi window.height = 400.scaleToDpi ```
I don't know if you can write in or not (in the code) but if you can, you just have to store in a sequence every chars typed in it...
There isn't one, but you can use a layout container and add buttons inside of it
You could try making a custom button without any border and place it where your link should be (With your text in button title) then call the click event and...
Note that was discussed on the discord server, starting from [here](https://discord.com/channels/623153565053222947/624272422295568435/953687111167537174)
Can confirm, I get a smiliar error even by commenting out line 82. ``` Need implementation of utils.check_shift()! [I] BEE2_launch.(): Arguments: ['./dist/64bit/BEE2/BEE2'] [I] BEE2_launch.(): Running "bee2", version 2.4.41.0.dev+5e07112b 64-bit: [I]...
Replicated on Lapce nightly-2c08177 inside kde plasma5 (latest) under wayland on Artix linux
I agree, that could be usefull. Because I don't know what are the possible events to use. The events name from the [revolt.js](https://revolt.js.org/classes/Client.Client-1.html#on) page doesn't seems to work.
Thanks, that is usefull. Gonna list all of them: - onReady : "ready" - onMessage : "message" - onMessageEdit : "message_update" - onmessageDelete : "message_delete" - onChannelCreate : "channel_create" -...