On 6/14/06, Ian Skinner <[EMAIL PROTECTED]> wrote: > <quote> > not sure whatyou are asking here. by state do you mean the actual Flex > states? Just change them on event fires, eh? > <quote> > > Yes, but I want to change the current state, not go to another state. I want > a set of buttons to page through the months of a calendar, passing the month > to my CFC to get all the events for that month. >
ah, I'd have the one view populated however you have youe objects/data setup. Each button fires a event FETCH_MON_CALENDAR that gets your data. In the onResult handler set the resul to your local object that is bound to your view. bamm! > <quote> > You mean object foo has many goos? Handle this the same as in CFCs, Java > classes, etc. foo has a property goo of type array. bamm! synchs across the > wire from CFC to AS too, very nice. > <quote> > > Yes, I'm just a bit gun shy about writing this, as I have had so much > difficulty with the examples. Flex is a different ballgame from CF for sure. > > <quote> > I suppose for local dev using remoting services, your root would usualy be > the Jrun root. > </quote> > > I guess I am not usually. I use my web roots for my local development. What do YOUmean by web roots though? When I say I develop locally, web roots to me means jrun4/servers/someservername/cf-ear/cf-war Note that no IIS or Apache is in use, or eally needed in this case, eh? > > -------------- > Ian Skinner > Web Programmer > BloodSource > www.BloodSource.org > Sacramento, CA > > --------- > | 1 | | > --------- Binary Soduko > | | | > --------- > > "C code. C code run. Run code run. Please!" > - Cynthia Dunning > > Confidentiality Notice: This message including any > attachments is for the sole use of the intended > recipient(s) and may contain confidential and privileged > information. Any unauthorized review, use, disclosure or > distribution is prohibited. If you are not the > intended recipient, please contact the sender and > delete any copies of this message. > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:37:2716 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/37 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:37 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
