TwDnCTX
TwDnCTX
> Hi, happy to hear you like it. You can do both of those things with JavaScript, so I don't think it's necessary to add them to Helium. > >...
```python click(Link("删除",to_left_of=string_flag)) click(Link("删除",to_left_of=string_flag)) ```
> Thanks for the info. We are aware and working on this! `vsync=False` can type faster. But cause FPS render high. From `vsync=True` 60FPS(monitor fps) up to more than 6000FPS....
> I came across this issue after messing with dpg for a few days and found that disabling vsync when creating the viewport is a good workaround: > > ```python...
> > dpg.create_viewport(vsync=False) > > After I set `vsync=False`, I will get very high cpu usage and huge gpu usage. > >  Which IME do you use? I switch...
Microsoft IME also have this problem > > dpg.create_viewport(vsync=False) > > After I set `vsync=False`, I will get very high cpu usage and huge gpu usage. > >  Microsoft...
Do you solve this problem? I have similar problem: My dota2 also crash in 10 minutes after start dota2 with the whole system down. I have to force restart everytime....
These are only a few screenshots of the problem:    
> file="C:\Windows\Fonts\msjh.ttc", size=18, parent=reg Wrong font file for title drag rectangle.
Change `dpg.add_file_dialog` to `with dpg.file_dialog(directory_selector=False, show=True, callback=callback, tag="file_dialog_id",cancel_callback=cancel_callback)` problem solved.