RE: DHTML Drag and Drop pt.2

2004-09-09 Thread Micha Schopman
There is no way this is usable in practice, since still the drop down box is a still forgotten element under MSIE and therefore cannot be modified totally to represent accurate x and y values. Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 AL  Amersfoort Tel 033-4535377

Re: [Spam?] RE: DHTML Drag and Drop pt.2

2004-09-08 Thread Dan O'Keefe
I second that - Tools - _javascript_ Console Dan - Original Message - From: Pascal Peters <[EMAIL PROTECTED]> Date: Wed, 8 Sep 2004 19:42:17 +0200 Subject: RE: [Spam?] RE: DHTML Drag and Drop pt.2 To: CF-Talk <[EMAIL PROTECTED]> Mozilla Firefox > -Original Messa

RE: [Spam?] RE: DHTML Drag and Drop pt.2

2004-09-08 Thread Pascal Peters
Mozilla Firefox > -Original Message- > From: Cornillon, Matthieu (Consultant) > [mailto:[EMAIL PROTECTED] > Sent: 08 September 2004 19:16 > To: CF-Talk > Subject: [Spam?] RE: DHTML Drag and Drop pt.2 > > Guy, > > One tip on debugging _javascript_: I am sure

RE: DHTML Drag and Drop pt.2

2004-09-08 Thread Ray Champagne
I think that Netscape (I use the method you referenced below, so I can't certain) has a debugger of sorts, if you type in '_javascript_:' into the address bar after loading the offending page, a _javascript_ console will pop up and give you some guidance as top where the problem lies. HTH, Ray

RE: DHTML Drag and Drop pt.2

2004-09-08 Thread Lawrence Ng
Hey Matthieu, That's exactly what I've been doing for the last few years. I thought others have been doing the same =) good to know I'm not the only one. >>> [EMAIL PROTECTED] 9/8/2004 10:15:34 AM >>> Guy, One tip on debugging _javascript_: I am sure there is some smart way to do it. I don't k

RE: DHTML Drag and Drop pt.2

2004-09-08 Thread Cornillon, Matthieu (Consultant)
Guy, One tip on debugging _javascript_: I am sure there is some smart way to do it. I don't know this smart way.  I find the errors when they come up in IE. Since the line numbers in the _javascript_ error that comes up (you can get it by double-clicking the little yellow icon in the lower, left

DHTML Drag and Drop pt.2

2004-09-08 Thread guy . mcdowell
There's the kicker. It's on an internal dev server. I'm going to just put in the time getting to know _javascript_ just like you folks did. Your pointing in the right direction has certainly helped. Guy McDowell Web Developer [EMAIL PROTECTED] - Magma Communications Ltd. t: 613.228.3565 x6348 f:

Re: DHTML Drag and Drop pt.2

2004-09-08 Thread Guy McDowell
That's the kicker. It's on an internal dev server. I think I'm just going to have to put in the extra hours at night to really wrap my head around this. I understand, in principal, what needs to happen and the events required, now I just need to get to know the code. Thanks anyway folks! Guy McD

RE: DHTML Drag and Drop pt.2

2004-09-08 Thread Cornillon, Matthieu (Consultant)
> Still struggling with this drag and drop issue. Guy, I would like to help, but as Micha said, we'll need to see a little more of what you are talking about.  Can you post it? Matthieu [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations

Re: DHTML Drag and Drop pt.2

2004-09-08 Thread Thomas Chiverton
On Wednesday 08 Sep 2004 15:35 pm, Micha Schopman wrote: > You cannot use drag & drop on this, since you are using drop down boxes. Oh, you *could*. It would be very, very, very sick though. onDragstart first drop down, find the highlighted item, write it's label to a div, attach that div to the

RE: DHTML Drag and Drop pt.2

2004-09-08 Thread Micha Schopman
You cannot use drag & drop on this, since you are using drop down boxes. You need to use normal elements which can be dragged. Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 AL  Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380 [T

RE: DHTML Drag and Drop pt.2

2004-09-08 Thread Dwayne Cole
I don't want to take this to far off topic but I'm using "ActiveCrossSelect" http://www.activefeedback.com/af/products/activecrossselect/userhelp/ActiveCrossSelectTest.cfm So far it has worked fine, however I would like to be able to demote or reorder the selected items.  Drag and drop would be f

RE: DHTML Drag and Drop pt.2

2004-09-08 Thread Micha Schopman
That is very easy to do, what have you already created? Where can we view it. Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 AL  Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380 [Todays Threads] [This Message] [Subscription]

DHTML Drag and Drop pt.2

2004-09-08 Thread guy . mcdowell
Hi again. Still struggling with this drag and drop issue. I think the problem is I am not that strong with _javascript_. But time is limited for this mini-project. I've mostly only taken existing JS and manipulated to my need. What I am trying to do is have the records from a query be 'dra