Marius

Results 26 comments of Marius

Would this also apply to the K-Type I have? I've been thinking to add this as an animation, but the syntax is pretty archaic with zero documentation.

I've been trying to do the same thing, and I've had decent success in getting it to work (but not perfect), there are these points to consider: * Your column...

How do I go about finding out which (any) key is pressed? (For instance where I want to write code to set up hotkeys etc.) Currently I need to call...

What type of connections are you making? ws? wss? We are having similar issues, we set the timeout to 10min and our connections always seem to die at around 10min....

A simpler solution is to just refresh your browser (if running in a browser). CTRL-Refresh (or SHIFT-Refresh depending on your browser). Worked for me.

@ocornut , I'm using the code you posted and it's working wonderfully. However, it seems to disable table right-click context menus (`ImGuiTableFlags_ContextMenuInBody`) in empty cells even though I'm calling scrolling...

An easy way for me to work around this without needing to run apps etc (for all the developers) was to add the following change to my SDL backend. I...

Thanks, did not even think it was an optional flag. Was expecting it to be default as well. That's going to be a pain with all our trees... :P But...

This is indeed working. For now just the window positions and docking makes all the difference. May add the tree nodes later as well. Also, what about table column specs?...

I'd be interested in testing this as well as we have an application connecting to multiple servers all running libwebsocket. We are seeing something similar with unexplained `LWS_CALLBACK_WS_CLIENT_DROP_PROTOCOL` happening sporadically....