There was some example in the GraalShop script from Jerret, something like that:
PHP Code:
temp.options = {"Line1","Line2","Line3"};
new GuiContextMenuCtrl("GraalShop_Context") {
profile = GuiBlueScrollProfile;
clearRows();
for (temp.q: temp.options)
addrow(0, temp.q);
open(mousescreenx, mousescreeny);
}