[flexcoders] Calendar

2005-06-08 Thread Joel Parish
Is there any way to impliment a calendar in flex? I am looking into using a TileList but I really don't want to reinvent the wheel (granted it's allready invented). Any insights into how i may do this, or how others have allready done it are welcome! Thank you, Joel Yahoo! Groups Links *

[flexcoders] Managing Multiple iFrames

2005-06-05 Thread Joel Parish
I don't know if any of you have seen the lastest article at http://coenraets.com/viewarticle.jsp?articleId=95 in this article Christophe Coenraets talks about managing an iFrame using flex. Would any of you know how to expand this to manage two independent iFrames? Yahoo! Groups Links * To

[flexcoders] Re: Managing Multiple iFrames

2005-06-05 Thread Joel Parish
Ive thought of all of those methods, but im struggling with implimentation :-/ any ideas on how? --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 6/6/05, Joel Parish [EMAIL PROTECTED] wrote: I don't know if any of you have seen the lastest article at http

[flexcoders] Re: Binding a webservice result to a dataprovider

2005-05-25 Thread Joel Parish
If I change the dataProvider to a list and map the dataProvider to ws.doStockHistory.result.date or ws.doStockHistory.result.price the list will show the right data, how do i combine these two into a datagrid? Can a datagrid use an object as a dataProvider or must it be an array? --- In