PDA

View Full Version : dataGrid border when inside a loaded MC?


spipasucci
08-30-2005, 03:37 PM
Strange question. I have an swf that has the dataGrid component. When a field is clicked in the datagrid, I have a movieclip on a layer above it scroll over the top and display some extended information. Works fine...
I have a second swf which is a container for this and other swfs. When I run the first swf inside the second swf (container), it functions fine, but the border of the dataGrid shows above everything else as if it's the top layer. So the dropdown box of information has the border line running through it. I've tried masking it but with no luck... Is there a way to set border properties? I have the borderStyle set to "none". I have the dataGrid.depthChild0._alpha set to "0". Is there another property I could set?