Search found 173 matches

by Learning one
16 Aug 2019, 17:23
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171167

Re: Radial menu scripts

@pkip : Nice skin :) Long time ago I made a simple web page for additional skins and hosted it on Dropbox, but unfortunately Dropbox dropped out support for hosting web pages so link to that page is broken and I'll try to fix it later. For now you can take a look at the following screenshots: Built...
by Learning one
09 Jul 2019, 00:38
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171167

Re: Radial menu scripts

I'm glad you like RM. You can have RM in just one process if you specify RunSoundPlayers = 0 in General settings.txt , but than you will hear no sounds (no matter if Sounds = 1 ). For more information, please read this post where "Why does it create 5 proccesses instead of only one?" question is ans...
by Learning one
03 May 2019, 02:58
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171167

Re: Radial menu scripts

There is no way to change this (unless you modify RM's internal codes which I don't recommended).
by Learning one
24 Apr 2019, 17:35
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171167

Re: Radial menu scripts

I'm glad you like it. You can control RMShowHotkey's context-sensitivity; enable or disable (block) it, depending on conditions you specify - for example automaticaly disable it in certain applications or if some modifier key (for example shift) is pressed down. Check out the comments and examples i...
by Learning one
20 Apr 2019, 19:54
Forum: Scripts and Functions (v1)
Topic: [function] MSWord_CompareStringsOrFiles()
Replies: 6
Views: 2443

Re: [function] MSWord_CompareStrings()

I updated the function in original post. Now it can compare strings and file contents from MS Word documents and plain text files like .txt, .ahk, .html, etc. You can combine many sorts of comparisons like: string <--> string, MS Word document <--> TXT document, String <--> MS Word Document, etc. Se...
by Learning one
18 Apr 2019, 16:31
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171167

Re: Radial menu scripts

I guess it's too late to answer on the questions from oldes posts, so I'll answer on the last two... anti3d : If I remember correctly, at the time I was developing RM2module (which is the internal engine Radial menu v4 uses to create radial menus), AutoHotkey only supported numeric GUI names (number...
by Learning one
18 Apr 2019, 15:59
Forum: Scripts and Functions (v1)
Topic: [function] MSWord_CompareStringsOrFiles()
Replies: 6
Views: 2443

Re: [function] MSWord_CompareStrings()

@carno : Yes. Example: FileRead, String1, C:\File1.txt FileRead, String2, C:\File2.txt MSWord_CompareStrings(String1, String2) Btw if you want to compare MS Word documents (.docx,.doc), you can use something like this MSWord_CompareDocuments(OriginalDocument,RevisedDocument) { ; By Learning one. Cr...
by Learning one
13 Apr 2019, 20:07
Forum: Scripts and Functions (v1)
Topic: [function] MSWord_CompareStringsOrFiles()
Replies: 6
Views: 2443

[function] MSWord_CompareStringsOrFiles()

Compares strings or files (file contents) using MS Word built-in compare documents functionality. You can combine many sorts of comparisons like: string <--> string, MS Word document <--> TXT document, String <--> MS Word Document, etc. Some usage examples: MSWord_CompareStringsOrFiles("String 1", "...
by Learning one
20 Dec 2018, 21:30
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171167

Re: Radial menu scripts

Radial menu application updated to v4.46 What's new?
  • includes newest AutoHotkey
  • internal maintenance
by Learning one
20 Dec 2018, 19:12
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171167

Re: Radial menu scripts - updates 2017-07-25

why is it impossible to make a submenu in the context menus I don't have time to develop this and many other features ... :( why is its window activated by clicking Please read RM help: Context-sensitive radial menus / Step 3. Assign menus to hotkey ; ... we are calling menu via hotkey, but we can ...
by Learning one
17 Oct 2018, 18:15
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171167

Re: Radial menu scripts - updates 2017-07-25

Are updates to Radial Menu dead at this point? There has been quite a bit of time since the last update ...
Radial menu status is still as described in this post.
by Learning one
26 Jan 2018, 17:33
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171167

Re: Radial menu scripts - updates 2017-07-25

... could you somehow implement some form of silent reload of RM after a change in skin designer is saved ... Take a look at the following headers in RM\Help.htm: Inter-process communication \ Window messages : You can modify RMD (Radial menu designer) to automatically send reload message (wParam 2...
by Learning one
14 Jan 2018, 21:25
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171167

Re: Radial menu scripts - updates 2017-07-25

theimmersion, So i tried to make RM keep on screen at all times and i semi-made it. Take a look at examples in [module] RM2module , specifically at Example 4b AHK_L - Docks and Example 4b AHK_L - Docks Thanks for suggestions. I'm giving you permission to use and distribute my Radial menu v4 and/or [...
by Learning one
03 Jan 2018, 14:52
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171167

Re: Radial menu scripts - updates 2017-07-25

Yes, you always have to upgrade to newest version, which is v4.45 at the moment.
by Learning one
25 Jul 2017, 13:34
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171167

Re: Radial menu scripts

Radial menu application updated to v4.45 for RM v4.44 users: Download Update to RM v4.45 , unzip it, and click on Update to RM v4.45.exe for new users: Download Radial menu v4.45 What's new? fixed check for updates problem (Dropbox -RM) includes newest AutoHotkey internal maintenance IMPORTANT for ...
by Learning one
04 Jun 2017, 03:20
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171167

Re: Radial menu scripts - updates 2016-12-27

@DigiDon : Thanks! :) @multiplex55 :Thanks for reporting this :) - download links in "update to v. 4.44" post are fixed now. * * * @all : Radial menu is using links to files in DropBox public folder to check for updates. However, DropBox doesn't support DropBox public folder any more and all the li...
by Learning one
23 May 2017, 12:59
Forum: Scripts and Functions (v1)
Topic: GDI+ standard library 1.45 by tic
Replies: 438
Views: 246648

Re: GDI+ standard library 1.45 by tic

I have them - see attachments :)
by Learning one
12 Feb 2017, 06:37
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171167

Re: Radial menu scripts - updates 2016-12-27

It's written at the beginning of help file;
Default hotkeys:
  • Rbutton (right mouse button):
    - Drag down and hold to show radial menu, release it to select item.
    - Drag in other directions to execute mouse gestures. Drag up shows Navigator.
  • Lbutton (left mouse button): shows/hides submenus
by Learning one
08 Feb 2017, 14:38
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171167

Re: Radial menu scripts - updates 2016-12-27

parkone, multiplex55, Joefango : thanks for kind words. Spark :If you want to run RM initially suspended, the simplest thing is to put RMApp_Suspend(1) function in the auto-execute section of Radial menu.ahk. If you want to toggle RM suspension via hotkey, use this: F12:: Suspend, Permit ; mark the...
by Learning one
27 Dec 2016, 15:35
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171167

Re: Radial menu scripts

Dear Radial menu users, I'm still too busy and don't have time to answer posts nor develop major new features. Although my activity on AutoHotkey forum is very low for a while, Radial menu isn't aboandoned and I don't plan to abandon it - I'm using it every day at home and work and have a strong int...

Go to advanced search