Hi, I am creating new component in Flex using Menu class. My requirment are as follows:
1) The list must support multiple operations at a single go ie User can choose different menu items from the list in a single operation. 2) The list is so long so need scrolls for the list. I implemented above functionality but when user performs multiple operations on the list and moves mouse outside, the satge object is getting garbage collected and giving error. Can anyone please help to figure out how can i keep stage object alive. Thank you in advance, Parag
