Hi there,
I’ve made a class which creates a color menu - a color picker and a couple of dropdown menus, and if I add one directly to the stage, or as a child of an object that has been added to the stage it works fine, but if I create a dropdown menu and add a color menu to that, the masks for the dropdowns are drawn as solid black…
You can see what I mean here:
http://www.margaretscratcher.co.uk/projects/virtualwagen/
The menu which pops out if you click on a part of the VW is working correctly, but if you use the menu at the top and select a part, you can see that the masks for the dropdowns are being drawn instead of acting as masks.
Both are called as ‘new matMenu’ which is the class which creates the menu…
Any ideas?