Search found 524 matches

by gwarble
30 Jun 2020, 23:01
Forum: Ask for Help (v1)
Topic: Is there a way to put an icon outside the hidden tray icons by default?
Replies: 56
Views: 11385

Re: Is there a way to put an icon outside the hidden tray icons by default?

I keep a keen eye out for this issue and don't recollect anything from this morning, although it's possible that I missed it...but I just checked all my emails from the group yesterday and today...no dice. Regards, Joe very weird, I must have been looking at an old post thinking it was new, but I s...
by gwarble
30 Jun 2020, 15:18
Forum: Ask for Help (v1)
Topic: Is there a way to put an icon outside the hidden tray icons by default?
Replies: 56
Views: 11385

Re: Is there a way to put an icon outside the hidden tray icons by default?

I swear I saw a post this morning where someone linked to that thread and to this thread... i dont know

anyway, I think the smart people here got really close to a solution on Windows 10 above, hopefully bumping it will get a solution
by gwarble
30 Jun 2020, 14:22
Forum: Ask for Help (v1)
Topic: Is there a way to put an icon outside the hidden tray icons by default?
Replies: 56
Views: 11385

Re: Is there a way to put an icon outside the hidden tray icons by default?

I thought I just saw a post asking about doing this but couldn't find it again... So many thanks to jeeswg and teadrinker the above code works for me in Windows 7 now to get it to work with Windows 10, i think it needs a little pointer manipulation based on change of the interface (new uuid but more...
by gwarble
23 Jun 2020, 21:32
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 210460

Re: EitherMouse 0.8 - Multiple mice, individual settings...

Thank you, and thanks for the suggestions... I also would find both useful and have had them on my to do list for a while, but haven't got around to them. I will try to prioritize some further investigation into this... Of course if you want to "hack" around, this is totally doable yourself, I won't...
by gwarble
18 Jun 2020, 09:27
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 210460

Re: EitherMouse 0.8 - Multiple mice, individual settings...

No sorry, EitherMouse only reacts to the mouse being used, it doesn't intercept the source of that input... try searching for AutoHotInterception maybe?
by gwarble
31 May 2020, 09:23
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 210460

Re: EitherMouse 0.8 - Multiple mice, individual settings...

This looks like a bug with MultiCursor mode, i will look into it thanks I've got a laptop with a 4K screen & touchpad (as Mouse1), and an external 1920x1200 as my right-side-extended desktop, with a USB mouse as Mouse2. I position the Mouse1 cursor mid-screen on the internal screen, likewise with Mo...
by gwarble
31 May 2020, 09:21
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 210460

Re: EitherMouse 0.8 - Multiple mice, individual settings...

Did you compile yourself? Try running the EitherMouse.exe from www.EitherMouse.com and see if you still have issues before attenpting a custom compilation (the icons aren’t there in the gui)

it sounds like neither mouse is being detected
by gwarble
20 May 2020, 21:54
Forum: Scripts and Functions (v1)
Topic: Simple GDI-Printing library -- SGDIPrint
Replies: 12
Views: 3570

Re: Simple GDI-Printing library -- SGDIPrint

It looks like you found a solution, but i think the scaling math you're using was from my post here: https://www.autohotkey.com/boards/viewtopic.php?p=251433#p251433 which is meant to scale it to a full page... Instead of then dividing by 1.75, it would work more universally (ie if you have a 3x5 im...
by gwarble
20 Mar 2020, 11:22
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 210460

Re: EitherMouse 0.8 - Multiple mice, individual settings...

Try toggling "ignore zero device" in the advanced settings menu... If so your devices' driver software package might be interfering and blocking the device ID from being detectable by EitherMouse, the workaround setting might help but if both devices are like that it might still not really work the ...
by gwarble
26 Jan 2020, 11:27
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 210460

Re: EitherMouse 0.8 - Multiple mice, individual settings...

