flet-dev / examples

Flet sample applications
MIT License
420 stars 171 forks source link

Pyautogui miss Y Coordinate #98

Open Raijinnt opened 8 months ago

Raijinnt commented 8 months ago

Hi,

I have a Python script which consists of 5 functions. If I run functions separately everything works smoothly. But if I run it in one main.py file a few of those mouse clicks miss Y coordinate in the middle of the process. I am hopeless to find why it does miss it. X is always correct but Y coordinate is a bit too up and hence it miss an "OK" button Did anyone ever experience this?

ndonkoHenri commented 8 months ago

Bring in a concrete example... (will be better to move this discussion here instead, don't you think?)

Raijinnt commented 8 months ago

I will do so. Thank you. I am new to this python and github thing :)