[flexcoders] Re: Help me understand custom drag/drop events(Solved)

2008-06-17 Thread bredwards358
Okay, I believe my problem is solved, I never did think that after I got my first programming job that I would have moments where I felt like a complete and utter moron sometimes. While experimenting with where to put the placeholder trace statements which stand in for the actual function calls to

Auto: [flexcoders] Re: Help me understand custom drag/drop events(Solved)

2008-06-17 Thread yavuz
Mailiniz icin tesekk�r ederim. Mailiniz [EMAIL PROTECTED] adresime yonlendirilmistir. Yavuz Yeniceri Intra Travel Telefon : +(90.212) 219 19 25 / Ext. 134 Faks: +(90.212) 247 30 85

[flexcoders] Re: Help me understand custom drag/drop events

2008-06-16 Thread bredwards358
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Why not just set a flag instead of calling preventDefault, then check the flag afterwards. BTW, you shouldn't be dispatching COLLECTION_CHANGE yourself. Best to use itemUpdated when changing quantity. A

RE: [flexcoders] Re: Help me understand custom drag/drop events

2008-06-15 Thread Alex Harui
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bredwards358 Sent: Saturday, June 14, 2008 9:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Help me understand custom drag/drop events I do want the dragged items inserted

[flexcoders] Re: Help me understand custom drag/drop events

2008-06-14 Thread bredwards358
I do want the dragged items inserted into the DP, I just want to add a function call to the end of that which inserts the new row into a local database table. My problem is that the for-loop which checks for duplicate entries and merely prevents the default event and updates a value in the DP

[flexcoders] Re: Help me understand custom drag/drop events

2008-06-13 Thread bredwards358
I'm not sure I get what you're saying but it seems that if I want to alter the default behavior to insert the new row to the database as well as the target dataProvider as it normally does I would probably need a custom DragManager to add that bit. Perhaps I could be phrasing my question wrong,

RE: [flexcoders] Re: Help me understand custom drag/drop events

2008-06-13 Thread Alex Harui
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bredwards358 Sent: Friday, June 13, 2008 11:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Help me understand custom drag/drop events I'm not sure I get what you're saying