Search found 5 matches

by Russman34
Wed Jul 31, 2024 6:57 pm
Forum: General Discussion
Topic: Sending Keystrokes stalls and won't insert text in Windows 11 Notepad
Replies: 2
Views: 26922

Re: Sending Keystrokes stalls and won't insert text in Windows 11 Notepad

Thanks for your response. I was able to use your example to generate the string "Hello World!!!" in Notepad. I don't, however, have even a basic understanding of the many code lines used to to create the RoboTask task that made this happen. The good news is that by examining the task that ...
by Russman34
Mon Jul 29, 2024 3:47 pm
Forum: General Discussion
Topic: Sending Keystrokes stalls and won't insert text in Windows 11 Notepad
Replies: 2
Views: 26922

Sending Keystrokes stalls and won't insert text in Windows 11 Notepad

I am re-posting this as the moderator seems to have overlooked approving it under a different Subject from July 22nd. Oleg, I have spent several hours trying to get a simple task to work properly, but have not been successful. The task was to use Open Document in Notepad and Send Keystrokes to inser...
by Russman34
Mon Jul 22, 2024 11:28 pm
Forum: General Discussion
Topic: Version 10.0 breaks Task code from version 7.8.6
Replies: 5
Views: 31852

Re: Version 10.0 breaks Task code from version 7.8.6

Oleg, I have spent several hours trying to get a simple task to work properly, but have not been successful. The task was to open a blank text file and insert the words "Hello World!". Notepad opens the file but then stalls without inserting the specified text. Strangely, the log file repo...
by Russman34
Thu Jul 18, 2024 9:01 pm
Forum: General Discussion
Topic: Version 10.0 breaks Task code from version 7.8.6
Replies: 5
Views: 31852

Re: Version 10.0 breaks Task code from version 7.8.6

Oleg, Thank you for your replies. The application to be opened is Notepad. The differences between Win 10 and Win 11 was something I was not aware of. I will take your suggestions (particularly about using the Clipboard) into account and re-write the Send Keystrokes step to try and get the Task work...
by Russman34
Tue Jul 16, 2024 7:53 pm
Forum: General Discussion
Topic: Version 10.0 breaks Task code from version 7.8.6
Replies: 5
Views: 31852

Version 10.0 breaks Task code from version 7.8.6

Hello, I have been using a simple task that worked flawlessly created in RoboTask version 7.8.6 (Windows 10). It only involves 3 steps: 1. Run Program/Open Document 2. Send Keystrokes 3. Rename File After upgrading to a new computer with Windows 11 and RoboTask 10.0.2, the same task code no longer w...