[UCR Plugins] Zoom.ahk +more

Post gaming related scripts
Helgef
Posts: 4709
Joined: 17 Jul 2016, 01:02
Contact:

Re: [UCR Plugins] Latest: Cursor - Multiple mice/cursors. (2017-02-11): APM - Action per minute counter.

04 Mar 2017, 12:58

Hi, I recognise that error. I thought I fixed it. I shall return in the matter later, thanks for the report.
Helgef
Posts: 4709
Joined: 17 Jul 2016, 01:02
Contact:

Re: [UCR Plugins] Latest: Cursor - Multiple mice/cursors. (2017-02-11): APM - Action per minute counter.

04 Mar 2017, 16:00

@evilC, I think it is just the default confinement coordinates that are messed up, if you go to the Coordinates tab and hit the Reset button, it should be ok, apparently, I fixed the reset procedure but not the defaults. I'll update the code momentarily.

Note, this really is conceptual, I don't think it has too much real usage value as it is now.
evilC wrote: Here is my monitor setup:

Code: Select all

MonitorCount: 5
:shock:
I only have one monitor, but I do have 16 virtual desktops :lol:
Hopefully, there isn't any problems due to multi monitor setups, but not tested. You should be able to set the confinment to any monitor. But the cursors does not transfer between (my) virtual desktops.
Finally, for reference, you might be intersted in the small adjustments I made to the MouseDelta class, to get the transition state of the mouse buttons. That is one reason for not using UCRs InputDelta control for this, the other reason is that the InputDelta isn't Critical, hence it doesn't perform good enough for this. I don't think the InputDelta needs to be critical for the core plugins, though. Having it critical could mess up something else.

Cheers!

Edit: Code updated
User avatar
evilC
Posts: 4822
Joined: 27 Feb 2014, 12:30

Re: [UCR Plugins] Latest: Cursor - Multiple mice/cursors. (2017-02-11): APM - Action per minute counter.

04 Mar 2017, 23:22

I do actually have a use-case for this - When doing a remote desktop session, it would be absolutely awesome for both parties to be able to share use of the cursor :)
I will try and take a look at it at some point and see if I can work out what is going wrong.
Helgef
Posts: 4709
Joined: 17 Jul 2016, 01:02
Contact:

Re: [UCR Plugins] Latest: Cursor - Multiple mice/cursors. (2017-02-11): APM - Action per minute counter.

09 Apr 2017, 10:58

Updated Zoom plugin - Version 2.1.1 (2017-04-10): Bug fix, download updated.
Updated Zoom plugin - Version 2.1 (2017-04-09): Bug fix, Added new feature: Show cursor on zoom window, mapped from source rectangle. See first post.
Guest

Re: [UCR Plugins] Latest: Cursor - Multiple mice/cursors. (2017-02-11): APM - Action per minute counter.

16 Apr 2017, 18:18

Error in include file

"C :\Users\Administrator\Downloads\UC R\Libraries\TT S\TT S .ahk": 0x800401 F3 - Invalid class string

Line#

005: this .Voice List := Q 006: this .VoiceAssoc := {}

007: this.VoiceCount := 0 008: this .Voice Number := 0 009: this .Voice Name 000:}

011: {

—> 012: this.oVoice := ComObjCreate("SAPI.SpVoice")

013: this ._Get Voices 0

014: this.SetVoice(this.VoiceList.1)

015:}

