Re: [flexcoders] Chrome behind content?

2007-03-11 Thread Michael Schmalle
Well man, this is a hack and it works though :) I had the same issue and so far this hasn't blown up in my face. Try this on for size... the backgroundInstance is what is going behind the content but infront of the border. override mx_internal function createContentPane():void {

[flexcoders] Chrome behind content?

2007-03-10 Thread Jesse Warden
I'm extending Canvas. His base class, Container, decrees on line 4608 that all children are behind chrome. I want the opposite. I want my chrome BEHIND the content; I want the content IN FRONT of my chrome. However, since Container does all kinds of crazy over-writting of DisplayObject