Vladimir Ein
Vladimir Ein
I'd suggest that you start with the [doc on themes](https://dearpygui.readthedocs.io/en/latest/documentation/themes.html) (this will help with the selectable) and [on item configuration](https://dearpygui.readthedocs.io/en/latest/documentation/item-configuration.html) (this one is for `color` on `add_text`). Also please note...
It really depends on your needs and what you're going to do with that piece of UI in future. Setting the `color` on `add_text` is definitely a more lightweight approach...
Please don't click the link in the notification you received for the previous comment. It's a scam.
Can you ask this question on Discord? People in there are more experienced with plots and can probably suggest a solution. Also, you can probably use plot annotations to draw...
The link is right there at DearPyGui home page: https://github.com/hoffstadt/DearPyGui -> [Discord Forum](https://discord.gg/tyE7Gu4).
Please don't click the link in the notification you received for the previous comment. It's a scam.
I have a fix for this, but waiting for #2275 (I decided to "freeze" all my fixes until that giant PR gets merged).
The first script hangs up on `dpg.get_frame_count()`. Here's why. 1. `set_frame_callback` schedules the callback to run on the handlers thread, as it should. 2. Eventually the callback gets started. It...
Hello Kyle - Just wanted to add some links here that explain why such an obvious feature is not there yet (not that you asked for explanation, but this info...
Well, all those links are references to Dear ImGui, which is a different repo, so you should probably leave your ticket open.