Position my ribbon before GroupClipboard

Add-in Express™ Support Service
That's what is more important than anything else

Position my ribbon before GroupClipboard
 
Karim




Posts: 170
Joined: 2006-01-02
Hi,

I had a new ribbon in a composer in tab "Message" (idMso := TabNewMailMessage) and it works fine.

But i want also to put it before GroupClipboard.

In my adxRibbonTab i put IdMso := TabNewMailMessage and InsertBefordId := GroupClipboard

but won't work

Thanks

Karim
Posted 10 Feb, 2015 08:43:21 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
Hello Karim,

"GroupClipboard" is the IdMso of a group, not tab.

Karim writes:
But i want also to put it before GroupClipboard.


"It" in your post is that very group on which you need to set InsertBefordId := GroupClipboard.


Andrei Smolin
Add-in Express Team Leader
Posted 10 Feb, 2015 08:48:12 Top
Karim




Posts: 170
Joined: 2006-01-02
Perfect !

Thanks
Posted 10 Feb, 2015 09:09:37 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
Welcome!


Andrei Smolin
Add-in Express Team Leader
Posted 10 Feb, 2015 09:29:15 Top