[EXT] Menu Wizard

Announce and Discuss the Latest Theme and Extension Releases.
Post Reply
avada
Posts: 1932
Joined: February 10th, 2008, 6:30 am
Location: Hungary

Re: [EXT] Menu Wizard

Post by avada »

smsmith wrote:
avada wrote:I don't have that icon. Maybe it was added in a later FF version.
What version are you using? It's in Waterfox/56.0.3 that your UA shows you to be using.
No it isn't, and neither is it the official FF56: https://abload.de/img/ff-devtoolsccudg.png
Exterminator13
Posts: 2
Joined: July 13th, 2017, 2:16 am

Re: [EXT] Menu Wizard

Post by Exterminator13 »

Exterminator13 wrote:Hi,
I've assigned Alt+Z shortcut to the Main Menu item: View -> Zoom -> Zoom Text Only.
The shortcut was shown next to the menu item, but didn't work!

Then, I assigned a shortcut for another menu item: View -> Enter Reader View.
I assigned Ctrl+3 for it, checked and it worked!

Then I reassigned Ctrl+3 for Zoom Text Only.
Again, no luck! That menu item doesn't work irrelevant to a key combination assigned to!

Then I suspected the problem takes place only when we need to reach to a menu item which is hidden under submenu in Main Menu.
For testing, I assigned Ctrl+3 to View -> Toolbars -> Customize... and I was right! It didn't work either!
It's about half of year gone since I had written this message, but the problem still exists! Zoom doesn't work!
User avatar
smsmith
Moderator
Posts: 19979
Joined: December 7th, 2004, 8:51 pm
Location: Indiana

Re: [EXT] Menu Wizard

Post by smsmith »

avada wrote:
smsmith wrote:
avada wrote:I don't have that icon. Maybe it was added in a later FF version.
What version are you using? It's in Waterfox/56.0.3 that your UA shows you to be using.
No it isn't, and neither is it the official FF56: https://abload.de/img/ff-devtoolsccudg.png
That's not the Browser Toolbox. That't the Inspector (CTRL+SHIFT+C). Entirely different. The Inspector is for content. Browser Toolbox is for the browser window.
Give a man a fish, and he eats for a day. Teach a man to fish, and he eats for a lifetime.
I like poetry, long walks on the beach and poking dead things with a stick.
Please do not PM me for personal support. Keep posts here in the Forums instead and we all learn.
avada
Posts: 1932
Joined: February 10th, 2008, 6:30 am
Location: Hungary

Re: [EXT] Menu Wizard

Post by avada »

smsmith wrote:That's not the Browser Toolbox. That't the Inspector (CTRL+SHIFT+C). Entirely different. The Inspector is for content. Browser Toolbox is for the browser window.
I see. Okay. So one of the options wasn't enabled it seems.
spideymouse
Posts: 16
Joined: January 9th, 2014, 9:10 am

Re: [EXT] Menu Wizard

Post by spideymouse »

avada wrote:
smsmith wrote:That's not the Browser Toolbox. That't the Inspector (CTRL+SHIFT+C). Entirely different. The Inspector is for content. Browser Toolbox is for the browser window.
I see. Okay. So one of the options wasn't enabled it seems.
Yes, in order to have the Browser Toolbox available to open, one must first toggle on the Advanced Setting called 'Enable remote debugging' under the options panel opened by the Gear icon at the top right of the Browser Inspector.
Splat-NJ
Posts: 117
Joined: August 18th, 2005, 8:15 am

Re: [EXT] Menu Wizard

Post by Splat-NJ »

Hello. I've been using Menu Editor since its inception but have just now tried Menu Wizard and like what I see so far. One thing that is not working for me is the "Close tab" option. In Menu Editor it worked but not in Menu Wizard. Any help appreciated.
Splat
makondo
Posts: 1961
Joined: October 18th, 2007, 5:26 pm
Location: Rocky Mountains

