Am facing a mystery bug that I can't seem to fathom. Hoping somebody on the 
list know's of a solution.
The flex server is set to debug mode and the app uses the Cairngorm 
Framework and the FAST toolkit.

Basically what seems to happen is every time I restart my flex server it 
fails to recognize updates to certain components/renderers.


For E.g.

I have a number of custom components extending of the TitleWindow, that are 
instantiated using the PopupManager.
These have certain components being used as "renderers" within a reeater

<mx:Repeater id="categoriesList" dataProvider="{planDetail.categories}"
           
repeatEnd="initOptions(ModelLocator.cart.isPlanInCart(planDetail.id))">
          <popupRenderer:OptionsRenderer id="optionsRenderer"
            categoryName="{categoriesList.currentItem.categoryName}" 
options="{categoriesList.currentItem.options}"
            optionUpdate="updatePlanPrice()">
          </popupRenderer:OptionsRenderer>

The popupRenderer namespace is pointed to 
"com.company.appName.view.productDisplay.renderers.*"

When I restart my flex server, the repeater works fine and show "n" number 
of OptionsRenderers, but fails to display the values for categoryName and 
options.
Now if I open up the mxml file that contains the Repeater and add a dummy 
line of code, like (Echo.debug()), save it and refresh the browser, the 
values show up and everything is fine.
If I restart my flex server the same problem happens again.

I initially thought this might be happening only for Popups or  Repeaters, 
but I have seen this also in cases where I have components that are not 
being used in popups and are not in Repeaters

Anybody have any ideas / suggestions?
Any help is appreciated as this seems to be a flex bug and am not sure how 
to tackle this.

Thanks,

- superabe



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/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