Don't feel too gun-shy. I have been unable to get apps I wrote in Beta 2 working in Beta 3. I spent more time debugging in Beta 3 than I did building them in Beta 2.
At 12:42 PM 6/14/2006, you 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. How are you displaying the events? In a datagrid? If so, you can update the grid data when a 'button' is selected. You can bind the 'buttons' (or drop down) to the grid so that the buttons are pressed, the grid also changes. You can do this without switching states. I cann't write the Flex code in my sleep, but it sounds like that is what you want to do conceptually. Make a bindable variable that contains the month. Have the grid call the remote service when the bindable value changes. The RSS example is similar (conceptually) to this (If memory serves me). ><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. Me too. -- Jeffry Houser, Software Developer, Writer, Songwriter, Recording Engineer AIM: Reboog711 | Phone: 1-203-379-0773 -- My Company: <http://www.dot-com-it.com> My Books: <http://www.instantcoldfusion.com> My Recording Studio: <http://www.fcfstudios.com> Connecticut Macromedia User Group: <http://www.ctmug.com> Now Blogging at <http://www.jeffryhouser.com> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:37:2712 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
