quick answer on the titleBar transparency set the panelAlpha style property to 100
<mx:TitleWindow xmlns:mx="http://www.macromedia.com/2005/mxml" click="doClose()" panelAlpha="100" closeButton="true" At 11:23 AM 12/3/2005, you wrote: > From inside the component which is popped up, I'm using removePopUp(). It >is occasionally throwing a run time error, and I'm not sure why, but I >worked around that like this: > >private function doClose(){ >try{ >PopUpManager.removePopUp(this); >} catch(e:Error){ > >} >} > >our old friend try/catch > >I havent tried anything about the title bars transparency. perhaps there >is a style that can be set? > >At 08:20 AM 12/3/2005, you wrote: > >On the same topic, is there anyway you can stop the title bar being > >transparent? > > > >And does PopUpManager.removePopUp work for you? > > > >At the moment im using a little hack and just setting window.x = -10000 > >when its closed because removePopUp throws an error (Null is not a > >property or similar) > > > >thanks, > > > >Martin > > > > > >Jeff Tapper wrote: > > > Cast the Title Window to the class of your component, for instance, from > > > something I'm working on: > > > win > > > > > =ConfirmScreen(PopUpManager.createPopUp(this,views.dataEntry.ConfirmScreen, > > > true)); > > > win.prod = prod; > > > win.title = title; > > > > > > At 07:45 PM 12/2/2005, you wrote: > > > > > >-- > >Flexcoders Mailing List > >FAQ: > ><http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt>http:// > groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > >Search Archives: > ><http://www.mail-archive.com/flexcoders%40yahoogroups.com>http://www.mail > -archive.com/flexcoders%40yahoogroups.com > > > > > > > > > >SPONSORED LINKS > ><http://groups.yahoo.com/gads?t=ms&k=Web+site+design+development&w1=Web+s > ite+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=L-4QTvxB_quFDtMyhrQaHQ>Web > > > >site design development > ><http://groups.yahoo.com/gads?t=ms&k=Computer+software+development&w1=Web > +site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=lvQjSRfQDfWudJSe1lLjHw>Computer > > > >software development > ><http://groups.yahoo.com/gads?t=ms&k=Software+design+and+development&w1=W > eb+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=1pMBCdo3DsJbuU9AEmO1oQ>Software > > > >design and development > ><http://groups.yahoo.com/gads?t=ms&k=Macromedia+flex&w1=Web+site+design+d > evelopment&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=OO6nPIrz7_EpZI36cYzBjw>Macromedia > > > >flex > ><http://groups.yahoo.com/gads?t=ms&k=Software+development+best+practice&w > 1=Web+site+design+development&w2=Computer+software+development&w3=Software+design+and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=f89quyyulIDsnABLD6IXIw>Software > > > >development best practice > > > > > >---------- > >YAHOO! GROUPS LINKS > > > > * Visit your group > > "<http://groups.yahoo.com/group/flexcoders>flexcoders" on the web. > > * > > * To unsubscribe from this group, send an email to: > > * > > > <mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED] > > > > > * > > * Your use of Yahoo! Groups is subject to the > > <http://docs.yahoo.com/info/terms/>Yahoo! Terms of Service. > > > > > >---------- > > > > >-- >Flexcoders Mailing List >FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt >Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > > > >YAHOO! GROUPS LINKS > > Visit your group "flexcoders" on the web. > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/u8TY5A/tzNLAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

