PhilouDS
PhilouDS
Thanks, I'm trying this. I'm having this error message with a dropdown:  ```rust const dropdown_vessels = ves_box.add_dropdown(names_of_vessels.value) dropdown_vessels.bind(names_of_vessels) ``` `names_of_vessels` is a list of all my owned vessels' names....
The `visible` field works as expected. Thank you. My next wish: radio button instead of toggle 😋  
For what I know, the units are the same than the units in the game. Time : s Velocity : m/s Acceleration : m/s² Distance : m Mass : metric...
Okay, I perfectly understand that. Thanks for your answer and for your great work!
Thank you! This is already a good start, very promising!
Some examples of my UIs (the wrong stage info at the top is from MicroEngineer. The bottom UI is mine)   When I use WARP inside the VAB, at...
Ooh! Thanks for that. More fun is coming :) What's `ksp::game::MESSAGE_BUS` for? Do you have the new `vsix` file please? I thought the file wasn't needed anymore but I have...

> I created a fresh one: https://github.com/untoldwind/KontrolSystem2/releases/download/v0.5.8.0/to2-syntax-0.0.48.vsix . I still have an error for the keyword `Importance`
> Sure, every PR or error correction is much appreciated. If you're interested, I could try to make a tutorial as the one we can find in the kOS documentation...