Re: New Module: HTML::DragDrop

2004-06-26 Thread Smylers
Dave Rolsky writes: > I think HTML::DHTML would be a great sub-namespace for this sort of > stuff. I think that any sub-namespace whose name is a superset of its parent namespaces's name is not great. Rather, it grates. Smylers

Re: New Module: HTML::DragDrop

2004-06-24 Thread Dave Rolsky
On Fri, 25 Jun 2004, A. Pagaltzis wrote: > * Chris Josephes <[EMAIL PROTECTED]> [2004-06-24 19:50]: > > Also, I'm 90% sure there's no other method (besides JavaScript) > > to implement D&D. If some guy down the road manages to do it > > in VBScript, he can always register > > Html::DragAndDrop::V

Re: New Module: HTML::DragDrop

2004-06-24 Thread A. Pagaltzis
* Chris Josephes <[EMAIL PROTECTED]> [2004-06-24 19:50]: > Also, I'm 90% sure there's no other method (besides JavaScript) > to implement D&D. If some guy down the road manages to do it > in VBScript, he can always register > Html::DragAndDrop::VBScript". It can certainly be done in VBScript. Any

Re: New Module: HTML::DragDrop

2004-06-24 Thread A. Pagaltzis
* Mark Stosberg <[EMAIL PROTECTED]> [2004-06-24 17:11]: > I can't think of how drag'n'drop could be implemented without > JavaScript. Not possible. Tooltips are, because using CSS you can define reactions to hovering the mouse over something. But you can't define reactions to clicks. Regards, -

Re: New Module: HTML::DragDrop

2004-06-24 Thread Chris Josephes
On Thu, 24 Jun 2004, Mark Stosberg wrote: > > HTML::DragDrop::Javascript > > HTML::DragAndDrop::Javascript > > Is there a way to implement Drag and Drop with HTML /without/ using > JavaScript? I suspect not. Thus, I think it could be appropriate to drop > 'Javascript' from the name > > > HTML::Dra

Re: New Module: HTML::DragDrop

2004-06-24 Thread Mark Stosberg
On Thu, Jun 24, 2004 at 12:12:05PM -0300, SilvioCVdeAlmeida wrote: > Hello, you all. > > I suspect that if drag_and_drop depends on javascript, so do tooltip. > That's of course in the HTML context. And also, I'm excluding from > "tooltip" the direct, obvious, plain . > > Please tell me if it isn

Re: New Module: HTML::DragDrop

2004-06-24 Thread SilvioCVdeAlmeida
Hello, you all. I suspect that if drag_and_drop depends on javascript, so do tooltip. That's of course in the HTML context. And also, I'm excluding from "tooltip" the direct, obvious, plain . Please tell me if it isn't so. Silvio Mark Stosberg wrote: > > > HTML::DragDrop::Javascript > > HTML:

Re: New Module: HTML::DragDrop

2004-06-24 Thread A. Pagaltzis
* Mark Stosberg <[EMAIL PROTECTED]> [2004-06-24 15:46]: > > HTML::DragDrop::Javascript > > HTML::DragAndDrop::Javascript > > Is there a way to implement Drag and Drop with HTML /without/ > using JavaScript? I suspect not. Thus, I think it could be > appropriate to drop 'Javascript' from the name

Re: New Module: HTML::DragDrop

2004-06-24 Thread Mark Stosberg
> HTML::DragDrop::Javascript > HTML::DragAndDrop::Javascript Is there a way to implement Drag and Drop with HTML /without/ using JavaScript? I suspect not. Thus, I think it could be appropriate to drop 'Javascript' from the name > HTML::DragDrop > HTML::DragAndDrop Including 'And' in the name i

New Module: HTML::DragDrop

2004-06-24 Thread Becky Alcorn
We're looking at releasing our new module HTML::DragDrop. Like the newly released HTML::Tooltip::Javascript, this module uses a Javascript library written by Walter Zorn http://www.walterzorn.com/dragdrop/dragdrop_e.htm. The library provides an elegant way to implement dragable objects (i