From: Raymond I. <xw...@ya...> - 2003-10-10 17:30:32
|
Hi Everyone, I think I've made a mistake with the event names. In keeping with ondragstart, ondragmove, ondragend, ondragover we should change ondrop to ondragdrop Everyone in agreement? PS. Some newer changes are coming that enable you to do some great drag and drop features that is not easy to do without DynAPI :) -- Raymond Irving. __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: <bo...@co...> - 2003-10-10 17:35:12
|
Hi! > I think I've made a mistake with the event names. In > keeping with ondragstart, ondragmove, ondragend, > ondragover we should change ondrop to ondragdrop > > Everyone in agreement? > > PS. Some newer changes are coming that enable you to > do some great drag and drop features that is not easy > to do without DynAPI :) I vote to on drop. the dragdorp is the name of the full event, the drop is a part of the dragdrop event, is only the dropping Cow |
From: Leif W <war...@us...> - 2003-10-10 20:32:21
|
See below. ----- Original Message ----- From: "Háber János" <bo...@co...> To: <dyn...@li...> Sent: Friday, October 10, 2003 1:34 PM Subject: Re: [Dynapi-Dev] Change ondrop to ondragdrop > Hi! > > > I think I've made a mistake with the event names. In > > keeping with ondragstart, ondragmove, ondragend, > > ondragover we should change ondrop to ondragdrop > > > > Everyone in agreement? > > > > PS. Some newer changes are coming that enable you to > > do some great drag and drop features that is not easy > > to do without DynAPI :) > > I vote to on drop. > > the dragdorp is the name of the full event, the drop is a part of the dragdrop > event, is only the dropping Interesting. Some rhetorical questions come to mind... Is this a suggestion to have two events, "drop" and "dragdrop"? Is there a definite case where there is need of a "drop" event separate from a "dragdrop" event? Can something be dropped if it wasn't dragged (i.e. programmattically "lifted" and "dropped")? When would it be necessary to listen to a "dragdrop" event without the "drop" part? Leif > Cow > > > > ------------------------------------------------------- > 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: Daniel T. <de...@ti...> - 2003-10-10 20:04:38
|
Hi Raymond! I dont know really... I think both sounds good, but as you realy dont have to drag it, it could be ondrop, but if you drag it, it would be ondragdrop. So.. Well, can you explain what you did wrong? Then i will tell you if you are right or wrong. :) Regards Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Raymond Irving Sent: den 10 oktober 2003 19:23 To: DynAPI-Dev; DynApi-Help Subject: [Dynapi-Dev] Change ondrop to ondragdrop Hi Everyone, I think I've made a mistake with the event names. In keeping with ondragstart, ondragmove, ondragend, ondragover we should change ondrop to ondragdrop Everyone in agreement? PS. Some newer changes are coming that enable you to do some great drag and drop features that is not easy to do without DynAPI :) -- 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:53:35
|
Ok I see your point. Maybe we should trigger ondragdrop on the layer that's being dragged and dropped and trigger ondrop on the layer receiving the drop, correct? Or should we just use ondrop for both? -- Raymond Irving --- Daniel Tiru <de...@ti...> wrote: > Hi Raymond! > > I dont know really... I think both sounds good, but > as you realy dont > have to drag it, it could be ondrop, but if you drag > it, it would be > ondragdrop. So.. Well, can you explain what you did > wrong? Then i will > tell you if you are right or wrong. :) > > Regards > Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On > Behalf Of Raymond > Irving > Sent: den 10 oktober 2003 19:23 > To: DynAPI-Dev; DynApi-Help > Subject: [Dynapi-Dev] Change ondrop to ondragdrop > > > Hi Everyone, > > I think I've made a mistake with the event names. In > keeping with ondragstart, ondragmove, ondragend, > ondragover we should change ondrop to ondragdrop > > Everyone in agreement? > > PS. Some newer changes are coming that enable you to > do some great drag and drop features that is not > easy > to do without DynAPI :) > > > -- > 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 23:41:46
|
Not a bad solution. I think tought, that it would be called ondragdroped? Atleast we should use ondragdrop, as you when pressing, activating the drag movement. If you dont move it (atleast in windows) it will become a dragdrop. /Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Raymond Irving Sent: den 10 oktober 2003 22:54 To: dyn...@li... Subject: RE: [Dynapi-Dev] Change ondrop to ondragdrop Ok I see your point. Maybe we should trigger ondragdrop on the layer that's being dragged and dropped and trigger ondrop on the layer receiving the drop, correct? Or should we just use ondrop for both? -- Raymond Irving --- Daniel Tiru <de...@ti...> wrote: > Hi Raymond! > > I dont know really... I think both sounds good, but > as you realy dont > have to drag it, it could be ondrop, but if you drag > it, it would be > ondragdrop. So.. Well, can you explain what you did > wrong? Then i will > tell you if you are right or wrong. :) > > Regards > Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On > Behalf Of Raymond > Irving > Sent: den 10 oktober 2003 19:23 > To: DynAPI-Dev; DynApi-Help > Subject: [Dynapi-Dev] Change ondrop to ondragdrop > > > Hi Everyone, > > I think I've made a mistake with the event names. In > keeping with ondragstart, ondragmove, ondragend, > ondragover we should change ondrop to ondragdrop > > Everyone in agreement? > > PS. Some newer changes are coming that enable you to > do some great drag and drop features that is not > easy > to do without DynAPI :) > > > -- > 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 ------------------------------------------------------- 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-13 14:37:08
|
Well for the record we will just use ondrop since that's the one I started using inside the demos. -- Raymond Irving --- Daniel Tiru <de...@ti...> wrote: > Not a bad solution. > > I think tought, that it would be called > ondragdroped? > Atleast we should use ondragdrop, as you when > pressing, activating the > drag movement. If you dont move it (atleast in > windows) it will become a > dragdrop. > > /Daniel > > -----Original Message----- > From: dyn...@li... > [mailto:dyn...@li...] On > Behalf Of Raymond > Irving > Sent: den 10 oktober 2003 22:54 > To: dyn...@li... > Subject: RE: [Dynapi-Dev] Change ondrop to > ondragdrop > > > > Ok I see your point. Maybe we should trigger > ondragdrop on the layer that's being dragged and > dropped and trigger ondrop on the layer receiving > the > drop, correct? Or should we just use ondrop for > both? > > -- > Raymond Irving > > > --- Daniel Tiru <de...@ti...> wrote: > > Hi Raymond! > > > > I dont know really... I think both sounds good, > but > > as you realy dont > > have to drag it, it could be ondrop, but if you > drag > > it, it would be > > ondragdrop. So.. Well, can you explain what you > did > > wrong? Then i will > > tell you if you are right or wrong. :) > > > > Regards > > Daniel > > > > -----Original Message----- > > From: dyn...@li... > > [mailto:dyn...@li...] On > > Behalf Of Raymond > > Irving > > Sent: den 10 oktober 2003 19:23 > > To: DynAPI-Dev; DynApi-Help > > Subject: [Dynapi-Dev] Change ondrop to ondragdrop > > > > > > Hi Everyone, > > > > I think I've made a mistake with the event names. > In > > keeping with ondragstart, ondragmove, ondragend, > > ondragover we should change ondrop to ondragdrop > > > > Everyone in agreement? > > > > PS. Some newer changes are coming that enable you > to > > do some great drag and drop features that is not > > easy > > to do without DynAPI :) > > > > > > -- > > 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 > > > ------------------------------------------------------- > 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 |