Hi, I did not implement the "drag"...I just drag the stylus in the table. I found out what was causing the problem. It's beacause in OS 3.5 the custom drawing function get call twice (once for the refresh of the background and after for the foreground) And I was doing extra work in that function . I know that there's been discussions about this topic. But I need more info :
- When does the custom drawing function get call twice ? I did some test, and correct me if i'm wrong, but it seems that the function get call only once when I tap on the row. But get call twice when I drag the stylus over the table. I think (not sure at all) that it got called twice. Pierre L. Van Nguyen wrote: > Pierre, > > I am not sure how you implement the drag and drop in > your app. However, I think it would be helpful to you > if you check out the Memo Pad example for 3.5 at > function ListViewSelectMemo. This function allows > users to drag a memo item and drop it else where in > the table. > > Hope this helps ! > > >>>>>>>>>>>>>>>>>>> > > Hi, > > I'm converting an app from OS 3.1 to OS 3.5. > Everything was working > perfectly on OS 3.1. But now, when "drag" a row in my > table it just > disappear ( select a row and drag the stylus to the > next row) ? I > really don't know what's going on... > > any idea ? > > Thanks, > Pierre L. > > ===== > Best regards, > > Van Nguyen. > > __________________________________________________ > Do You Yahoo!? > Send instant messages & get email alerts with Yahoo! Messenger. > http://im.yahoo.com/ -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
