• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Changing styles at runtime , problem with ViewStack

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am developing a dashboard kind of application using Flex3,Spring and Hibernate(for caching).

I took sample dashboard application on adobe site as basis and I am able to get it work for my requirement.

I am building all reports includes different charts and adding each report as child to a ViewStack.

Now I got more then 50+ reports and hence 50+ childs added to viewstack at app initialize.

I want to change styles for few reports, The problem what I am facing is Its taking lot of time for loading stylesheet(compiled css file). The reason for it is, as it has to apply styles to all components present in viewstack its taking long.

Is that possible to set style to a specific selected viewstack child rather applying to invisible childs too.?

Please advice any beter way to do this.

Any help is appreciated....

thnx
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic