Page 13 of 17

Re: Radial menu scripts

Posted: 25 Jul 2021, 03:17
by MangerzArt
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

Re: Radial menu scripts

Posted: 29 Jul 2021, 15:59
by MangerzArt
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 ^^

Re: Radial menu scripts

Posted: 29 Jul 2021, 16:19
by submeg
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?

Re: Radial menu scripts

Posted: 29 Jul 2021, 16:54
by MangerzArt
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

Re: Radial menu scripts

Posted: 29 Jul 2021, 17:32
by submeg
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).

Re: Radial menu scripts

Posted: 31 Jul 2021, 15:21
by MangerzArt
@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.

Re: Radial menu scripts

Posted: 02 Aug 2021, 03:55
by nathan323
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?

Re: Radial menu scripts

Posted: 02 Aug 2021, 12:52
by MangerzArt
@nathan323

Do u mean, the main link of the app?
https://www.dropbox.com/s/q0igzk8vfvla4wm/Radial%20menu%20v4.zip?dl=1

Re: Radial menu scripts

Posted: 03 Aug 2021, 02:51
by nathan323
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

Re: Radial menu scripts

Posted: 08 Nov 2021, 16:03
by a_riva
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.

Re: Radial menu scripts

Posted: 08 Nov 2021, 19:30
by Learning one
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

Re: Radial menu scripts

Posted: 10 Dec 2021, 12:03
by suija
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.

Re: Radial menu scripts

Posted: 29 Dec 2021, 16:42
by Whitherboss
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

Re: Radial menu scripts

Posted: 30 Dec 2021, 17:29
by Learning one
@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

Re: Radial menu scripts

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

Re: Radial menu scripts

Posted: 01 Jan 2022, 05:02
by submeg
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!

Re: Radial menu scripts

Posted: 01 Jan 2022, 12:34
by loumizhu
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 ♥♥♥

Re: Radial menu scripts

Posted: 04 Jan 2022, 02:00
by beeski
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?

Re: Radial menu scripts

Posted: 04 Jan 2022, 06:27
by Whitherboss
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.

Re: Radial menu scripts

Posted: 04 Jan 2022, 13:42
by g00dhum0r
This things pretty neat...I love it!