Re: [EXT] Menu Wizard

Post by makondo »

What do you mean by ""Close tab" option'? What's not working exactly?
Splat-NJ
Posts: 117
Joined: August 18th, 2005, 8:15 am

Re: [EXT] Menu Wizard

Post by Splat-NJ »

I have the "Close tab" menu item appear when I right-click inside a webpage, via Menu Wizard, as I had before using Menu Editor add-on. When I click on it though nothing happens. In the console it does show "TypeError: aTab is null" every time I do that. Don't know what happened. I hadn't updated in a month of two so I backed up my profile and then updated and still getting the same result.
Splat
makondo
Posts: 1961
Joined: October 18th, 2007, 5:26 pm
Location: Rocky Mountains

Re: [EXT] Menu Wizard

Post by makondo »

.
Last edited by makondo on March 11th, 2018, 4:17 pm, edited 1 time in total.
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Menu Wizard

Post by pag77 »

Splat-NJ wrote:I have the "Close tab" menu item appear when I right-click inside a webpage, via Menu Wizard, as I had before using Menu Editor add-on. When I click on it though nothing happens. In the console it does show "TypeError: aTab is null" every time I do that. Don't know what happened. I hadn't updated in a month of two so I backed up my profile and then updated and still getting the same result.
most likely you moved this menu from TabContextMenu to MainContextMenu
In this case, the native command will not work correctly
You need to make changes to the properties of the menu: comment the old command and enter a new one
Image

Code: Select all

gBrowser.removeCurrentTab();
Image

Image
munich50
Posts: 2
Joined: March 14th, 2016, 2:41 am

Re: [EXT] Menu Wizard

Post by munich50 »

munich50 wrote:Hello,

is there a chance to add an option to the right click menu which lets me delete messages from the mail server? I know there is an option in thunderbird itself to do so, but It's either on or off. I don't want all of my mail that goes to the trash to be deleted from the server. The best thing for me would be an option to choose via the right click context menu between "delete" and "delete from server", both resulting in moving the selected mail to the local trash but only by choosing the second one in also deleting from the mail server. Any help is highly appreciated! Thanks in advance.

Still searching for a solution. Could anyone please advise? Providing the command line for the action "delete mail from server" would help a lot already!
Thanks!
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Menu Wizard

Post by pag77 »

munich50 wrote:
munich50 wrote:Hello,

is there a chance to add an option to the right click menu which lets me delete messages from the mail server? I know there is an option in thunderbird itself to do so, but It's either on or off. I don't want all of my mail that goes to the trash to be deleted from the server. The best thing for me would be an option to choose via the right click context menu between "delete" and "delete from server", both resulting in moving the selected mail to the local trash but only by choosing the second one in also deleting from the mail server. Any help is highly appreciated! Thanks in advance.

Still searching for a solution. Could anyone please advise? Providing the command line for the action "delete mail from server" would help a lot already!
Thanks!
I do not know much about the Thunderbird API, but you can search from another extensions:
https://addons.mozilla.org/en-us/thunde ... &platform=
https://addons.mozilla.org/en-us/thunde ... &platform=
Splat-NJ
Posts: 117
Joined: August 18th, 2005, 8:15 am

Re: [EXT] Menu Wizard

Post by Splat-NJ »

Pag77, that did it! Thank you!
Splat
Lew_Rockwell_Fan
Posts: 4
Joined: May 13th, 2014, 10:04 pm

Re: [EXT] Menu Wizard

Post by Lew_Rockwell_Fan »

Content deleted, 'cause it was a stupid question & I can't find a delete post button. The remedy to many illusory bugs is: Drink more coffee & reboot brain.
LAMj
Posts: 7
Joined: June 21st, 2009, 12:38 pm

Re: [EXT] Menu Wizard

Post by LAMj »

I can't get hotkey for "Close Tabs to the Right" and "Close Other Tabs" to work. Any clues?
Post Reply