I had the same problem like you, but I managed to add the menu options to the Roster component.1. Create a function addMenuOptions:private function addMenuOptions( userDescriptor :UserDescriptor):Object{ var dp: ArrayCollection = new ArrayCollection() // you can chose your favorite type of dat...