Search found 173 matches

by Learning one
23 Mar 2023, 17:16
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171114

Re: Radial menu scripts

... Is there a way to do the same in the designer? Yes; open RM\Internal\Codes\RMD.ahk and after this line: Miscellaneous := {RootDir: RM "\Menu definitions"} write something like this: Layout := {ItemSize:84} ItemBitmapOptions := {TextSize: 15} All the website links seem to be a thing of the past,...
by Learning one
05 Mar 2023, 08:39
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171114

Re: Radial menu scripts

The radial menu looks like it was built for low DPI screens because it's *super tiny* on mine. Open RM\Menu definitions\General settings.txt, and in [SkinOverride] section write something like this: [SkinOverride] TextSize = 15 ItemSize = 84 Save changes and reload Radial menu. Now you'll have larg...
by Learning one
26 Jan 2022, 10:10
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171114

Re: Radial menu scripts

... and all is well. Now I just need to enable that fifth ring and it will be perfect!
Unfortunately you can have max 4 rings... See this in RMD.ahk comments:

Code: Select all

; - although RMD can theoretically display unlimited number of rings, RM2module supports up to 4 rings.
by Learning one
18 Jan 2022, 10:34
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171114

Re: Radial menu scripts

submeg : I see different layout in radial menu designer and in radial menu screenshot. Have you modified internal codes / played with custom layouts? safetycar : If you manually replaced only RMApp lib.ahk, I have to say it's recommended to run update to v4.48 because it also updates other files in...
by Learning one
05 Jan 2022, 16:55
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171114

Re: Radial menu scripts

@submeg: Great! Happy New Year to you too! Things are well on my end.
@beeski: Does "fresh" Radial menu v4.48 work for you?
@loumizhu, @Whitherboss, @g00dhum0r, @a_riva: :thumbup:
by Learning one
30 Dec 2021, 20:36
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171114

Re: Radial menu scripts

Radial menu application updated to v4.48 What's new?
  • updated links
  • includes newest AutoHotkey
  • internal maintenance
by Learning one
30 Dec 2021, 17:29
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171114

Re: Radial menu scripts

@suija : Thanks for sharing your skin. I haven't tested it yet, but it looks nice. @Whitherboss : "Mouse spring back thing" is hard coded. In my opinion, calling main menu without this feature this doesn't feel right. However, it can be disabled by modifying internal codes; by completely deleting t...
by Learning one
08 Nov 2021, 19:30
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171114

Re: Radial menu scripts

You can't have different radius size factors for main menu and for submenus.
You can have only one universal radius size factor which will have effect on both main menu and submenus.
Adjustments can be done in RM\Menu definitions\General settings.txt
Example:

Code: Select all

[SkinOverride]
RadiusSizeFactor = 1.2
by Learning one
03 Jun 2021, 17:19
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171114

Re: Radial menu scripts

I recently realized that radial menu website is down. I wasn't able to re-upload it at its old address, so I had to move it to new location: Radial menu v4 website.
I was busy so I guess it's to late to answer questions above...
by Learning one
10 Apr 2021, 18:13
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171114

Re: Radial menu scripts

Is there any way to edit to enable a different number? No unless you modify internal codes... @helladyhot : Just delete MG_R() and MG_L() functions from the RM\My codes\My mouse gestures.ahk ; MG_R() { ; example MsgBox, 64, RM - mouse gesture example, Hello! I'm mouse gesture %A_ThisFunc%.`nYou can...
by Learning one
01 Mar 2021, 18:54
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171114

Re: Radial menu scripts

@submeg : Thanks for kind words. More info about RM's mouse gestures is available at "RM\Help.htm" in "Mouse gestures component" section, but I guess you already read that. What I do in my private setup is that I use modifier keys, like this; MG_RL() { if GetKeyState("Shift","p") { MsgBox, Extra ac...
by Learning one
05 Jan 2021, 17:57
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171114

Re: Radial menu scripts

It's not recommended to mess with RM's internal codes especially when you are not sure what you are doing. Just update to newest version - last update package was released on Apr 28, 2020 (update to v4.47) ;)
by Learning one
04 Jan 2021, 18:46
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171114

Re: Radial menu scripts

I don't have any problems withmy private Radial menu v4 in 2021. I also downloaded fresh Radial menu v4.zip, started it, and it works fine (Windows 10 Home, year 2021)...
by Learning one
03 Jan 2021, 16:42
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171114

Re: Radial menu scripts

No ;)
by Learning one
17 Oct 2020, 08:13
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171114

Re: Radial menu scripts

There's no built-in support for dynamic CentralText.
by Learning one
05 Oct 2020, 13:45
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171114

Re: Radial menu scripts

Regarding %A_YYYY%, open RMD classes.ahk , find this line: "A_ScriptDir|A_AhkPath|A_Temp|A_WinDir|A_ProgramFiles|A_AppData|A_Desktop|A_StartMenu|A_Programs|A_Startup|A_AppDataCommon|A_DesktopCommon|A_StartMenuCommon|A_ProgramsCommon|A_StartupCommon|A_MyDocuments" and replace it with this one: "A_Scr...
by Learning one
21 Sep 2020, 14:03
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171114

Re: Radial menu scripts

AutoCheckForUpdates = 0 will disable automatic checking for updates.
To manually check for updates, select Check for updates item in Menu control submenu.
by Learning one
08 Sep 2020, 02:31
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171114

Re: Radial menu scripts

@hced : When you click on Radial menu.ahk , Radial menu application will run with installed AutoHotkey. When you click on Radial menu.exe (Radial menu.exe is in fact renamed AutoHotkey.exe), Radial menu application will not run with installed AutoHotkey - it will run with Radial menu.exe, which may...
by Learning one
27 Aug 2020, 16:15
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 336
Views: 171114

Re: Radial menu scripts

@theslyder : As I don't have Microsoft Surface Pro with such on-screen keyboard program, I'm not able to do tests and try to help you... Maybe you should ask for help in general Ask For Help forum @AutoPepe : Read this: Notes for first time users . If you'll still need help, feel free to ask for it.
by Learning one
03 Jul 2020, 18:29
Forum: Ask for Help (v1)
Topic: Last in Loop
Replies: 4
Views: 1703

Re: Last in Loop

Example:

Code: Select all

LoopNum := 3

Loop, %LoopNum%
{
	if (LoopNum = A_index)
		MsgBox, Last in Loop action
	else
		MsgBox, Action
}

Go to advanced search