Radial menu scripts

Post your working scripts, libraries and tools for AHK v1.1 and older
MangerzArt
Posts: 13
Joined: 22 Jul 2021, 00:07

Re: Radial menu scripts

25 Jul 2021, 03:17

Hi guys. have a quick quest here.
How to make the MAIN radial menu autohide . when clicking on a sub menu?
the sub menu overlaps the main menu. but is stil confusing
MangerzArt
Posts: 13
Joined: 22 Jul 2021, 00:07

Re: Radial menu scripts

29 Jul 2021, 15:59

Hi guys, girls and Learning-one.
First thank u so much for the RM app. ^^ Is amazing :D
Second :D i can now hide the main radial menu. when selecting sub menus, (i found it on prev topic, page 88 i think)
Third :D i have been working on a simple but colorfull skin. i want to share it with everyone when i finish it , if u allow me ^^
Attachments
rm.png
rm.png (238.98 KiB) Viewed 4240 times
User avatar
submeg
Posts: 326
Joined: 14 Apr 2017, 20:39
Contact:

Re: Radial menu scripts

29 Jul 2021, 16:19

Hey @MangerzArt, that looks really nice! A couple questions:
• Can you change the font colour for each bubble separately?
• Can you still use images instead of text?
____________________________________
Check out my site, submeg.com
Connect with me on LinkedIn
Courses on AutoHotkey :ugeek:
MangerzArt
Posts: 13
Joined: 22 Jul 2021, 00:07

Re: Radial menu scripts

29 Jul 2021, 16:54

submeg wrote:
29 Jul 2021, 16:19
Hey @MangerzArt, that looks really nice! A couple questions:
• Can you change the font colour for each bubble separately?
• Can you still use images instead of text?
1) U can but not in RM. u need to make them one by one , on digital software. save it as .png and then in ur profile.txt u add to each item SpecItemBack= "Text-IMAGE-U-want".png
2) Yes u can. u save the icons on ...\Radial menu v4\Icons , or u edit them on digital software if u want them with specific color. then save it in icon folder , or add it to x.png then
"SpecItemBack= RM\Skins\SKIN-NAME\x.png"
example
Attachments
3.PNG
2
3.PNG (85.39 KiB) Viewed 4229 times
2.PNG
1
2.PNG (102.11 KiB) Viewed 4229 times
User avatar
submeg
Posts: 326
Joined: 14 Apr 2017, 20:39
Contact:

Re: Radial menu scripts

29 Jul 2021, 17:32

MangerzArt wrote:
29 Jul 2021, 16:54
1) U can but not in RM. u need to make them one by one , on digital software. save it as .png and then in ur profile.txt u add to each item SpecItemBack= "Text-IMAGE-U-want".png
The reason I asked was that some of the "lighter" colours you can't read with white text (if people use text).
____________________________________
Check out my site, submeg.com
Connect with me on LinkedIn
Courses on AutoHotkey :ugeek:
MangerzArt
Posts: 13
Joined: 22 Jul 2021, 00:07

Re: Radial menu scripts

31 Jul 2021, 15:21

@Maniax2
Thanks uuuuuuuu so much, now i can have specific radial menus for , clip studio/chrome/wmp/visual studio code/ WITH SUB MENUS! and wasnt that hard to accomplish, the hard part was to actually understad what u meant lul! thanks buddy

And because i can now have Specific Radial menus, depending on application. with the same Key AND WITH SUBMENUS , i want to keep developing my simple skin, here are some possibilities i alredy can acomplish.
Attachments
ALL.jpg
ALL.jpg (1.15 MiB) Viewed 4149 times
nathan323
Posts: 44
Joined: 31 Jan 2016, 02:53
Location: Australia

Re: Radial menu scripts

02 Aug 2021, 03:55

Hi, this looks amazing.

I can't download, all dropbox links from forum (https://www.autohotkey.com/boards/viewtopic.php?f=6&t=12078) and website (https://bmudri.000webhostapp.com/) are dead.

Anyone have link to zip?
MangerzArt
Posts: 13
Joined: 22 Jul 2021, 00:07

Re: Radial menu scripts

02 Aug 2021, 12:52

@nathan323

Do u mean, the main link of the app?
https://www.dropbox.com/s/q0igzk8vfvla4wm/Radial%20menu%20v4.zip?dl=1
Attachments
Sin título.png
(89.72 KiB) Downloaded 133 times
nathan323
Posts: 44
Joined: 31 Jan 2016, 02:53
Location: Australia

Re: Radial menu scripts

03 Aug 2021, 02:51

