Re: [Dynapi-Help] drag question

2001-01-09 Thread Richard :o
From: Michael Pemberton To: [EMAIL PROTECTED] Sent: Tuesday, January 09, 2001 8:17 AM Subject: Re: [Dynapi-Help] drag question just put two lines of code that loads an image from each and use the onload event of that image.  Use this event to reload the current window t

Re: [Dynapi-Help] drag question

2001-01-08 Thread Michael Pemberton
ot;Cameron Hart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 08, 2001 11:31 AM Subject: [Dynapi-Help] drag question > I was wondering if it was possible to attach a drag > event to a layer, to drag another layer? So the source > of the drag would be a diff

Re: [Dynapi-Help] drag question

2001-01-08 Thread Richard :o
o.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) - Original Message - From: "Cameron Hart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 08, 2001 11:31 AM Subject: [Dynapi-Help] drag question > I was wondering if

Re: [Dynapi-Help] drag question

2001-01-08 Thread Michael Pemberton
Use an ondrag event to update the location of the second layer. Cameron Hart wrote: > I was wondering if it was possible to attach a drag > event to a layer, to drag another layer? So the source > of the drag would be a different layer from the > target. An example would be a window, with a widg

[Dynapi-Help] drag question

2001-01-08 Thread Cameron Hart
I was wondering if it was possible to attach a drag event to a layer, to drag another layer? So the source of the drag would be a different layer from the target. An example would be a window, with a widget on it that you use to drag the window with, like the title bar in windows. Any ideas? Tha

[Dynapi-Help] Drag question from a newbie!

2000-12-29 Thread Mike Dickson
Hi there, I'm working through the fantastic tutorials, and as is usual I have set myself a goal to spur on my learning. What I am trying to create is a system that essentially allows a user to re-order the cells (layers) in a column by dragging a cell (layer) up or down. The end result will 1