luckrill

Results 7 comments of luckrill

不使用python版本了,直接使用 原生的 JS原生的更好

自己还是没有入门,不知道如何运行 你开发的那么多 examples

我现在开始调查 lazarus 遇到 dialog 窗口,按钮都是 英文 我是 中文 windows10的环境,为什么不能显示 中文按钮 ![image](https://user-images.githubusercontent.com/5372899/175471058-1d034ff4-04d8-40bf-81ee-3aae335b776d.png) 具体看这里 https://forum.lazarus.freepascal.org/index.php/topic,59708.0.html

好像博客普遍不支持这个需求

Can refer to PyAutoGUI Window handling features: pyautogui.getWindows() # returns a dict of window titles mapped to window IDs pyautogui.getWindow(str_title_or_int_id) # returns a “Win” object win.move(x, y) win.resize(width, height) win.maximize()...

robotgo example code is good, for basic Window handling ![image](https://user-images.githubusercontent.com/5372899/199915827-8cd3bddb-4f4e-4dd1-b508-525a4023ae9f.png)