Search found 530 matches
- 26 Aug 2024, 10:36
- Forum: Scripts and Functions (v1)
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 404
- Views: 246735
Re: EitherMouse 0.8 - Multiple mice, individual settings...
Setup.exe is a proper installer, but it is most likely to be erroneously flagged as a virus. EitherMouse.exe is just the program which can be ran from anywhere, or can also be used as an installer by running and selecting "install to program files" the .zip file is just EitherMouse.exe (and maybe th...
- 02 Aug 2024, 09:45
- Forum: Scripts and Functions (v1)
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 404
- Views: 246735
Re: EitherMouse 0.8 - Multiple mice, individual settings...
Ah good to know, thanks I will try it out. If thats the case, I'm not sure why there would be any issue using VSCode, but I'm not familiar with what it does under the hood. If you care to recompile the way I intended (which is admittedly a little convoluted), just try recompiling from file explorer ...
- 31 Jul 2024, 10:58
- Forum: Scripts and Functions (v1)
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 404
- Views: 246735
Re: EitherMouse 0.8 - Multiple mice, individual settings...
thanks for chiming in, and i appreciate the effort to update the compiler as well as maintain backwards compatibility. The problem is when trying to use an existing compiled .exe file as the .bin, which used to work. Using Compile() for the first time in a script does still work fine, but once that ...
- 30 Jul 2024, 20:05
- Forum: Scripts and Functions (v1)
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 404
- Views: 246735
Re: EitherMouse 0.8 - Multiple mice, individual settings...
if you want it to run uncompiled, besides what you did you will have to remove all the dependencies on the compiled .exe... Because I prefer to run compiled (and with compile() its effectively as fast to test the compiled version as it would be to test the uncompiled since compiling is really just e...
- 09 Jul 2024, 16:26
- Forum: Scripts and Functions (v1)
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 404
- Views: 246735
Re: EitherMouse 0.8 - Multiple mice, individual settings...
awesome thanks for the feedback I'm glad you find it useful. I agree, this has been on my to do list for over a decade ever since I first ran into it... when I first created the proof of concept of EitherMouse I was using hotkeys to override the buttons and I'm pretty sure this method would actually...
- 12 Jun 2024, 14:54
- Forum: Scripts and Functions (v1)
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 404
- Views: 246735
Re: EitherMouse 0.8 - Multiple mice, individual settings...
Thanks for the feedback, verified the bug on my system.
I think i've ran into this with other scripts (and its even solved with FFToolTip) but I guess I never noticed it needed to be fixed in EitherMouse so thank you.
I think i've ran into this with other scripts (and its even solved with FFToolTip) but I guess I never noticed it needed to be fixed in EitherMouse so thank you.
- 17 Mar 2024, 12:21
- Forum: Scripts and Functions (v1)
- Topic: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
- Replies: 42
- Views: 11872
Re: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
yes png images, i haven't had a chance to test fully but it sounds like it should have the libpng lib compiled into the libharu.dll 2.3.0 posted by vmech in that thread... I will test more when I have time But you should try it and see if the UTF encoding works for your characters... the png issue i...
- 17 Mar 2024, 12:07
- Forum: Scripts and Functions (v1)
- Topic: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
- Replies: 42
- Views: 11872
Re: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
I'm in the same boat so still on v1, but vmech has compiled 2.3.0 that in theory can be used with this library (tested working by me last night, but i didn't get png working yet)
- 17 Mar 2024, 01:42
- Forum: Scripts and Functions (v1)
- Topic: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
- Replies: 42
- Views: 11872
Re: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
Only that I don't know what I'm doing... I think I tried it with GCC years ago, I'll try MinGW next time but thanks for answering, I see that you have already solved it in the v2 forum a few months ago! (I've not started using v2 yet but I just converted the library to be v2 compatible yesterday, to...
- 15 Mar 2024, 19:48
- Forum: Scripts and Functions (v1)
- Topic: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
- Replies: 42
- Views: 11872
Re: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
this comment in the library confirms:
HPDF_UseUTFEncodings(&hDoc) { ; v2.3.0+
you might want to reach out on other forums for help compiling the newest version (and if you do, try to get 32 and 64 bit versions compiled without dependencies on zlib, libpng, or msvcrt0
HPDF_UseUTFEncodings(&hDoc) { ; v2.3.0+
you might want to reach out on other forums for help compiling the newest version (and if you do, try to get 32 and 64 bit versions compiled without dependencies on zlib, libpng, or msvcrt0
- 13 Mar 2024, 16:43
- Forum: Scripts and Functions (v1)
- Topic: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
- Replies: 42
- Views: 11872
Re: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
thanks for the link, the libharu site says 2.3.0 is the latest but the linked github goes up to 2.4.4
I'd love to get a compiled version of the latest including libpng and zlib dependencies compiled all in one dll (well one 32bit and one 64bit), i failed last time I tried but will attempt again
I'd love to get a compiled version of the latest including libpng and zlib dependencies compiled all in one dll (well one 32bit and one 64bit), i failed last time I tried but will attempt again
- 13 Mar 2024, 09:57
- Forum: Scripts and Functions (v1)
- Topic: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
- Replies: 42
- Views: 11872
Re: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
I'm not sure but I will play around with it
Code: Select all
HPDF_SetCurrentEncoder(pdf, "UTF-8")
HPDF_GetFont(pdf, HPDF_LoadTTFontFromFile(pdf, "arial.ttf", HPDF_TRUE), "UTF-8")
- 12 Mar 2024, 16:11
- Forum: Scripts and Functions (v1)
- Topic: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
- Replies: 42
- Views: 11872
Re: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
doesn't work with your characters ĊċĠġħħĦħ, but if I use this third parameter it works for these characters àèìòù:
font := HPDF_GetFont(hDoc, "Helvetica", "WinAnsiEncoding") or ISO8859-3
font := HPDF_GetFont(hDoc, "Helvetica", "WinAnsiEncoding") or ISO8859-3
- 12 Mar 2024, 13:57
- Forum: Scripts and Functions (v1)
- Topic: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
- Replies: 42
- Views: 11872
Re: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
I've not used unicode/extended characters like that and only get ?s in my current app, but I am able to use a custom barcode font. Did you try HPDF_SetCurrentEncoder(hDoc, encoding_name) ? Note to self for next attempt to compile dll of new version 2.4.4 with zlib and libpng: https://github.com/libh...
- 08 Mar 2024, 11:24
- Forum: Scripts and Functions (v1)
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 404
- Views: 246735
Re: EitherMouse 0.8 - Multiple mice, individual settings...
in my experience, definitely. I haven't had found a real infection since EitherMouse first released in 2009 but get false positive reports more than anything else probably. there's a link to this thread on the webpage just to help people decide if they want to whitelist it: https://www.autohotkey.co...
- 02 Feb 2024, 11:19
- Forum: Scripts and Functions (v1)
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 404
- Views: 246735
Re: EitherMouse 0.8 - Multiple mice, individual settings...
No problem... Windows' API called RawInput is how, you can read the source to see specifically (its been forever and its amateur code) If you have EitherMouse installed and set all the mice normally, you can use it in a couple ways to maybe solve your problem... you could use MultiCursor mode with t...
- 25 Jan 2024, 11:44
- Forum: Scripts and Functions (v1)
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 404
- Views: 246735
Re: EitherMouse 0.8 - Multiple mice, individual settings...
Glad it seems usable as-is, but I now realize that you were talking about a third party app RawAccel and not windows in-built mouse acceleration settings. If RawAccel has a way to apply settings via a command line or some API then it would be totally possible to use a unique RawAccel profile when th...
- 24 Jan 2024, 21:44
- Forum: Scripts and Functions (v1)
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 404
- Views: 246735
Re: EitherMouse 0.8 - Multiple mice, individual settings...
ah thanks, helps my sanity
I'll try to re-answer in more depth...
I'll try to re-answer in more depth...
- 24 Jan 2024, 18:29
- Forum: Scripts and Functions (v1)
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 404
- Views: 246735
Re: EitherMouse 0.8 - Multiple mice, individual settings...
summerzy: no, I'm surprised in 15 years no one has requested this. I'll have to refresh my memory on how it works but its definitely possible, in fact it could probably be done with a "plugin" rather than actually updating EitherMouse REEKOUS: I could have sworn I posted a response already, but basi...
- 08 Aug 2023, 23:09
- Forum: Scripts and Functions (v1)
- Topic: ShowMenu() : in center screen.
- Replies: 17
- Views: 6043
Re: ShowMenu() : in center screen.
thanks for looking into this, I love this functions ability to avoid the taskbar, I will try out your new version in place of what I use daily...