Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Drag and Drop Object

 [1/7] from: info:id-net:ch at: 1-Apr-2002 14:17


Hi ! Is there anyone who developed a drag and drop object or just methods to do it ? I saw that it was already done when the FTPGadget.exe was released 2 months ago but its objects are not available. Philippe

 [2/7] from: cyphre:seznam:cz at: 2-Apr-2002 14:46


Hi Philippe, Have a look into desktop/sites/cyphre/swis.r or (http://www.rebol.cz/~cyphre/swis.r) where is built-in drag'n drop icon handler. Although this version of SWIS is rather old maybe looking into the code could help you... regards, Cyphre

 [3/7] from: christophe:coussement:mil:be at: 2-Apr-2002 9:48


for a drag and drop exemple, go to: http://www.rebol.com/how-to/feel.html#sect5.2. ==christophe

 [4/7] from: ljurado:bariloche:ar at: 3-Apr-2002 0:43


Hi, Philippe From rebsite: rebol.com/Sites/Volker/dragdrop/howto-Demo.r , and another examples. Luis. REBOL [title: "dragdrop basics from howto"] view layout [ size 240x240 style dragbox box 40x40 font-size 11 feel [ engage: func [face action event] [ if action = 'down [ face/data: event/offset remove find face/parent-face/pane face append face/parent-face/pane face ] if find [over away] action [ face/offset: face/offset + event/offset - face/data ] show face ] ] dragbox "Box 1" navy dragbox "Box 2" teal dragbox "Box 3" maroon dragbox "Box 4" gold ]

 [5/7] from: info:id-net:ch at: 3-Apr-2002 12:09


hi Luis, hi all! The volker rebsite doesn't contain this .r Someone has it ?

 [6/7] from: nitsch-lists:netcologne at: 3-Apr-2002 16:03


Hi Philippe, the "dragdrops" are on "volker" again. Luis demo is from http://www.rebol.com/how-to/feel.html, on my site are some variations of it. -Volker Philippe Oehler <[info--id-net--ch]> wrote:

 [7/7] from: info:id-net:ch at: 3-Apr-2002 18:47


Hi Volker and all.. I got all I needed.. your work on drag and drop is really a big debut for me.. The ultimate of your work is for the others at : http://jove.prohosting.com/~screbol/reb/dragdrop/dragdrop-6.r I'll publish the result of my work in the forum ----- Original Message ----- From: "Volker Nitsch" <[nitsch-lists--netcologne--de]> To: <[rebol-list--rebol--com]> Cc: <[rebol-list--rebol--com]>