PhilouDS

Results 134 comments of PhilouDS

Thanks, I'm trying this. I'm having this error message with a dropdown: ![image](https://github.com/untoldwind/KontrolSystem2/assets/77538240/9a3a59c9-8451-42a3-a5da-e6c265c7032e) ```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 😋 ![image](https://github.com/untoldwind/KontrolSystem2/assets/77538240/dc21783e-d22e-4a0a-8177-372684bb43b9) ![image](https://github.com/untoldwind/KontrolSystem2/assets/77538240/24cf1480-885d-4db8-9b4f-9de321fadede)

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) ![image](https://github.com/untoldwind/KontrolSystem2/assets/77538240/0bfc0878-39ed-4ec5-aaa9-04a491865670) ![image](https://github.com/untoldwind/KontrolSystem2/assets/77538240/a5ac8d86-dfeb-49d8-99b3-6107ac6f7e4e) 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...

![image](https://github.com/untoldwind/KontrolSystem2/assets/77538240/55187582-2ee6-4577-81b0-06d51f931e41)

> 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...