Ok i have this popup menu and i have this button. This is what i want to happen:
1. i click button
2. popup menu appeares beside it

This is what i've got:
1. i click button
2. popup menu appeares where i tell it to appear (PopupMenu1->Popup(1,1)
obviusly i could change the 1,1 but i want it to pop up next to the button, not somwhere on the screen.

what command do i use to make popup menu popup next to an object?