-
2 Oct 2009 4:02 AM #11Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,167
- Vote Rating
- 29
Kick ass, Shea!!

Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
-
2 Oct 2009 4:35 AM #12
Nigel and my work on this plugin got picked up by Ajaxian.
Hide and Seek via Mouse
They have summarized it well.-Shea
My Blog:VinylFox | Twitter:@VinylFox | JavaScript Magazine:JSMag | Curator of the Baltimore/DC JavaScript Meetup | Author: Learning ExtJS 3.x Book
ExtJS Extensions & Plugins: GMapPanel UX | HtmlEditor Buttons Plugin | Selection Enabler Plugin | Grid DataDrop Plugin | Additional Ext.Fx
Sencha Touch Plugins: Swipe Tabs | List Pull Refresh | Accelerometer Tabs
-
2 Oct 2009 4:44 AM #13Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,167
- Vote Rating
- 29
Huge!!! Congrats dude.

Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
-
2 Oct 2009 5:50 AM #14
Wow! very impressive!
I will defenitly give it a try in one of our apps...
Combine it with my Copy&Paste Plugin and you will have a seamless Integration of an Web-app into the Desktop.
-
2 Oct 2009 5:53 AM #15
@crp_spaeth - I think you might have linked to the wrong post.
How about this: https://www.extjs.com/forum/showthread.php?t=64477
Ill give it a look.-Shea
My Blog:VinylFox | Twitter:@VinylFox | JavaScript Magazine:JSMag | Curator of the Baltimore/DC JavaScript Meetup | Author: Learning ExtJS 3.x Book
ExtJS Extensions & Plugins: GMapPanel UX | HtmlEditor Buttons Plugin | Selection Enabler Plugin | Grid DataDrop Plugin | Additional Ext.Fx
Sencha Touch Plugins: Swipe Tabs | List Pull Refresh | Accelerometer Tabs
-
2 Oct 2009 5:59 AM #16
Wher did that link come from?
Jeah your right...
-
2 Oct 2009 7:36 AM #17
Nice work, guys!

I was playing with the example, and noticed that the mousewheel is ineffective (scrolling the grid). It does work when over the scroller.
Can you somehow pass those events down too?"be dom-ready..."
Doug Hendricks
Maintaining ux: ManagedIFrame, MIF2 (FAQ, Wiki), ux.Media/Flash, AudioEvents, ux.Chart[Fusion,OFC,amChart], ext-basex.js/$JIT, Documentation Site.
Got Sencha licensing questions? Find out more here.
-
2 Oct 2009 10:27 AM #18
I'm working on this at home.
Right now, it's just IE that is holding things up. I'll post an update here, and to Shea when I get it working.Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
2 Oct 2009 11:47 AM #19
Excellent work guys. I have been toying with drag and drop for file uploading on mozilla 3.6 alpha. Using the File API. Anyone know if IE has started any work for file uploading like the other browsers have? I haven't found too much talk about it.
http://dev.w3.org/2006/webapi/FileUp...h/FileAPI.html

-
5 Oct 2009 10:46 AM #20
Woww look great!
Works nicely, but I'm getting an error message (just added plugins: [Ext.ux.grid.DataDrop] in the grid config)
Uncaught TypeError: Cannot read property '0' of null at ext-base-debug.js:3482
The data does appear in the grid, but the data isn't sent to the server (added newRec.markDirty(); in function dataDropped() before adding to the store. The dirty marks do appear as well, but data is still not sent (getting data to be sent using getModifiedRecords) =/


Reply With Quote

