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 ALAmersfoort 
Tel 033-4535377, Fax 033-4535388 
KvK Amersfoort 39081679, Rabo 39.48.05.380
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 ALAmersfoort 
Tel 033-4535377, Fax 033-4535388 
KvK Amersfoort 39081679, Rabo 39.48.05.380
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 fantastics but a simple button hack will work just fine for me.


-- Original Message --
From: Micha Schopman [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:Wed, 8 Sep 2004 14:41:08 +0200

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 ALAmersfoort 
Tel 033-4535377, Fax 033-4535388 
KvK Amersfoort 39081679, Rabo 39.48.05.380 



 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 ALAmersfoort 
Tel 033-4535377, Fax 033-4535388 
KvK Amersfoort 39081679, Rabo 39.48.05.380
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 mouse cursor.
onDragEnd the 2nd one, do some event hackery to find out the x,y and therefore 
where to insert the item.
remove the item from the first select.

:giggles

I feel dirty :-)

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 and Support]




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 McDowell
Web Developer
[EMAIL PROTECTED] - Magma Communications Ltd.
t: 613.228.3565 x6348
f: 613.228.8313
http://websites.magma.ca

This e-mail message is confidential, may be privileged and is intended for the exclusive use of the addressee.Any other person is strictly prohibited from disclosing, distributing or reproducing it.If the addressee cannot be reached or is unknown to you, please inform the sender by return e-mail immediately and delete this e-mail message and destroy all copies.Due to the inherent risks associated with the Internet, we assume no responsibility for unauthorized interception of any Internet communication with you or the transmission of computer viruses.Thank you.

 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 and Support]




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-hand corner
when you get an error) don't match those in your original code, it gets
confusing.So, view the source, copy the entire document, paste it into a
blank CFStudio page, and use the line number counts to find your problem
line there.This has saved me a lot of time.

 
Of course, if someone knows the smart way to do debug _javascript_, I too
would love to know of it.

 
:)

 
Matthieu
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 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-hand
corner
when you get an error) don't match those in your original code, it
gets
confusing.So, view the source, copy the entire document, paste it
into a
blank CFStudio page, and use the line number counts to find your
problem
line there.This has saved me a lot of time.

 
Of course, if someone knows the smart way to do debug _javascript_, I
too
would love to know of it.

 
:)

 
Matthieu
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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

At 01:24 PM 9/8/2004, you wrote:
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 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-hand
corner
when you get an error) don't match those in your original code, it
gets
confusing.So, view the source, copy the entire document, paste it
into a
blank CFStudio page, and use the line number counts to find your
problem
line there.This has saved me a lot of time.

Of course, if someone knows the smart way to do debug _javascript_, I
too
would love to know of it.

:)

Matthieu





 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 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-hand
corner
 when you get an error) don't match those in your original code, it
gets
 confusing.So, view the source, copy the entire document, paste it
into a
 blank CFStudio page, and use the line number counts to find your
problem
 line there.This has saved me a lot of time.
 
 Of course, if someone knows the smart way to do debug _javascript_, I
too
 would love to know of it.
 
 :)
 
 Matthieu
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




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 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 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-hand
 corner
  when you get an error) don't match those in your original code, it
 gets
  confusing.So, view the source, copy the entire document, paste it
 into a
  blank CFStudio page, and use the line number counts to find your
 problem
  line there.This has saved me a lot of time.
  
  Of course, if someone knows the smart way to do debug _javascript_, I
 too
  would love to know of it.
  
  :)
  
  Matthieu
  
  
 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]