018: {

019: Status := this.oVoice.Status.RunningState

020: if Status = 1

021: this.oVoice.Speak(text.0x1)

Continue running the script?
I get this error when I run UCR.exe
Helgef
Posts: 4709
Joined: 17 Jul 2016, 01:02
Contact:

Re: [UCR Plugins] Latest: Cursor - Multiple mice/cursors. (2017-02-11): APM - Action per minute counter.

17 Apr 2017, 11:36

Hi Guest. You should ask forum member evilC in the appropriate thread: UCR. Providing information about your UCR version will probably be helpful.

Good luck.
Helgef
Posts: 4709
Joined: 17 Jul 2016, 01:02
Contact:

Re: [UCR Plugins] Latest: Cursor - Multiple mice/cursors. (2017-02-11): APM - Action per minute counter.

23 Sep 2017, 03:37

Real shame this doesn't work without aero
The zoom plugin requires DWM. If you disable aero theme on windows vista or window 7 DWM shuts down (I think). On win8 and newer DWM cannot be disabled, regardless of theme. Possibly one could enable DWM without having aero theme on, on win vista and 7, via DwmEnableComposition function. I have not tried.
TiltedUser1
Posts: 1
Joined: 10 Dec 2018, 08:18

Re: [UCR Plugins] Latest: Cursor - Multiple mice/cursors. (2017-02-11): APM - Action per minute counter.

10 Dec 2018, 08:33

Hey always when I try to zoom into something this happens?

First Error Code:
Image

Secoond Error Code:
Image
Im using Windows 10 , 2 Screens , I tested this on every application. Not sure if this is a plug-in error or an UCR error , never worked with this tool before but maybe its both.
Windows 10 has Aero I think ? Or not the same way it was in Windows 7 i don't know , but it's turned on for me. I followed the setup and installation that were described in the thread. I run UCR as Administator and used the Super Gobal profile.
Helgef
Posts: 4709
Joined: 17 Jul 2016, 01:02
Contact:

Re: [UCR Plugins] Latest: Cursor - Multiple mice/cursors. (2017-02-11): APM - Action per minute counter.

10 Dec 2018, 09:24

Hello, please try this to fix the first error. The second error is not from the plugin code. maybe it was caused by the plugin, if it persists you need to tell me more on how to reproduce it.

Edit, code moved first post.

Please let me know if it works or not.

Cheers.
Last edited by Helgef on 27 Aug 2019, 12:23, edited 1 time in total.
cru121
Posts: 1
Joined: 12 Apr 2019, 02:01

Re: [UCR Plugins] zoom old UI elements / 4k display

12 Apr 2019, 02:16

Helgef wrote:
10 Dec 2018, 09:24
Hello, please try this to fix the first error.
*snip*
Hi, I have also encountered the error mentioned by TiltedUser1 and I can confirm that your update fixes the problem; both error messages seem to go away.

A question. If I zoom in some buttons in a game, is it possible to click the big buttons?

Context: Old game, tiny unreadable UI on 4k displays.
Helgef
Posts: 4709
Joined: 17 Jul 2016, 01:02
Contact:

Re: [UCR Plugins] Latest: Cursor - Multiple mice/cursors. (2017-02-11): APM - Action per minute counter.

27 Apr 2019, 09:49

Hi, I have also encountered the error mentioned by TiltedUser1 and I can confirm that your update fixes the problem; both error messages seem to go away.
Hi, thank you very much for the feedback and sorry for the awkward response time.
A question. If I zoom in some buttons in a game, is it possible to click the big buttons?
In the plugin settings, select tab Interactive then check Enable interactive mouse clicks, and enable which mouse button you want to click with, left and/or right. Please try both Method 1 and Method 2, if that doesn't work you are out of luck.

Cheers.
ALE
Posts: 1
Joined: 24 Jan 2020, 00:51

Re: [UCR Plugins] Zoom.ahk +more

24 Jan 2020, 01:33

@Helgef
Hey, Helgef, saw your post on https://www.autohotkey.com/boards/viewtopic.php?t=30187 commenting scriptor2016 script. First of all, I did like the idea of practically minimizing windows and clicking them. Basically scriptor2016's solution is ok - it's simple, standalone and does the job, though, as you put it it's conceptual.

I see (in demos) that your plugin does the same stuff plus some extra.
Don't get me wrong, that I'm commenting on choice of your implementation, but you said that UCR's just a convenient wrapper.

All I want to say is that it would be very nice if you had a standalone version of Your solution, not dependent on a seemingly too elaborate code, which also seemingly has nothing to do with dmw and thumbnails etc, plus this quote "THIS AHK VERSION OF UCR IS BEING PHASED OUT! PLEASE START TO MIGRATE TO THE NEW C# VERSION" does not encourage at all.

So If it's not a creation of the world from scratch, it would be great to see your script in a more orthodox above-mentioned form (by which I mean a standalone code, probably code + a class *.ahk, which is much easier to modify, comprehend and maybe introduce into a larger thing). If it's a lot of additional work, forget what I just wrote, You've already done an amazing job.

My apologies if it is rather a cheeky suggestion, I didnno :)
Cheers!
Helgef
Posts: 4709
Joined: 17 Jul 2016, 01:02
Contact:

Re: [UCR Plugins] Zoom.ahk +more

24 Jan 2020, 08:16

Hi @ALE, thanks for the suggestion, but I am not likely to work more on this.

Cheers.

Return to “Gaming Scripts (v1)”

Who is online

Users browsing this forum: No registered users and 37 guests