Author Topic: Problem with a Quick Input in VA.  (Read 1727 times)

iceblast

  • Sr. Member
  • ****
  • Posts: 372
Problem with a Quick Input in VA.
« on: February 19, 2022, 09:54:42 AM »
I have been using this command for a few years. The last few months, the { was being cut off, now the first letter as well. This only happens if I'm using the command in VA to make a command. If I'm using Notepad, it works just fine.

The Quick Input delay timing is set 0.0, 0,0

It should type out.
{ACTIVEWINDOWTITLE}

Instead it's only typing.
CTIVEWINDOWTITLE}

It has for a few months been doing this.
ACTIVEWINDOWTITLE}

I've just been quickly adding the { instead of looking at the command.

Code: [Select]
Press and release Right Shift+[ { keys
Quick Input, 'ACTIVEWINDOWTITLE'
Press and release Right Shift+] } keys

Now, if I do this, the command works again.....

Code: [Select]
Pause 0.1 seconds
Press and release Right Shift+[ { keys
Quick Input, 'ACTIVEWINDOWTITLE'
Press and release Right Shift+] } keys

Over the years I've seen commands do this, where it's like the command moves too fast, and seems to skip the first line of a command, and adding a pause in the first line for the command seems to fix it.


Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4759
  • RTFM
Re: Problem with a Quick Input in VA.
« Reply #1 on: February 19, 2022, 01:34:24 PM »
Unfortunately that is currently a known issue with the new GUI in the beta version.

iceblast

  • Sr. Member
  • ****
  • Posts: 372
Re: Problem with a Quick Input in VA.
« Reply #2 on: February 19, 2022, 02:12:03 PM »
👍

Gary

  • Administrator
  • Hero Member
  • *****
  • Posts: 2827
Re: Problem with a Quick Input in VA.
« Reply #3 on: February 22, 2022, 06:17:49 PM »
@iceblast - which input/action are you trying this out on?

iceblast

  • Sr. Member
  • ****
  • Posts: 372
Re: Problem with a Quick Input in VA.
« Reply #4 on: February 25, 2022, 08:05:33 PM »
It's a Voice command.

Usually when making a Begin a Condition command, but I'm pretty sure it has this issue if I try it anywhere within VA it's self. It works fine anywhere else, like notepad.

Just tested it again, and the issue is as said above, and works outside of VA.

Adding a 0.1 second delay does fix the problem, but I have experienced this issue for a few years, where the first line of a command seems to be ignored, but a small pause seems to fix it. It's like VA starts to process the command a hair faster than it's ready for, yet, for some reason, it does see the pause, and it's on the first line of the command. Strange.....