I haven't really tested the state of the plugin system in quite some time, but I put them back up for you to experiment with: https://www.eithermouse.com/Plugins/ Here is the PeterPanExample: #NoEnv #SingleInstance, Force SetWorkingDir %A_ScriptDir% OnMessage(WM_EitherMouse:=DllCall("RegisterWindowM...
by gwarble
14 Jan 2020, 17:45
Forum: Scripts and Functions (v1)
Topic: Send Email Directly from AutoHotkey
Replies: 33
Views: 20692

Re: Send Email Directly from AutoHotkey

Confirmed it does function with Office365 here from my work network (Sonic fiber optic)
and according to google, Xfinity (who I use at home) has blocked the use of port 25
by gwarble
14 Jan 2020, 15:05
Forum: Scripts and Functions (v1)
Topic: Send Email Directly from AutoHotkey
Replies: 33
Views: 20692

Re: Send Email Directly from AutoHotkey

I did, but maybe port 25 is blocked for me?
I'll try again just in case
by gwarble
13 Jan 2020, 20:40
Forum: Scripts and Functions (v1)
Topic: Send Email Directly from AutoHotkey
Replies: 33
Views: 20692

Re: Send Email Directly from AutoHotkey

before using CDO COM i used to prefer the blat.dll over mailsend.exe but I can't remember the support for SSL/TLS (and I don't really understand the difference between the two) I have not been able to get the CDO COM method to work with Office365 ... being picky with From/Sender/Username ... The CDO...
by gwarble
12 Jan 2020, 14:06
Forum: Scripts and Functions (v1)
Topic: Send Email Directly from AutoHotkey
Replies: 33
Views: 20692

Re: Send Email Directly from AutoHotkey

I like the native COM approach personally, but there are FREE alternatives, like blat.dll|exe or mailsend.exe one thing that might help people testing this... in order to get sending to work with Gmail i had to turn on "allow access to less secure apps" in the security settings To := "some@one.com" ...
by gwarble
20 Dec 2019, 12:48
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 210460

Re: EitherMouse 0.8 - Multiple mice, individual settings...

mattdoofus: it was never implemented as a feature, only as a plugin... I will see if I can dig it out, but the usefulness is limited by the inability to use both mice simultaneously without interference zaekaleem: thanks... for over 10 years since releasing EitherMouse, I can't believe its not built...
by gwarble
01 Nov 2019, 15:05
Forum: Scripts and Functions (v1)
Topic: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
Replies: 42
Views: 9273

Re: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support

Has anyone had any luck loading external fonts? fontname := HPDF_LoadTTFontFromFile(hDoc,"C:\3of9.ttf",1) should load up the TrueType font and return the font name for use with font := HPDF_GetFont(hDoc, fontname, 0) so in this case it should return "3 of 9 Barcode" but its only returning 0 for any ...
by gwarble
18 Oct 2019, 10:22
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 210460

Re: EitherMouse 0.8 - Multiple mice, individual settings...

hopefully its trivial and I will incorporate whats needed for you and other users that may already use chocolatey, but honestly I personally don't think this distribution/update model is value-add. Most administrators would just use a couple lines in powershell to download and install with command l...
by gwarble
17 Oct 2019, 09:47
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 210460

Re: EitherMouse 0.8 - Multiple mice, individual settings...

The configuration data is stored in the registry, HKCU\Software\EitherMouse\, you can manually look through and see what is saved for each mouse.

As for chocolatey, I will have to try it to see how its faster/more automate-able than simple command line parameters like "/install /quiet"
by gwarble
16 Oct 2019, 12:37
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 210460

Re: EitherMouse 0.8 - Multiple mice, individual settings...

Bill Board: great, thanks for the feedback

c600g: I will look into chocolatey, but I can't say I see the real benefit to a system like that

There currently isn't a way to do that, new gui planned but it will take some time. For now you have to use the mouse you want to adjust.
by gwarble
04 Oct 2019, 08:47
Forum: Forum Issues
Topic: Want to add animated GIF to post but "Broken Link for safety" appears
Replies: 16
Views: 7156

Re: Want to add animated GIF to post but "Broken Link for safety" appears

why the attitude? he’s new and asking a very simple question

maybe the “error” should read “not a valid image file” instead of “broken link for safety”

Go to advanced search