View Single Post
  #3  
Old 04-11-2008, 09:03 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
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.qtemp.options
    
addrow(0temp.q);

  
open(mousescreenxmousescreeny);

Reply With Quote