menu problem
hi, i'm having problem menu subitems.
here code i'm using
var mymenu:menu;
mymenu = null;
mymenu = menu.createmenu(null, menulist, false); //menulist have structure of xml
var pt1:point = new point(this.dgmousex, this.dgmousey);
pt1 = contenedor.localtoglobal(pt1);
mymenu.show(pt1.x,pt1.y);
interesting. might want try setting appropriate parent displayobject in place of null value in createmenu().
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment