Search found 12 matches

by DMDComposer
03 Jun 2022, 14:38
Forum: Scripts and Functions (v1)
Topic: new Notify class leveraging Window's Animations from Maestrith
Replies: 26
Views: 7576

Re: new Notify class leveraging Window's Animations from Maestrith

Is there any chance to in-/decrease the boxes corner radius* on the fly ie. with using an additional parameter? A similar effect like the option/feature that is used for button creation here: https://www.clickminded.com/button-generator * and to smoothen them (anti-aliasing?) if possible?? :think: ...
by DMDComposer
17 Nov 2021, 09:00
Forum: Scripts and Functions (v1)
Topic: new Notify class leveraging Window's Animations from Maestrith
Replies: 26
Views: 7576

Re: new Notify class leveraging Window's Animations from Maestrith

Hi, In my version of the Notify class there seems to be an error. In the class, in the add window method you'll see the following lines (right above the Click method. Obj := this.SetPos() Flags := 0 for a,b in StrSplit(Info.Animate,",") Flags|=Round(this.Animation[b]) DllCall("AnimateWindow","UInt",...
by DMDComposer
08 Nov 2021, 12:40
Forum: Scripts and Functions (v1)
Topic: new Notify class leveraging Window's Animations from Maestrith
Replies: 26
Views: 7576

Re: new Notify class leveraging Window's Animations from Maestrith

I am trying to use "destroy" option which was added after Joe's video demo. Anyone know the syntax to make this work? Hi, You could try this with the "Delete" method in the notify class. Just a quick example that will leave a notify msg open for long time, then use "z" hotkey to delete the window. ...
by DMDComposer
16 May 2021, 07:59
Forum: Scripts and Functions (v1)
Topic: Identify monitor numbers with IDMonitors()
Replies: 3
Views: 2546

Re: Identify monitor numbers with IDMonitors()

Hey Bkid! Nice script! I just wanted to let you know because I have 6 monitors, 3 on bottom LCR & 3 on top LCR and the script overlaps the top monitors ontop of the bottom monitors. Just wanted to let you know since you said you didn't have more monitors to test. I realize you may have posted this a...
by DMDComposer
20 Apr 2021, 09:17
Forum: Scripts and Functions (v1)
Topic: [Library] Sift - Fuzzy Search by RegEx and Ngram
Replies: 22
Views: 13785

Re: [Library] Sift - Fuzzy Search by RegEx and Ngram

Amazing Script! Question, is there anyway to limit the number of search results? For example, using your Query GUI script example. Is there anyway to limit to show only the TOP TEN results or any specific number I choose? I was thinking in your example that was the ngramlimit or display limit but it...
by DMDComposer
19 Apr 2021, 13:09
Forum: Scripts and Functions (v1)
Topic: ToolTipFont / ToolTipColor - options for the ToolTip command
Replies: 92
Views: 52227

Re: ToolTipFont / ToolTipColor - options for the ToolTip command

Lexicos Hi, I was wondering is it possible to make the tooltip borderless? Or, remove the color. At the moment, whatever I set the font color too will also make the border that color. I tried adding Gui _TTG: -Caption ;--or---- Gui _TTG: -Border To the TTG command but wasn't working. Thoughts? Chee...
by DMDComposer
18 May 2020, 10:02
Forum: Scripts and Functions (v1)
Topic: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No IE!
Replies: 668
Views: 463313

Re: [Library] Chrome.ahk - Automate Google Chrome using native AutoHotkey. No Selenium!

I've been messing with the chrome class and I'll happily admit my js syntax is nil to none. I'm just trying to create a simple serach to find a specific element I'm looking for and grab the adjacent element or +1 from that. I've got it working in IE DOM but for the past two days of JS research I'm s...
by DMDComposer
11 Dec 2019, 10:02
Forum: Ask for Help (v1)
Topic: Video to Gif, Command Prompt Correct Syntax Topic is solved
Replies: 2
Views: 721

Re: Video to Gif, Command Prompt Correct Syntax Topic is solved

The pipe symbol is the syntax of the batch language, you need to run the command in cmd.exe. Runwait, cmd /c "%FFMPeg%" %gif_param% Thank you for your help. That makes sense as I think about it. However, I still can't get the code to work with the Runwait. However, with some digging and messing aro...
by DMDComposer
10 Dec 2019, 22:49
Forum: Ask for Help (v1)
Topic: Video to Gif, Command Prompt Correct Syntax Topic is solved
Replies: 2
Views: 721

Video to Gif, Command Prompt Correct Syntax Topic is solved

Hi, I'm trying to get a commandprompt line to work in AHK but I can't figure out the correct syntax. FFMpeg:="C:\Program Files (x86)\FFmpeg\bin\ffmpeg.exe" Magick:="C:\Program Files\ImageMagick-7.0.8-Q16\magick.exe" New_File_Name:="TESTING" gif_param = -ss 2 -t 3 -i "%A_ScriptDir%\%New_File_Name%.mp...
by DMDComposer
23 Aug 2019, 10:42
Forum: Ask for Help (v1)
Topic: Update Gui Variables, Does this look right?
Replies: 0
Views: 515

Update Gui Variables, Does this look right?

Hi, I'm still new to ahk and was wondering if I'm applying the below code correctly and/or there is a better way to do what I'm trying to achieve. Finally, is there a way to automatically figure out the width of the gui based on the NewGuiTitle? How my script works: I have a huge script that contain...
by DMDComposer
09 Jun 2019, 10:55
Forum: Ask for Help (v1)
Topic: Adding Mouse macro after a combination of keys Topic is solved
Replies: 2
Views: 606

Re: Adding Mouse macro after a combination of keys Topic is solved

Perfect! I knew it had to be as silly as a wrong bracket placement. Thanks a bunch! <3
by DMDComposer
09 Jun 2019, 10:11
Forum: Ask for Help (v1)
Topic: Adding Mouse macro after a combination of keys Topic is solved
Replies: 2
Views: 606

Adding Mouse macro after a combination of keys Topic is solved

Hi, I'm working on this script and I'm still new to the coding. My code works great so far except now I'm trying to get a little more advanced with adding mouse movement and I'm having trouble getting the code to work since I'm not sure how to edit into my script. Here is the basic of how my script ...

Go to advanced search