Search found 524 matches

by gwarble
25 Jun 2015, 23:08
Forum: Ask for Help (v1)
Topic: [SOLVED] Help calling Shell_NotifyIconGetRect(), build NOTIFYICONIDENTIFIER structure
Replies: 3
Views: 2542

[SOLVED] Help calling Shell_NotifyIconGetRect(), build NOTIFYICONIDENTIFIER structure

Hey all, I'm was messing around trying to get Shell_NotifyIconGetRect to work but can't figure out the structure... hoping one of you experts can point me in the right direction: see last post for fixed function Reference: NOTIFYICONIDENTIFIER: https://msdn.microsoft.com/en-us/library/windows/deskto...
by gwarble
24 Jun 2015, 22:31
Forum: Scripts and Functions (v1)
Topic: [Windows 7] SetTaskbarProgress
Replies: 20
Views: 9141

Re: [Windows 7] SetTaskbarProgress

Thanks again for the tips... Did I do the Try/Catch appropriately? - gwarble ; SetTaskbarProgress - Windows 7+ ; by lexikos, modified by gwarble for U64,U32,A32 compatibility ; ; pct - A number between 0 and 100 or a state value (see below). ; state - "N" (normal), "P" (paused), "E" (error) or "I" (...
by gwarble
24 Jun 2015, 19:49
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 215379

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

CpNemo: Thanks for the info, I'm still trying to figure this one out... Austinian: Glad to hear you find it useful... I have yet to test EitherMouse on Windows 10 but I will look into it. Did the setup program finish the install correctly? The only recommendation I have is to try "Run as administrat...
by gwarble
24 Jun 2015, 17:55
Forum: Scripts and Functions (v1)
Topic: [Windows 7] SetTaskbarProgress
Replies: 20
Views: 9141

Re: [Windows 7] SetTaskbarProgress

Thanks, but what's the difference (besides accepting full state names instead of just first initial, and not working in Ansi32bit or Basic)
by gwarble
24 Jun 2015, 14:42
Forum: Ask for Help (v1)
Topic: toggle SingleInstance Mode
Replies: 4
Views: 1315

Re: toggle SingleInstance Mode

I've needed this functionality and implemented it script-side in Instance() and in EitherMouse with windows messages... Instance() ;near top of auto-execute section ; Instance() - 0.43 - gwarble ; creates another instance to perform a task ; help: http://www.autohotkey.com/forum/viewtopic.php?p=3106...
by gwarble
24 Jun 2015, 10:39
Forum: Scripts and Functions (v1)
Topic: [Windows 7] SetTaskbarProgress
Replies: 20
Views: 9141

Re: [Windows 7] SetTaskbarProgress

Thanks for the tips... updated first post Basic/Classic support is not imperative, but someone might benefit from it so I left it in Edit: I broke (I)ndeterminate mode somehow... will investigate [Edit: somehow I broke windows, because even going back to the original function it won't show the Indet...
by gwarble
23 Jun 2015, 23:52
Forum: Scripts and Functions (v1)
Topic: [Windows 7] SetTaskbarProgress
Replies: 20
Views: 9141

[Windows 7] SetTaskbarProgress

Hey all, I edited Lexikos' SetTaskbarProgress() function seen here: SetTaskbarProgress(pct[, state, hwnd]) Accesses Windows 7's ability to display a progress bar behind a taskbar button. http://www.autohotkey.com/board/topic/46860-windows-7-settaskbarprogress/ to work with Unicode 64bit, Unicode 32b...
by gwarble
17 Jun 2015, 14:14
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 215379

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

That's pretty odd... I'll add another info-gatherer this evening so i can figure this out... You did try the ahkhid_example2 and got movement activity with the touchpad right? As well as clicks? Edit: Ok can you run: http://eithermouse.com/Troubleshooting/ListUSBDevices.exe and email me a copy of th...
by gwarble
15 Jun 2015, 17:21
Forum: Ask for Help (v1)
Topic: Using SetupDiGetDeviceRegistryProperty() from SetupAPI to get SPDRP_FRIENDLYNAME of mouse
Replies: 1
Views: 2914

Re: Using SetupDiGetDeviceRegistryProperty() from SetupAPI to get SPDRP_FRIENDLYNAME of mouse

So maybe this information isn't saved the way it used to be... The example here: http://www.autohotkey.com/board/topic/70334-detecting-hardware-changes-for-example-new-usb-devices/ Edit: so the way i figure is XP used SPDRP_LOCATION_INFORMATION for this string, and was later fixed to use SPDRP_DEVIC...
by gwarble
15 Jun 2015, 16:13
Forum: Ask for Help (v1)
Topic: Using SetupDiGetDeviceRegistryProperty() from SetupAPI to get SPDRP_FRIENDLYNAME of mouse
Replies: 1
Views: 2914

Using SetupDiGetDeviceRegistryProperty() from SetupAPI to get SPDRP_FRIENDLYNAME of mouse

Hey all, I'm trying to use SetupDiGetDeviceRegistryProperty to extract the friendly device name of mouse devices but I can't figure it out... https://msdn.microsoft.com/en-us/library/windows/hardware/ff551967%28v=vs.85%29.aspx Using a slight modification of the code from here: http://www.autohotkey....
by gwarble
15 Jun 2015, 16:06
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 215379

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

Hmm, weird... Does the touchpad show up in Device Manager under "Mice and other pointing devices"?
by gwarble
14 Jun 2015, 13:23
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 215379

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

Hmm, have you tried "clear all settings" from the menu? The Touchpad shouldn't have a zero handle and an empty device string so maybe it was improperly saved in EitherMouse

Maybe try initializing them the opposite way, mouse first touchpad second, after clearing the settings
by gwarble
13 Jun 2015, 12:27
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 215379

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

Hmm... I think that's a good sign. Now I'll make a more specific test and see where the ID'ing in EitherMouse goes wrong... Start with: http://www.eithermouse.com/Troubleshooting/EitherMouseDiagnostic.exe and copy (ctrl-c on the msgbox works) the message and let me know what is said, ie: MouseCount:...
by gwarble
10 Jun 2015, 13:28
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 215379

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

Great, I will make up a little test script tonight to see if we can figure out what's going on... Just so I'm clear, this touchpad fails to "detect" in EitherMouse every time you switch to it? or only the first time requires a click on the tray? Thanks - Joel Edit: So for starters try out these two ...
by gwarble
09 Jun 2015, 20:39
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 215379

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

I've been a little preoccupied lately with a new job and stuff and haven't been updating much... but I wanted to follow up with some of these posts I missed over the last few months... ... I thought being a usable pice of software – is already ebough for version 1 (which Eithermouse is surely beyond...
by gwarble
11 Jan 2015, 14:01
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 215379

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

Good point, the granularity is more important at smaller values... 100 being the lowest that windows allows by default, and you being the only user who has requested smaller in 5+ years, i'll stick with 50 until someone needs even smaller... I dont want to increase the chance that someone unintentio...
by gwarble
29 Dec 2014, 03:47
Forum: Scripts and Functions (v1)
Topic: EitherMouse 0.8 - Multiple mice, individual settings...
Replies: 392
Views: 215379

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

Its a little different in AHK, so without having to monitor the MouseDown/Up messages i figured out a solution that works pretty well... Using mouse limits to multiples of 10, using keyboard allows fine tuning by integer... It could be multiples of 5 just as easily, but i'll need to add a little mor...
by gwarble
26 Dec 2014, 14:44
Forum: Ask for Help (v1)
Topic: Best way to plot lines graphically?
Replies: 4
Views: 1596

Re: Best way to plot lines graphically?

Ah sweet, i know there was environment suitable for this... Might take me a while to learn but looks better suited for the end result i'm after that drawing manually with gdi+

The ahk opengl examples i just googled are very impressive...

Thanks
by gwarble
24 Dec 2014, 10:46
Forum: Ask for Help (v1)
Topic: Best way to plot lines graphically?
Replies: 4
Views: 1596

Re: Best way to plot lines graphically?

This is more as a lesson for myself than to just have a working solution... I have access to backplotters with editors i can use, but i made my editor to be simple and gather info (that is relevant to my shop specifically) and process common changes in our nc programs, the off the shelf editors serv...
by gwarble
23 Dec 2014, 20:19
Forum: Ask for Help (v1)
Topic: Best way to plot lines graphically?
Replies: 4
Views: 1596

Best way to plot lines graphically?

I've created a simple editor and info extractor for cnc code (g-code), and i'd like to add the ability to graphically plot the resulting g-code, called backplotting in the industry, in 3d space... Anyone have any tips on a custom control that does this? Or a method recommendation? Otherwise i'll try...

Go to advanced search