Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
First Startup Issues
#1
After numerous tests, whenever I cold start my project files for the first time, I encountered some issues:

1. Occasionally, a single mouse click would register as a double-click.
2. Sometimes, window movement operations would fail.

I checked the code but couldn't find any issues. These problems only occur during the first cold start; they don't reappear after the second time.

Addendum
Regarding issue 1, my click handling code is written within a class file, not in the main file.
It's akin to the problem described in the following link: 
https://www.libreautomate.com/forum/show...4#pid37754

It seems that some operations written within class files are unstable; sometimes, I have to add a delay(200.ms;) before the first line of code in a method within the class.

3. The first line of my main file is as follows, its role is exeProgram, and it references a class file _Chrome3. If I modify this class file, do I need to click its compile button every time? If I don't click it, It seems that in some cases, this doesn't work.
/*/ role exeProgram; c _Chrome3; /*/


Messages In This Thread
First Startup Issues - by Davider - 04-08-2024, 09:07 PM
RE: First Startup Issues - by Davider - 04-09-2024, 03:37 AM
RE: First Startup Issues - by Gintaras - 04-09-2024, 04:37 AM
RE: First Startup Issues - by Davider - 04-09-2024, 05:36 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)