popupmenu sep_itemlist doesn't work

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
nerdweed
Posts: 648
Joined: 25 Feb 2012 07:47

popupmenu sep_itemlist doesn't work

Post by nerdweed »

Hello,

::popupmenu(taglist(),sep_itemlist=",");

This command fails as sep_itemlist doesn't work. Similarly, sep_item doesn't work either

XY 22.20.0223

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

Re: popupmenu sep_itemlist doesn't work

Post by highend »

Em...

Maybe you read the help file entry for that command and find out what you're doing wrong?
It's not even one thing it's two and there is no bug involved...

Moved to Q&A
One of my scripts helped you out? Please donate via Paypal

nerdweed
Posts: 648
Joined: 25 Feb 2012 07:47

Re: popupmenu sep_itemlist doesn't work

Post by nerdweed »

It doesn't work if i pass it as a argument parameter. If I pass it as positional parameter (6th for sep_itemlist) it works fine.

Works
::popupmenu(taglist(),,,,,,",");
Doesn't work
::popupmenu(taglist(),sep_itemlist=",");

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

Re: popupmenu sep_itemlist doesn't work

Post by admin »

It's the little things... try again.

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

Re: popupmenu sep_itemlist doesn't work

Post by highend »

It doesn't work if i pass it as a argument parameter
There are no argument parameters, they are tied to a position...
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: popupmenu sep_itemlist doesn't work

Post by admin »

... and if there were, it would have to be sep_itemlist:="," (colon!)

nerdweed
Posts: 648
Joined: 25 Feb 2012 07:47

Re: popupmenu sep_itemlist doesn't work

Post by nerdweed »

Thanks. Not sure, why I thought arg based parameters would work.

Post Reply