checkout this laszlo example, sweet work that. http://www.laszlosystems.com/lps/sample-apps/calendar/calendar.lzo?fb=1&lzt=html
States are a nice thing to use with some of this. States seem to be good to use in a single component, maybe your details can be displayed in the single day calendar entry? then you could introduce states in your drawsRenderer. http://www.adobe.com/go/flex_explorer_app has some examples of transisiton effects for states that may be helpful DK On 6/30/06, Ian Skinner <[EMAIL PROTECTED]> wrote: > Ok, I am not even sure what I am looking for here, something built into the > states functionality, some kind of behavior, some thing I am not even aware > of. > > I have a basic calendar of events. I would now like to be able to drill down > into each event. Have the user select an event, with some kind of highlight > effect, and select a "Details" button and go to my new state, where all the > details of the event can be viewed and edited. How do I even start with > this? What parts of the documentation am I looking for? > > Each of my events are contianed in a custom control ("drawsRenderer.mxml"). > These draws elements are created in a repeater loop contained in the custom > control, "dayFormat2.mxml" which is called in from the grid item control in > the main application. Somewhere in there I need to grab the current event > object and pass it somehow to my details state so that I can display it there. > > I would also like to add some kind of hover highlight state for each event. > What I don't understand is how to identify one event from another to know > which one to highlight. > > Finally, I would like a third state which is for adding a new event. It > would be triggered by a control in each instance of dayformat2, but would > need to modify the controls in the main application file. How do I reference > these controls from inside the dayformat2 custom control. > > TIA for all my newby questions. Suggestions on where in the maunal I should > read as well is code suggestions most welcome. > > -------------- > 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:2912 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
