Benjamin Schmid Ties

Results 9 comments of Benjamin Schmid Ties

Thanks for the answer, i will try to fix it. My temporary fix was to just store the queue somewhere else but thats not a really good solution

For me this issue happens basically every second time I enter whatever function. ![image](https://user-images.githubusercontent.com/76067254/215544750-d57f4503-a9c4-4dc3-b2c2-24373b32e825.png)

I solved this problem like this: try appending an Authorization header to your connection conn_ptr_tls = client_tls.get_connection(uri, ec); conn_ptr_tls.get()->append_header("Authorization","Basic *************************")

@raysan5 ah ok, got it, maybe one solution could be to just use the c standard library?

@raysan5 last time i tried to implement this with a static text buffer, but the problem is that when you edit the value of one textbox, and then switch to...

ah, do you mean like: if you exit from one valuebox properly, it can parse the string and then clear the buffer? so that the next valuebox knows its allowed...

I tried to make this today because i needed it myself, but i got stuck because when editing the float value's decimal places (pressing backspace), on the next function call...

@danielchasehooper I made this now, on my profile you can find a fork to raylib and raygui if you still need it. the usage is a bit different, you have...

@raysan5 i made a pull request for this, would you mind taking a look?