> So create a variable (rootURL) in main application. When you create
> dataProvider for TileList, pass this variable to thumbnails via 
> dataProvider.

Abdul - could you show me some basic code for this?

To be clear, in the main app, I currently have:
a) HTTPService, retrieves xml file (layed out as root.folder.file
b) ComboBox, dataProvider=HTTPService.lastResult.folder
c) TileList, dataProvider=ComboBox.selectedItem.file, 
itemRenderer=view.Thumbnail
d) view.Thumbnail Component, has an Image with [EMAIL PROTECTED]

So when we get to step d, the Thumbnail component only has fileName 
available.  The folder/complete path is in the root node 
([EMAIL PROTECTED]).

I understand that I can call a function via comboBox change (and the 
ResultHandler on returning the service), but how do I add a variable 
to the repeating file node before its sent to the TileList? 

Thanks,
 - Chris






--
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