Vladimir Ein
Vladimir Ein
Please don't click the link in the notification you received for the previous comment. It's a scam.
> why not instead have the user bind hover handlers to its buttons to set the cursor it wants ? This might work too, but hover handlers don't have (yet)...
> the item might be not rendered(tree node closed or any reason) and thus the event might not trigger Good point! > mouse being reset after a ~0.1s delay of...
> having GotHoverHandler and LostHoverHandler handlers The same entry/exit logic can be applied to some other handlers, too, in particular the "focus" handler and the "item visible" handler. In my...
Well, the comment in the current version states that `GetPlotPos` triggers an assert. I can't test it right now but it might be that it triggers an assert _in some...
Bad news: this (and all other PRs) will go after #2282, which is my main target for now (just don't want to context switch even more than now). I've been...
LOL what a typo, SetItem that adds an item to itself :joy:! Good catch!
The way documentation is generated for API functions, such a change will pop up in every description of the `tag` argument for every function. That's why I'd avoid a too...
Not sure that I follow your question... If you mean whether this can become a problem, then yes - here's a simple demonstration: ```py with dpg.window(label="Window"): dpg.add_button(label="Button 1", tag=23) dpg.add_button(label="Button...
> adding a clarification to the effect of... Yep, I agree, except that we typically use `dpg` instead of `dearpygui.dearpygui`. I myself don't have time for doc updates at the...