Search found 19 matches

by comvox
07 May 2023, 00:19
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 175593

Re: Radial menu scripts

iilabs. I don't understand what you are aiming at, although it seems intriguing. So I am not sure what I have to say will be relevant. However, as far as finding GUI #56, Radial Menu creates (not finds) GUI #56 via the command you cited: RMApp_LoadMenu(56, RM "\Menu definitions\Context-sensitive\Pai...
by comvox
26 May 2021, 12:20
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 175593

Re: Radial menu scripts

*Antony, it's been years since I started using Radial Menu, so there's a lot of things I don't remember, especially about skins, and I may get some terminology garbled. Also, I didn't know the RM website was down. But, if I recall right, it was the RM help file and discussion on the ahk forum that p...
by comvox
25 May 2021, 12:46
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 322
Views: 112116

Re: MouseGestureL

Hello @Antony,
you might check out whether the ahk program Radial Menu by "Learning one" would be of help for what you want.
https://www.autohotkey.com/boards/viewtopic.php?f=6&t=12078&hilit=radial+menu .
by comvox
16 Nov 2020, 23:26
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 175593

Re: Radial menu scripts

@aweinberg, there shouldn't be any { } around switchToChrome in the action.
Try
Action= fun Send|switchToChrome
and see if that works.
by comvox
16 Nov 2020, 19:39
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 175593

Re: Radial menu scripts

gregster is right about both Send() and elseif. That's very helpful. Sorry for the bloopers. I would presume that Send would work better than MySend if one hadn't changed the action from things like Action = fun Send|switchToChrome (is that what you are using aweinberg?) to Action = fun MySend|switc...
by comvox
16 Nov 2020, 15:48
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 175593

Re: Radial menu scripts

aweinberg: It's a duplicate function because you defined it three times, and moreover, AHK already has a function "Send". Best to use another name for your function, say, "MySend". And define MySend only once. Also, you need to learn a little bit more about how to define a function, and the variable...
by comvox
08 Feb 2019, 00:19
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 175593

Re: Radial menu scripts - updates 2018-12-21

WOlfen, I'm afraid that I have no idea about whether one can avoid having the 4 processes in the Task Manager. Hopefully someone else knows.
by comvox
07 Feb 2019, 02:34
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 175593

Re: Radial menu scripts - updates 2018-12-21

WOlfen, see the section "Context-sensitive radial menus" in the Radial Menu help file. It starts: "Main menus (profiles) and its submenus are static - they do not change depending on active application or some other criteria. But RM offers dynamic, context-sensitive radial menus too." The section co...
by comvox
20 Oct 2018, 18:26
Forum: Other Utilities & Resources
Topic: InfoWarp - launcher, text store/find and reminder app
Replies: 16
Views: 6271

Re: InfoWarp - launcher, text store/find and reminder app

It's a very nice program, mtodd, with a lot of well-thought-out usability features! One suggestion: would it be possible to allow the user to select which file manager folders show up in by default, instead of it being File Explorer? Added later: Another thing I think would be useful is if there was...
by comvox
07 Jan 2018, 22:10
Forum: Other Utilities & Resources
Topic: Icon generator v2
Replies: 6
Views: 3437

Re: Icon generator v2

This is a beautiful program, and I generated some icons with it almost a year ago. However, when I tried to use it today, it didn't generate any files at all. I could enter the various parameters, but nothing was generated.
by comvox
22 Mar 2017, 22:13
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 108356

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

Script: Thank you very much for the for the script! It can be run from within a Lintalist item, or outside Lintalist (so long as Lintalist is running). It is easily modified to do various things which I would like to do with a script, so it provides a lot of flexibility. For example, I can drop #z:...
by comvox
21 Mar 2017, 10:54
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 108356

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

Thank you for your detailed and useful reply! Lock: Your explanation of "Lock" was helpful. It hadn't occurred to me that its purpose was it paralyzed context-sensitive changes of bundle as I wasn't using context-sensitive bundles. I had originally studied the help file to get an idea about what Lin...
by comvox
15 Mar 2017, 11:56
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 108356

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

Wow! Lintalist is not just powerful, but there's a lot of attention to usability and it's beautiful as well. Thank you so very much for posting it. Some suggestions for consideration: * it would be useful if one could search on the list of entries which is the result of a previous search. At present...
by comvox
27 Dec 2015, 22:01
Forum: Scripts and Functions (v1)
Topic: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager
Replies: 99
Views: 66058

Re: Clipjump : The Ultimate Clipboard Manager [Updated 9/11]

Hi, DonkeysAreFriendly! One problem with your code concerns the placement of the definition of PreFixVar. I assume you want the first clip preceded by a line with the number 1, the next one by a line with the number 2, etc. To achieve this, you should put the line defining PreFixVar PreFixVar := "`n...
by comvox
22 Nov 2015, 10:09
Forum: Scripts and Functions (v1)
Topic: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager
Replies: 99
Views: 66058

Re: Clipjump : The Ultimate Clipboard Manager [Updated 9/11]

RosePetalFactory, I'm glad the code worked, and trying to figure it out I learned a bit more about the functions of ClipJump. It has so many functions it's easy to overlook some! Indeed, many thanks to Avi.
by comvox
21 Nov 2015, 16:18
Forum: Scripts and Functions (v1)
Topic: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager
Replies: 99
Views: 66058

Re: Clipjump : The Ultimate Clipboard Manager [Updated 9/11]

Hi RosePetalFactory. I think the problem is that you are leaving off the braces. If one has loop, parse, rSel, `n line1 line2 line3 Then only line1 is repeated throughout the loop. When the loop is done, then lines 2 and 3 are done. By way of contrast, loop, parse, rSel, `n { line1 line2 line3 } wil...
by comvox
21 Nov 2015, 12:30
Forum: Scripts and Functions (v1)
Topic: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager
Replies: 99
Views: 66058

Re: Clipjump : The Ultimate Clipboard Manager [Updated 9/11]

RosePetalFactory, this is just a suggestion, but the following seems to work: loop, parse, rSel, `n { API.PasteText("prefix stuff") API.PASTE( SUBSTR(A_LOOPFIELD, 1, INSTR(A_LOOPFIELD, "-")-1) , SUBSTR(A_LOOPFIELD, INSTR(A_LOOPFIELD, "-")+1) ) API.PasteText("suffix stuff" ) } Return
by comvox
21 Nov 2015, 10:56
Forum: Scripts and Functions (v1)
Topic: [Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager
Replies: 99
Views: 66058

Re: Clipjump : The Ultimate Clipboard Manager [Updated 9/11]

ClipJump is really excellent. Now that I have figured out a bit about how to make plugins, it is even more useful. Below is a very minor quirk. When one selects commonformats, there is a listbox with the names of the various plugins that are contained in commonformats. One can select a plugin with t...
by comvox
04 Oct 2013, 16:53
Forum: Forum Issues
Topic: Thanks tank!
Replies: 30
Views: 15842

Re: Thanks tank!

Thanks so much, tank. Your action is allowing the community to find its voice again, and thank you to the other ahk'ers who are building up the new forum. I'm still just an elementary user of mainly ahk-basic (or rather, the subset of it and ahk-l that I call ahk-common). I started using ahk not sim...

Go to advanced search