Make parent nodes in SC popupnested clickable

Features wanted...
Post Reply
jaywalker32
Posts: 205
Joined: 27 May 2014 05:24

Make parent nodes in SC popupnested clickable

Post by jaywalker32 »

Would it be possible to make the parent nodes of SC popupnested also clickable?

eg:

Code: Select all

text popupnested("Top1| Sub1a| Sub1b|  Sub2a|  Sub2b|Top2");
Top1 and Sub1b would also be clickable (currently they're not). Ideally made clickable on an individual basis based on whether it has a [data] parameter

eg:

Code: Select all

text popupnested("Top1| Sub1a| Sub1b;data|  Sub2a|  Sub2b|Top2");
Sub1b is clickable (because it has a data value), but Top1 is non-clickable (as it is currently).

Reasoning
In one of my cases, I am building a script that pops up a nested menu of my fav folders. But I can always only click on lowest level child folder, never on a parent folder. I can do a workaround that adds a [Parent] node, but I think it would be cleaner if the parent is clickable.

In general, it would be useful for executing a command that is of a general relationship to its sub nodes.

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

Re: Make parent nodes in SC popupnested clickable

Post by admin »

AFAIK not possible in menus.

Post Reply