Excellent! :-) Thanks, I forgot I needed to just push the 
"super-charged-turbo" button on my "Ferrari" (courtesy Tariq) to get going!

Christoph Diefenthal wrote:

> Great to return, what I learnd last week thanks to Dustin Mercer :)
>
> You have to set minHeight="0" minWidth="0"
> It works this way:
>
>
> <?xml version="1.0" encoding="utf-8"?>
> <mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml";
>     width="100%" height="100%" creationIndex="0">
>
>     <mx:Panel width="100%" height="100%" minHeight="0" minWidth="0">
>         <mx:HBox width="1000" height="2000"
> backgroundColor="#FFCC00"></mx:HBox>
>         <mx:ControlBar width="100%" height="50"></mx:ControlBar>
>     </mx:Panel>
> </mx:Application>
>
>
> Cheers
> Christoph
>
>
> > -----Ursprüngliche Nachricht-----
> > Von: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im
> > Auftrag von Sreejith Unnikrishnan
> > Gesendet: Donnerstag, 29. September 2005 08:03
> > An: flexcoders@yahoogroups.com
> > Betreff: [flexcoders] Issues with Scroll!
> >
> > Can someone help me with this problem.
> >
> > In the following sample, the scroll appears on the whole application.
> > What is the correct/suggested way to avoid that. The scroll should be
> > applied on the Panel and not the Application here.
> >
> > I tried many things such as appliying creationComplete, creationIndex
> > and creationPolicy. This has not had good results.
> > I had some success with createCompletion. But I really dont think that
> > is a scalable solution!
> >
> > Any pointers would help.
> >
> > Regards
> > Sree
> >
> > PS: In an earlier post, I had mentioned the same result in the Flex
> > Style Explorer
> > 
> (http://www.mail-archive.com/flexcoders@yahoogroups.com/msg12582.html). 
> <http://www.mail-archive.com/flexcoders@yahoogroups.com/msg12582.html%29.>
> >
> >
> > <?xml version="1.0" encoding="utf-8"?>
> > <mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml";
> >     width="100%" height="100%" creationIndex="0">
> >
> >     <mx:Panel width="100%" height="100%">
> >         <mx:HBox width="1000" height="2000"
> > backgroundColor="#FFCC00"></mx:HBox>
> >         <mx:ControlBar width="100%" height="50"></mx:ControlBar>
> >     </mx:Panel>
> > </mx:Application>
> >
> >
> >
> >
> > --
> > 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
> >
> >
> >
> >
> >
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
>
>
>
> SPONSORED LINKS
> Web site design development 
> <http://groups.yahoo.com/gads?t=ms&k=Web+site+design+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=L-4QTvxB_quFDtMyhrQaHQ>
>  
>       Computer software 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>
>  
>       Software design and development 
> <http://groups.yahoo.com/gads?t=ms&k=Software+design+and+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=1pMBCdo3DsJbuU9AEmO1oQ>
>  
>
> Macromedia flex 
> <http://groups.yahoo.com/gads?t=ms&k=Macromedia+flex&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=OO6nPIrz7_EpZI36cYzBjw>
>  
>       Software development best practice 
> <http://groups.yahoo.com/gads?t=ms&k=Software+development+best+practice&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=f89quyyulIDsnABLD6IXIw>
>  
>
>
>
> ------------------------------------------------------------------------
> YAHOO! GROUPS LINKS
>
>     *  Visit your group "flexcoders
>       <http://groups.yahoo.com/group/flexcoders>" on the web.
>        
>     *  To unsubscribe from this group, send an email to:
>        [EMAIL PROTECTED]
>       <mailto:[EMAIL PROTECTED]>
>        
>     *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>       Service <http://docs.yahoo.com/info/terms/>.
>
>
> ------------------------------------------------------------------------
>




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/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/
 


Reply via email to