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. 




------------------------ Yahoo! Groups Sponsor --------------------~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

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