Hey,
Just started working with the data grid and have a few questions. I am stumbling my way through this control and messages. I found the lesson at http://lessons.runrev.com/s/lessons/m/d ... reaking-it, which is helpful, but the lessons do not seem to address all of my questions.
1. Is there any guidance on how to differentiate between navigation messages and selection messages? These two message paths seem to converge on the iPhone
2. Is there a composite list of messages and wrappers? I see dgMouseDown in the lessons but are there others available?
Thanks!
Data Grid navigation
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Data Grid navigation
Sorry, don't understand?MrWizard. wrote:1. Is there any guidance on how to differentiate between navigation messages and selection messages? These two message paths seem to converge on the iPhone
Download the complete datagrid PDF, which is the only documantation for DataGrids, from the above mentioned link and see yourself in Chapter: API and PropertiesMrWizard. wrote:2. Is there a composite list of messages and wrappers? I see dgMouseDown in the lessons but are there others available?
Re: Data Grid navigation
Does the DataGrid detect swipe up & down gestures?
It appears that the "mouseDown" message is sent on a iPhone both when 1) the user intends to select a row for further action and 2) when the user is attempting to "page down" or "scroll down" through the swipe up & down gestures.
Is this a flaw in the control or are there separate message events?
Thanks,
E
It appears that the "mouseDown" message is sent on a iPhone both when 1) the user intends to select a row for further action and 2) when the user is attempting to "page down" or "scroll down" through the swipe up & down gestures.
Is this a flaw in the control or are there separate message events?
Thanks,
E