Burger menu updated problem

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
glusberg
Posts: 115
Joined: 04 Dec 2010 17:47

Burger menu updated problem

Post by glusberg »

Burger menu used to work till the latest changes. Now items that where "hidden" under menu "More commands" are displayed as shown. How do I fix it to comply with the new format?
ScreenClip.png
ScreenClip.png (23.69 KiB) Viewed 614 times

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Burger menu updated problem

Post by admin »

How are those hidden items defined? Can you show the definition?

glusberg
Posts: 115
Joined: 04 Dec 2010 17:47

Re: Burger menu updated problem

Post by glusberg »

Sorry, I should have started there.
ScreenClip.png
ScreenClip.png (16.07 KiB) Viewed 565 times

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Burger menu updated problem

Post by admin »

1) Which ones are supposed to be "hidden"?

2) It would help if you posted the definitions as text, not as image.

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: Burger menu updated problem

Post by highend »

"More Commands" is not displayed as a submenu with the entries under it but all are at the root level
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Burger menu updated problem

Post by admin »

Ok, but why? All works fine here. I have to see the definition as text.

glusberg
Posts: 115
Joined: 04 Dec 2010 17:47

Re: Burger menu updated problem

Post by glusberg »

Code: Select all

#263
#175
#126
#778
automaxcolumn;
-
Buttons
   :dark
-
::rename b,  '* <datem yymmdd>'
:newfolder
:copypath
--
::rtfm 'idh_quicknamesearch.htm#idh_qnsswitches';
--
More Commands
  Copy Full Path;#101;:copy
  Copy Name only;#102;Green.ico
  ::Character View Current Filename;charview <curname>;
  :mrl
  #1070;;:go

glusberg
Posts: 115
Joined: 04 Dec 2010 17:47

Re: Burger menu updated problem

Post by glusberg »

i posted the picture because when I cut and paste the "customize menu" for the burger the indentation under "more commands" goes away. I thought it might be significant.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Burger menu updated problem

Post by admin »

The

Code: Select all

 tags are there for that. I edited your post.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Burger menu updated problem

Post by admin »

Your definition also failed with 23.40.0000. The problem has nothing to do with the recent changes. The fix is yours:

1) this line has a 3-space indent; make it 2-space and most of your issue are gone.

Code: Select all

   :dark
2) double-hyphens for separators?

Code: Select all

--
make it one hyphen and it will actually work

glusberg
Posts: 115
Joined: 04 Dec 2010 17:47

Re: Burger menu updated problem

Post by glusberg »

Quite right! :appl:

Post Reply