From: Raymond I. <xw...@ya...> - 2003-10-10 19:27:22
|
Hello, Please checkout the proposed Drag Icon features for DragEvent. http://www24.brinkster.com/dyntools/next/examples/demo.dragicon.html This new addition should make if easier to simulate drag and drop the way it's done in desktop applications. You should be able to drag icons (or objects) anywhere on the document. Any comments, suggestions, questions? -- Raymond Irving __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Leif W <war...@us...> - 2003-10-10 19:56:29
|
Looks very nice. This feature is similar to what was suggested I add to my SnapX library some time ago, especially the lime semi-transparent layer. I wasn't sure how to do this before, but it would seem the DragIcon widget would compliment SnapX or any other widgets nicely. My only concern is about a text-selection that occurs in Mozilla, maybe a bug. And thinking of my SnapX widget, I'm wondering if there's a way I could optionally have the snap check code trigger onmove as well as on drag end, such that the default is that it triggers on move, but could also be set to trigger only on drag end (i.e. after it's dropped, then do a snap). The two widgets would play nicely together I think. :-) And as this is a more general solution, it can be combined more easily with other widgets. Well done. Leif ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: "DynAPI-Dev" <dyn...@li...> Sent: Friday, October 10, 2003 3:27 PM Subject: [Dynapi-Dev] DragIcon Demo > Hello, > > Please checkout the proposed Drag Icon features for > DragEvent. > > http://www24.brinkster.com/dyntools/next/examples/demo.dragicon.html > > This new addition should make if easier to simulate > drag and drop the way it's done in desktop > applications. You should be able to drag icons (or > objects) anywhere on the document. > > Any comments, suggestions, questions? > > -- > Raymond Irving > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Raymond I. <xw...@ya...> - 2003-10-10 20:44:39
|
SnapX - Sounds like a good thing to do. -- Raymond Irving --- Leif W <war...@us...> wrote: > Looks very nice. This feature is similar to what > was suggested I add to my > SnapX library some time ago, especially the lime > semi-transparent layer. I > wasn't sure how to do this before, but it would seem > the DragIcon widget > would compliment SnapX or any other widgets nicely. > My only concern is > about a text-selection that occurs in Mozilla, maybe > a bug. > > And thinking of my SnapX widget, I'm wondering if > there's a way I could > optionally have the snap check code trigger onmove > as well as on drag end, > such that the default is that it triggers on move, > but could also be set to > trigger only on drag end (i.e. after it's dropped, > then do a snap). The two > widgets would play nicely together I think. :-) > And as this is a more > general solution, it can be combined more easily > with other widgets. Well > done. > > Leif > > ----- Original Message ----- > From: "Raymond Irving" <xw...@ya...> > To: "DynAPI-Dev" <dyn...@li...> > Sent: Friday, October 10, 2003 3:27 PM > Subject: [Dynapi-Dev] DragIcon Demo > > > > Hello, > > > > Please checkout the proposed Drag Icon features > for > > DragEvent. > > > > > http://www24.brinkster.com/dyntools/next/examples/demo.dragicon.html > > > > This new addition should make if easier to > simulate > > drag and drop the way it's done in desktop > > applications. You should be able to drag icons (or > > objects) anywhere on the document. > > > > Any comments, suggestions, questions? > > > > -- > > Raymond Irving > > > > __________________________________ > > Do you Yahoo!? > > The New Yahoo! Shopping - with improved product > search > > http://shopping.yahoo.com > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: SF.net Giveback > Program. > > SourceForge.net hosts over 70,000 Open Source > Projects. > > See the people who have HELPED US provide better > services: > > Click here: http://sourceforge.net/supporters.php > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback > Program. > SourceForge.net hosts over 70,000 Open Source > Projects. > See the people who have HELPED US provide better > services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Daniel T. <de...@ti...> - 2003-10-10 19:58:48
|
Hi mate! This looks really neat, one question thought. Whats the driffrences from the old drag/drop stuff? I havent been looking into it, but would be fun to know what the diffrence is :) Cool thing, i like it, belive it will be very useful. Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Raymond Irving Sent: den 10 oktober 2003 21:27 To: DynAPI-Dev Subject: [Dynapi-Dev] DragIcon Demo Hello, Please checkout the proposed Drag Icon features for DragEvent. http://www24.brinkster.com/dyntools/next/examples/demo.dragicon.html This new addition should make if easier to simulate drag and drop the way it's done in desktop applications. You should be able to drag icons (or objects) anywhere on the document. Any comments, suggestions, questions? -- Raymond Irving __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Raymond I. <xw...@ya...> - 2003-10-10 20:48:32
|
--- Daniel Tiru <de...@ti...> wrote: > Hi mate! > > This looks really neat, one question thought. Whats > the driffrences from > the old drag/drop stuff? I havent been looking into > it, but would be fun > to know what the diffrence is :) The first drag-drop demo only allows you to drag the actual layer. This new feature allows you to drag an icon of that layer. With this you could make any layer drag-able to any location within the doc. This feature makes it possible to do some really complex things like dragging an item from one window to another window, etc. You could even create a FileManager so you can drag files and folders to other locations. -- Raymond Irving > Cool thing, i like it, belive it will be very > useful. > > Regards > Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On > Behalf Of Raymond > Irving > Sent: den 10 oktober 2003 21:27 > To: DynAPI-Dev > Subject: [Dynapi-Dev] DragIcon Demo > > > Hello, > > Please checkout the proposed Drag Icon features for > DragEvent. > > http://www24.brinkster.com/dyntools/next/examples/demo.dragicon.html > > This new addition should make if easier to simulate > drag and drop the way it's done in desktop > applications. You should be able to drag icons (or > objects) anywhere on the document. > > Any comments, suggestions, questions? > > -- > Raymond Irving > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product > search > http://shopping.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback > Program. > SourceForge.net hosts over 70,000 Open Source > Projects. See the people > who have HELPED US provide better services: Click > here: > http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback > Program. > SourceForge.net hosts over 70,000 Open Source > Projects. > See the people who have HELPED US provide better > services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Michael B. <mi...@mi...> - 2003-10-10 23:39:06
|
Cool. This is sorta how the folder & foldermanager in IOS works but little different with respect to the IOS windows and each ListTree node and inheritance madness... :) I like it. Easy to use. Michael Den 03-10-10 21.27, skrev "Raymond Irving" <xw...@ya...>: > Hello, > > Please checkout the proposed Drag Icon features for > DragEvent. > > http://www24.brinkster.com/dyntools/next/examples/demo.dragicon.html > > This new addition should make if easier to simulate > drag and drop the way it's done in desktop > applications. You should be able to drag icons (or > objects) anywhere on the document. > > Any comments, suggestions, questions? > > -- > Raymond Irving > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > |