This is a good one (smells like bug). In a normal component, the problem doesn't show up. However, in the popup, I see what you mean. Without digging into the base classes to find the cause, you can work around this by setting the TitleWindow backgroundAlpha to zero.
<mx:TitleWindow xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" backgroundAlpha="0"> -TH --- In [email protected], "gotgoose09" <[EMAIL PROTECTED]> wrote: > > Yes, you're right, I should've given some code. > > http://www.thegoosmans.com/flexlistintitlewindow/TitleWindowListState .sw\ > f > > This is a simplified version of my project. You can right click on the > SWF and select "View Source" to see the code. > --- In [email protected], "Tim Hoff" <TimHoff@> wrote: > > > > If you could provide the TitleWindow code, it would be easier to see > > what is causing the problem. > > > > -TH > > > > --- In [email protected], "gotgoose09" thegoosmans@ > > wrote: > > > > > > I guess no one has tried this yet? > > > --- In [email protected], "gotgoose09" <thegoosmans@> > > wrote: > > > > > > > > I have a TitleWindow that has a List with cfm pages in it as > > items. The > > > > TitleWindow also has a state that adds TextField to create or > > edit a > > > > list item. The first time I popup this TitleWindow and there > > are more > > > > items than the List's height, a strange display issue occurs. > > You can > > > > see it here: > > > > http://img102.imageshack.us/my.php? > > image=titlewindowlistbugsm2.jpg > > > > Notice the white bar on the top of the List. > > > > > > > > Now, when I click the create button I go to another state --> > > > > > > http://img60.imageshack.us/img60/3317/titlewindowlistbug2vs4.jpg . > > If I > > > > now scroll through the list the display issue in the previous > > image does > > > > not occur, even after I cancel out of that state. > > > > > > > > Anyone have a solution to this? > > > > > > > > > > -- 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/

