11-12-2015 06:03 AM
Hi
We wonder how we can define the position of a plugin button command in the menubar Favorits. If we do nothing specific in the code the button is between the Start GPS button and the Adanced tooltip button.
And if we try to manage the position with a piece of code (in the actionLocation we setup the actionOrder=) it appears in the first position what ever the paramater we use.
Any idea?
Regards
David
Solved! Go to Solution.
11-13-2015 03:04 AM
Hi David,
which actionOrder value do you use?
The default value is 1000. I assume that you use an value which is lower than 1000. Am I right?
You have only two solutions:
Solution 1: use a value which is lower than 1000, to get your action at the first position.
Solution 2: use a value greater than 1000, to get your action at the last postion
Best Regards,
Steve
11-17-2015 02:46 AM
Hi
Thank you, i missed the notification of your answer.
Regards
David