Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: context menu (Read 1769 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

context menu

I'd like to add some tagging facilities to the context menu (the menu when right click on a playlist item), but what I currently can do is like the layout below:

Code: [Select]
root_context_menu -> Remove
                     Crop
                     ......
                     Tagging
                     ReplayGain
                     ......
                     ......
                     my_root_item_here -> my_item_1


but my intention for the layout is like:

Code: [Select]
root_context_menu -> Remove
                     Crop
                     ......
                     Tagging    ->    my_root_item_here -> my_item_1
                     ReplayGain
                     ......
                     ......


I've been looking through the sdk, but seems there's no class that I can use to get the class object of the "Tagging" item, so is it possible to acheive the second layout? or can only be the first layout?

Thanks

update: problem solved, no need to reply, thank you.