Riiiight, got it. There is an issue opening dropbox on my PC in Chrome (and Vivaldi). Can open fine on Android Chrome, on same wireless network.

image.png
(25.06 KiB) Downloaded 106 times

Weird. That's ok, I can download on my phone and transfer to PC :D

Thanks @MangerzArt
a_riva
Posts: 3
Joined: 08 Nov 2021, 15:58

Re: Radial menu scripts

08 Nov 2021, 16:03

hi. please help. i want change RadiusSizeFactor in submenus. i mean in master menu it can be 1 and when i choose (push) submenu button it show with another RadiusSizeFactor.
User avatar
Learning one
Posts: 173
Joined: 04 Oct 2013, 13:59
Location: Croatia
Contact:

Re: Radial menu scripts

08 Nov 2021, 19:30

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
suija
Posts: 1
Joined: 10 Dec 2021, 11:46

Re: Radial menu scripts

10 Dec 2021, 12:03

If anyone is interested I have made a skin before for personal use. I don't remember if I posted it, but in any case I have made some modifications, so here it is. Lots of icons included.
Attachments
blacksun.png
blacksun.png (40.92 KiB) Viewed 3598 times
Black Sun.7z
(126.27 KiB) Downloaded 177 times
Whitherboss
Posts: 2
Joined: 29 Dec 2021, 16:32

Re: Radial menu scripts

29 Dec 2021, 16:42

Hi, I just discovered radial menus and am finding very useful. I do want to change one thing for myself, and that's the mouse spring back thing. What do I have to do to modify/change this?

Thanks in advance
User avatar
Learning one
Posts: 173
Joined: 04 Oct 2013, 13:59
Location: Croatia
Contact:

Re: Radial menu scripts

30 Dec 2021, 17:29

@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 the following lines in RM\Internal\Codes\RMApp lib.ahk (not recommended):

Code: Select all

if RMShowMethod is not digit    
{
Sleep, 30   
MouseMove, imx1, imy1   
}
There's also related feature; CenterMouseOnSubmenuOpen, which isn't hard coded and can be modified by editing RM\Menu definitions\General settings.txt
User avatar
Learning one
Posts: 173
Joined: 04 Oct 2013, 13:59
Location: Croatia
Contact:

Re: Radial menu scripts

30 Dec 2021, 20:36

Radial menu application updated to v4.48 What's new?
  • updated links
  • includes newest AutoHotkey
  • internal maintenance
User avatar
submeg
Posts: 326
Joined: 14 Apr 2017, 20:39
Contact:

Re: Radial menu scripts

01 Jan 2022, 05:02

Hey @Learning one, happy new year and thanks for the update! Hoping things are well on your end; slowly getting more people into AHK by showing them your Radial Menu. They are all very impressed!
____________________________________
Check out my site, submeg.com
Connect with me on LinkedIn
Courses on AutoHotkey :ugeek:
loumizhu
Posts: 27
Joined: 18 Aug 2016, 22:07

Re: Radial menu scripts

01 Jan 2022, 12:34

Learning one wrote:
30 Dec 2021, 20:36
Radial menu application updated to v4.48 What's new?
  • updated links
  • includes newest AutoHotkey
  • internal maintenance

Thanks a lot LearningOne !

You're keeping the updates and it is hugely appreciated ♥♥♥
beeski
Posts: 18
Joined: 06 Feb 2014, 08:38

Re: Radial menu scripts

04 Jan 2022, 02:00

Learning one wrote:
30 Dec 2021, 20:36
Radial menu application updated to v4.48 What's new?
  • updated links
  • includes newest AutoHotkey
  • internal maintenance
thank you!

my RM doesn't seem to want to launch (i succesfully updated to v4.48, at least the update produced a success message; Win7). would you have any pointers as to why this may be?
Whitherboss
Posts: 2
Joined: 29 Dec 2021, 16:32

Re: Radial menu scripts

04 Jan 2022, 06:27

Learning one wrote:
30 Dec 2021, 17:29
@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 the following lines in RM\Internal\Codes\RMApp lib.ahk (not recommended):

Code: Select all

if RMShowMethod is not digit    
{
Sleep, 30   
MouseMove, imx1, imy1   
}
There's also related feature; CenterMouseOnSubmenuOpen, which isn't hard coded and can be modified by editing RM\Menu definitions\General settings.txt
Thanks for the response, I think I just needed to get used to it, I also gave it a shot with out the centring and would agree that it sucks.
g00dhum0r
Posts: 3
Joined: 04 Jan 2022, 13:40

Re: Radial menu scripts

04 Jan 2022, 13:42

This things pretty neat...I love it!

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: No registered users and 74 guests