Search found 34 matches

by sumon
07 Sep 2023, 13:16
Forum: Scripts and Functions (v2)
Topic: Generate AHKv2 Code with ChatGPT (app)
Replies: 22
Views: 6176

Re: Generate AHKv2 Code with ChatGPT (app)

That's all I have for now, I just wanted to get this post out to see if it's worth trudging forward with this app or if my idea is really dumb. I appreciate anyone who took the time to read this Thank you. Haven't tested it out, so can't comment on the functionality. But considering that generative...
by sumon
02 Sep 2023, 11:41
Forum: Scripts and Functions (v1)
Topic: Colorette - Simple Color Picker (v 2.1)
Replies: 23
Views: 12981

Re: Colorette - Simple Color Picker (v 2.1)

Excellent! One suggestion - could you perhaps save the sound file inside the script as a base64 string? There are some workstations where internet connectivity isn't available. Of course, I could help with this. The main issue from a design perspective is to compress the "pop" as small as possible ...
by sumon
25 Aug 2023, 09:34
Forum: Scripts and Functions (v1)
Topic: Colorette - Simple Color Picker (v 2.1)
Replies: 23
Views: 12981

Re: Colorette - Simple Color Picker (v 2.1)

iseahound wrote:
26 Jul 2023, 14:54
Have you considered migrating this script to AutoHotkey v2?
FYI; I'm currently working on a version of this script that should work in v2, and that will add some more stability overall. Will publish the code when done.
by sumon
26 Jul 2023, 15:59
Forum: Scripts and Functions (v1)
Topic: Colorette - Simple Color Picker (v 2.1)
Replies: 23
Views: 12981

Re: Colorette - Simple Color Picker (v 2.1)

iseahound wrote:
26 Jul 2023, 14:54
Have you considered migrating this script to AutoHotkey v2?
I don't actively update my scripts as of a few years back (although I picked up AHK projects briefly every now and then), otherwise I'd definitely make that change.
by sumon
25 Jul 2023, 11:55
Forum: Scripts and Functions (v1)
Topic: Colorette - Simple Color Picker (v 2.1)
Replies: 23
Views: 12981

Re: Colorette - Simple Color Picker (v 2.1)

Hello, when I use this script the first time after login in windows, it shows wrong colors: I had to restart it, after the first restart, it always shows the right colors. This is strange. Hi! Sounds quite strange, maybe if I had more information I could guess what is wrong. One issue I have had wi...
by sumon
20 Dec 2022, 15:40
Forum: AutoHotkey Development
Topic: congrats
Replies: 13
Views: 3105

Re: congrats

So cool! :happybday:
by sumon
23 Nov 2022, 08:06
Forum: General Discussion
Topic: v2.0-rc.1 feedback
Replies: 4
Views: 820

v2.0-rc.1 feedback

