Recent Posts

Pages: 1 ... 7 8 [9] 10
81
Yea, also SemlerPDX pointed out that I'm suppose to use integer compare, and not small integer.
82
How Do I? / Re: If-else statement not working inside wait for mouse input indefinite loop
« Last post by Gary on October 07, 2024, 05:45:08 PM »
As Gangrel had pointed out in the discussion opened on Discord, your third usage of variable name '~mouse' has been replaced with variable name '!mouse'.
83
How Do I? / If-else statement not working inside wait for mouse input indefinite loop
« Last post by Jeremiah on October 07, 2024, 05:02:24 PM »
My command isn't working, can anyone help?

Code: [Select]
Start Indefinite Loop
    Wait for mouse button press [Any Button]
    Begin Small Integer Compare : [~mouse] Equals 1
        Press A key and hold for 0.1 seconds and release
    Else If Small Integer Compare : [~mouse] Equals 2
        Press B key and hold for 0.1 seconds and release
    Else If Small Integer Compare : [!mouse] Equals 3
        Press C key and hold for 0.1 seconds and release
    End Condition
End Loop
84
Issues / Re: VoiceAttack Update
« Last post by lowbow12 on October 07, 2024, 01:09:16 PM »
Thanks Pfeil,
Obliged for quick response.
85
Issues / Re: VoiceAttack Update
« Last post by Pfeil on October 07, 2024, 12:54:51 PM »
Updating VoiceAttack normally does not affect settings, profiles, or third-party plugins.

You should not need to redo anything, no.


You could make a backup of the installation directory, export your settings using the "Export Settings" button on the "System / Advanced" tab of the VoiceAttack options window, and use the "Click here to browse VoiceAttack's data folder." link on the same tab to open the directory containing the profile database and its backups, which you can make copies of in a safe location.
What that wouldn't account for is anything stored by third-party products outside of those locations.
86
Issues / VoiceAttack Update
« Last post by lowbow12 on October 07, 2024, 12:51:28 PM »
I just started VA to use with ED Odyssey.
But my question is:-
If I download and install the updated version of VA does that mean I have to redo everything ?
87
Feature Suggestions / Re: whisper and/or ollama llm stuff
« Last post by Gary on October 07, 2024, 09:56:51 AM »
There are plans to add more options for speech recognition, however, the availability and timing of these additions will tie in to the level of complexity and space requirements of those engines.  For instance, if adding a local model requires gigabytes and gigabytes of space and the (esoteric) configuration of several tools to make it work with Windows, it will be something that the average VA user is not going to be able to implement.  It's not quite to the point of, 'If you make it, they will come' just yet, as there are not a lot of folks out there willing to take this step.

So again, short answer is yes, this will happen (as this is something that I would like to have).  However, the research is still ongoing.
88
Profile and Command Discussions / Re: Targeting the command list itself in a command
« Last post by Astan on October 07, 2024, 08:47:09 AM »
I understand. I'll see what I can do. Thanks a lot for your reply.
89
Profile and Command Discussions / Re: Targeting the command list itself in a command
« Last post by Pfeil on October 07, 2024, 08:37:30 AM »
Technically it could likely be done, but you'd need to write custom (C#) code for that, using unmanaged Windows API functions.

It is not a targetable window from the perspective of the "Perform a Window Function" action (not even as the active window).
90
Profile and Command Discussions / Targeting the command list itself in a command
« Last post by Astan on October 07, 2024, 08:16:35 AM »
I am trying to target the command list (“Edit a Profile” window) in VoiceAttack itself with "Perform a Window Function", to have that list moved to my other screen.

However, the command fails to acquire that window. Here's the command:

Code: [Select]
Display window '^Edit a Profile' As [Show] (pause up to 5 Seconds for availability)
Move window '^Edit a Profile' to (2560,0)
Pause 0.025 seconds
Resize window '^Edit a Profile' to Width: 400, Height: 800

Having run the command, the error message in the log says: “Unable to acquire window or process to perform a window function”.

As you can see, I prefixed the window title with "^" to have VoiceAttack search by window title only; normal search (without a prefix) targets and moves the main VoiceAttack window instead.

It seems to me this is because the command list is technically not a separate window, but, rather, a part of VoiceAttack (process-wise). Is there any way I can work around this to have the command list recognized in that command?
Pages: 1 ... 7 8 [9] 10