<br><br><div class="gmail_quote">On Sun, Sep 18, 2011 at 5:21 AM, Francesco Nwokeka <span dir="ltr"><<a href="mailto:francesco.nwokeka@gmail.com">francesco.nwokeka@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi guys,<br>
    wanted to notify about an issue. Currently it's possible to add<br>
actions to a QML plasmoid's context menu. But this menu is not ordered<br>
in any way. Nor by "insertion" and nor alphabetically.<br>
So I wanted to know, is there some hidden function to do this (order<br>
the list of actions) or does it still have to be implemented?<br>
<br></blockquote><div><br></div><div>Actions are added in the order of plasmoid.setAction function</div><div>calls, followed by the standard entries.</div><div><br></div><div>Eg:</div><div>plasmoid.setAction("act1", "myAction1", "icon1");</div>
<div>plasmoid.setAction("act2", "myAction2", "icon2");</div><div><br></div><div>would look like:</div><div><br></div><div>myAction1</div><div>myAction2</div><div>Plasmoid's settings</div>
<div>Desktop settings ></div><div>----------------------</div><div>Remove this plasmoid</div><div><br></div><div>As far as re-ordering is concerned, I don't think there is any way to do such</div><div>a thing, but I might be missing something too.</div>
<div><br></div><div>Cheers,</div><div>Viranch</div><div><br></div></div>