[Moderator's note: Topic split from v2.0-rc.1 announcement.]

Cool! :clap: :clap: :clap:
by sumon
04 Nov 2022, 15:22
Forum: Scripts and Functions (v1)
Topic: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids (now for v2!)
Replies: 140
Views: 59173

Re: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids

tank wrote:
04 Nov 2022, 10:54
@sumon Long time no see.. glad you still around
Always :lol: Thanks!
by sumon
02 Nov 2022, 15:04
Forum: Scripts and Functions (v1)
Topic: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids (now for v2!)
Replies: 140
Views: 59173

Re: [Library] Neutron.ahk - AutoHotkey Web GUIs on Steroids

Welcome to Neutron Neutron provides a powerful set of tools for build HTML-based user interfaces with AutoHotkey. It leverages the Trident engine, known for its use in Internet Explorer, because of its deep integration with the Microsoft Windows operating system and its wide availability across sys...
by sumon
02 Nov 2022, 14:30
Forum: Scripts and Functions (v1)
Topic: CustomHotkey.ahk
Replies: 7
Views: 1484

Re: CustomHotkey.ahk

This looks very impressive! Surprised to see no comments.
by sumon
13 Oct 2021, 04:40
Forum: Ask for Help (v1)
Topic: execute code only If I hover over specific app tray icon?
Replies: 3
Views: 418

Re: execute code only If I hover over specific app tray icon?

Sure you can. Not sure how you want to trigger it, but you should be able to find out if you're hovering over a specific tray icon by using a combination of checking the window class (ahk_class NotifyIconOverflowWindow) and doing a pixel search to match your desired icon. only shows this when I hov...
by sumon
11 Oct 2021, 09:03
Forum: About This Community
Topic: Guestbook: say hi, thank you, whatever!
Replies: 107
Views: 83150

Re: Guestbook: say hi, thank you, whatever!

I'll just say "hi", I discovered AutoHotkey what, some 10 years ago? Was using it a lot in previous jobs, now it's only dug up occasionally to do some thing or the other. But it's still a great piece of software, and I just appreciate now that the community is still thriving and "alive" (without all...
by sumon
11 Oct 2021, 09:00
Forum: Ask for Help (v1)
Topic: execute code only If I hover over specific app tray icon?
Replies: 3
Views: 418

Re: execute code only If I hover over specific app tray icon?

Sure you can. Not sure how you want to trigger it, but you should be able to find out if you're hovering over a specific tray icon by using a combination of checking the window class (ahk_class NotifyIconOverflowWindow) and doing a pixel search to match your desired icon.
by sumon
08 Oct 2021, 03:16
Forum: Announcements
Topic: AutoHotkey v2.0-beta.1
Replies: 47
Views: 25229

Re: AutoHotkey v2.0-beta.1

AutoHotkey v2.0-beta.1 is now available. Any further changes prior to the final v2.0.0 release should be of a minor nature (such as improvements to the error and warning dialogs), and should not affect the functionality of scripts. In other words, future releases are expected to be backward-compati...
by sumon
24 Oct 2019, 09:54
Forum: Scripts and Functions (v1)
Topic: QuickLinks (Menu by folder)
Replies: 13
Views: 11706

Re: QuickLinks (Menu by folder)

Very cool! I think this can be useful. One thing I noticed though, is that I would want to be able to pass an input parameter (the folder for which to create a menu) and return the menu name as an output of that function. That way, the QL_Show can be called using that parameter (right now, the menu ...
by sumon
22 Aug 2019, 04:22
Forum: Off-topic Discussion
Topic: AutoHotkey Users / Expert interviews
Replies: 5
Views: 4888

Re: AutoHotkey Users / Expert interviews

This is fucking awesome stuff! I found this one about Robotics Automation as a service, and it's really good content. Glad you're putting it out there!
by sumon
13 Aug 2019, 09:36
Forum: Scripts and Functions (v1)
Topic: Colorette - Simple Color Picker (v 2.1)
Replies: 23
Views: 12981

Re: Colorette - Simple Color Picker (v 2.1)

Nice! I still use the old Colorette, have been using it longer than I can remember, just because it is simple and it works so well. Welcome back, Sumon. I wonder what was updated. Thanks! Always nice to hear that scripts I created get used. I mean, that was the purpose when creating them... :) As f...
by sumon
26 Jul 2019, 06:45
Forum: Scripts and Functions (v1)
Topic: Colorette - Simple Color Picker (v 2.1)
Replies: 23
Views: 12981

Re: Colorette - Simple Color Picker (v 2.1)

tidbit wrote:
24 Jul 2019, 10:35
Holy crap it's Sumon! with an update to a classic script!
Hey man! Thanks for the compliment, from another classic AHKer ;)
by sumon
24 Jul 2019, 04:53
Forum: Ask for Help (v1)
Topic: Best way to initiate a script
Replies: 5
Views: 1227

Re: Best way to initiate a script

I think I understand what you're trying to do, but I don't understand your problem. Does your script shutdown when you have used it? Should it shutdown? There are a few ways to make a script easily available, f.ex: Have it autostart with Windows, like you mentioned - using the %A_Startup% folder Hav...
by sumon
23 Jul 2019, 13:19
Forum: Scripts and Functions (v1)
Topic: Colorette - Simple Color Picker (v 2.1)
Replies: 23
Views: 12981

Re: Colorette - Simple Color Picker (v 2.1)

Helgef wrote:
23 Jul 2019, 07:49
Looks good :clap:.

For anyone interested, the hotkeys are Ctrl + Rbutton to save RGB, and Rbutton to save hex, correct me if I'm wrong.

Cheers.
You're the opposite of wrong. Also, Esc to force the script to exit (cancel the color picking). Updating post.

Thanks!

Go to advanced search