[flexcoders] TextFlow CSSFormat Resolver...

2010-08-28 Thread grimmwerks
I've got a lot of little TextFormats sprinkled throughout an application in other components, itemRenderers and the like.. is there a way I can use the application's css as the css for a CSSFormatResolver? How does one get what external css is attributed to an app? Thanks all Garry Schafer

[flexcoders] Re: 3D Carousel in Flex 4?

2010-08-28 Thread hdave_123
Thanks -- got their coverflow working, but am stuck trying to create a carousel layout! --- In flexcoders@yahoogroups.com, claudiu ursica wrote: > > You'll get that by implementing a custom coverflow layout class. > > http://www.rialvalue.com/blog/2010/04/14/carroflow-another-3d-layout-for-fle

[flexcoders] Re: Problem getting compiler to recognize a custom class

2010-08-28 Thread Amy
--- In flexcoders@yahoogroups.com, "colin.ashe" wrote: > > Hi, > > I've been banging my head on the wall for the last few days over this problem > - hopefully one of you can help. > > I'm writing a program to visualize the movement of some particles and I've > written a class, which extends

[flexcoders] Preventing selected item in List from auto scrolling into view

2010-08-28 Thread dorkie dork from dorktown
When I select an partially visible item/row in a vertical Spark List the item will scroll into view but only the bare minimum. So if there are 5 rows on the screen and I click row 3, 4 or 5 then that row will expand but it will usually stay at the Y position it is at leaving rows 1 and 2 visible ab

[flexcoders] FB4 + 3.5 Compiler

2010-08-28 Thread artgrater
I have a project substantially completed in Flex 3. While feature-complete, substantial maintenance and improvement will continue indefinitely. My understanding is that importing it to FB4 could require nontrivial rework. Should I continue in Flex 3 -- or upgrade to FB4 and compile against 3.

Re: [flexcoders] Constraining one components location to another component

2010-08-28 Thread Akshar Kaul
you can use states. or try using Hbox and Vbox.. ---> Akshar Kaul <--- On Fri, Aug 27, 2010 at 19:46, Haykel BEN JEMIA wrote: > > > Hi, > > I think the best way is to create a new component that will hold the image > and the floating components and handle visibility of these components >