Felix
Felix
新功能: 选择所有相同节点, 现在只能一个一个search再选,再copystyle pastestyle, 能批量操作就好了
Hi, any pythonic way to use messagebox (popup) as below? ```python do_sth_step1(...) user_response = msgbox('Confirm?') # Yes/No if user_response == 'Yes': do_sth_step2(...) ``` Currently i have to move `do_sth_step2` to...
Hi, tooltip of containers (collapsing_header/tree_node/group/...) stacked/inherited together, which looks abnormal. ```python import dearpygui.dearpygui as dpg dpg.create_context() primary_w = 'w0' with dpg.window(tag=primary_w): with dpg.collapsing_header(label='head1', tag='header1'): with dpg.tooltip('header1'): dpg.add_text('header1') with dpg.tree_node(label='node1', tag='node1'):...
Hi, after check View - Display - Monitoring log (or toolbar icon added), and save settngs, when re-open notepad3, this function is still unchecked, have to check it manually every...
Hi! thanks for your great work! A error found as below when using it: FileNotFoundError: [Errno 2] No such file or directory: '...\\.venv\\lib\\site-packages\\streamlit_javascript\\frontend\\build\\bootstrap.min.css.map'
### Is there an existing issue for the same bug? - [X] I have checked the existing issues. ### Branch name main ### Commit ID * ### Other environment information...