Re: Drag and Drop to Item in List Field

2010-11-18 Thread J. Landman Gay
On 11/18/10 6:41 PM, Bill Vlahos wrote: Getting closer now. If I put the following script in the source list field the correct text is sent in the drag. on mouseDown set the dragData["text"] to the selectedText end mouseDown Target field script hilites the correct line in the list on dragM

Re: Drag and Drop to Item in List Field

2010-11-18 Thread Bill Vlahos
the target field not the source field but I can't figure out how. Bill Vlahos On Nov 16, 2010, at 4:10 PM, Bill Vlahos wrote: > Terry and Marty, > > Thanks for the suggestions. They both work. > > Since this is a drag and drop scenario this script looks like it does w

Re: Drag and Drop to Item in List Field

2010-11-16 Thread Bill Vlahos
Terry and Marty, Thanks for the suggestions. They both work. Since this is a drag and drop scenario this script looks like it does what I want. on dragMove set the hilitedLines of me to (word 2 of the mouseLine) end dragMove Bill On Nov 16, 2010, at 3:52 PM, Terry Judd wrote: > How ab

Re: Drag and Drop to Item in List Field

2010-11-16 Thread Marty Knapp
xt and put this handler in it: on mouseWithin set the backgroundColor of the mouseLine to "yellow" end mouseWithin How do I have it only hilite one line at a time? Bill Vlahos On Nov 12, 2010, at 11:12 PM, Bill Vlahos wrote: I have a list of categories and I want to drag and d

Re: Drag and Drop to Item in List Field

2010-11-16 Thread Terry Judd
y hilite one line at a time? > > Bill Vlahos > > On Nov 12, 2010, at 11:12 PM, Bill Vlahos wrote: > >> I have a list of categories and I want to drag and drop some text from a list >> field onto one of the categories in the target list field. The line of text >>

Re: Drag and Drop to Item in List Field

2010-11-16 Thread Bill Vlahos
the mouseLine to "yellow" end mouseWithin How do I have it only hilite one line at a time? Bill Vlahos On Nov 12, 2010, at 11:12 PM, Bill Vlahos wrote: > I have a list of categories and I want to drag and drop some text from a list > field onto one of the categories in the t

Drag and Drop to Item in List Field

2010-11-12 Thread Bill Vlahos
I have a list of categories and I want to drag and drop some text from a list field onto one of the categories in the target list field. The line of text should hilite on the drag (before the drop) so I know which item it is going to I should drag into. I can get most of the coding for drag

Re: Datagrid Drag and Drop

2010-09-08 Thread zryip theSlug
On Wed, Sep 8, 2010 at 6:05 PM, Peter Haworth wrote: > Thanks!  That's weird, I searched the forum for "drag" and "drop" and my > thread didn't appear in the results.  Got the latest version of DGH by the > way, just haven't had time to test it more yet

Re: Datagrid Drag and Drop

2010-09-08 Thread Peter Haworth
Thanks! That's weird, I searched the forum for "drag" and "drop" and my thread didn't appear in the results. Got the latest version of DGH by the way, just haven't had time to test it more yet. Pete Haworth On Sep 8, 2010, at 7:45 AM, use-revoluti

Re: Datagrid Drag and Drop

2010-09-07 Thread zryip theSlug
On Tue, Sep 7, 2010 at 10:26 PM, zryip theSlug wrote: > On Tue, Sep 7, 2010 at 9:42 PM, Peter Haworth wrote: >> Months ago, I got some guidance form Trevor on how to drag and drop into and >> out of a datagrid.  I ended up not needing to do it at the time but now I do >>

Re: Datagrid Drag and Drop

2010-09-07 Thread zryip theSlug
On Tue, Sep 7, 2010 at 9:42 PM, Peter Haworth wrote: > Months ago, I got some guidance form Trevor on how to drag and drop into and > out of a datagrid.  I ended up not needing to do it at the time but now I do > and I can't find the notes I made on it.  I've searched

Datagrid Drag and Drop

2010-09-07 Thread Peter Haworth
Months ago, I got some guidance form Trevor on how to drag and drop into and out of a datagrid. I ended up not needing to do it at the time but now I do and I can't find the notes I made on it. I've searched the online datagrid documentation and can't find anything on thi

Re: Drag and Drop on revBrowser...

2010-06-26 Thread Martin Koob
> >> > >> put the mouseScreenLoc into tLoc > >> set the mouseScreenLoc to the topleft of this stack > >> set the mouseScreenLoc to tLoc > >> shouldn't this be the screenMouseLoc? Martin ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Drag and Drop on revBrowser...

2010-06-24 Thread Terry Judd
Try using the browserBeforeNavigate message instead. Terry... On 25/06/10 6:36 AM, "Simon Lord" wrote: > What I meant by *nothing* is that even the browserNavigateComplete is > only sent/registered if the mouse exits the revBrowser. If I don't > move the mouse, or I stay with the revBrowser t

Re: Drag and Drop on revBrowser...

2010-06-24 Thread Simon Lord
What I meant by *nothing* is that even the browserNavigateComplete is only sent/registered if the mouse exits the revBrowser. If I don't move the mouse, or I stay with the revBrowser then the messages get queued up. When I exit the revBrowser I get a few dozen beeps and url refreshes. This featu

Re: Drag and Drop on revBrowser...

2010-06-24 Thread Jerry Daniels
Works every time here. What OS? You're sure your cursor-move code is executing each time. Admittedly, a complete hack of a solution. Shameful, really. Ok, I'm over it. Best, Jerry Daniels Follow the Rodeo discussion: http://rodeoapps.com/rodeo-discuss-among-yourselves On Jun 24, 2010, at 3:

Re: Drag and Drop on revBrowser...

2010-06-24 Thread Simon Lord
Tried that. Odd that it works for you. It only works the first time for me, every subsequent link still refuses to update the URL until the mouse exits the revBrowser. On Thu, Jun 24, 2010 at 4:05 PM, Jerry Daniels wrote: > Simon, > > I ran into this with Rodeo's built-in browser and I found

Re: Drag and Drop on revBrowser...

2010-06-24 Thread Jerry Daniels
Simon, I ran into this with Rodeo's built-in browser and I found a way to make my URL field update after navigating to another page--which sounds a lot like your problem. put the mouseScreenLoc into tLoc set the mouseScreenLoc to the topleft of this stack set the mouseScreenLoc to tLoc This wa

Drag and Drop on revBrowser...

2010-06-24 Thread Simon Lord
So the issue of not updating the URL until the mouse leaves the revBrowser is a bit of a pain. When I drag an image from the desktop to the stack the image immediately pops up in the browser as expected. But the URL doesn't upload until the mouse is *outside* the bounds of the browser. Since the

Re: Drag and drop from browser bug?

2010-02-13 Thread David Bovill
OK - thanks for testing - filed as bug report - http://quality.runrev.com/qacenter/show_bug.cgi?id=8616 On 13 February 2010 14:58, Bernard Devlin wrote: > On Sat, Feb 13, 2010 at 2:05 PM, David Bovill > wrote: > > Try this url (http://david.on-rev.com/tests/drag_image.html) - it is an > > examp

Re: Drag and drop from browser bug?

2010-02-13 Thread Bernard Devlin
On Sat, Feb 13, 2010 at 2:05 PM, David Bovill wrote: > Try this url (http://david.on-rev.com/tests/drag_image.html) - it is an > example of a file that the browser and finder handels fine David, Other images where the href of the surrounding anchor tag points to a URL for the image file still wo

Re: Drag and drop from browser bug?

2010-02-13 Thread David Bovill
12 February 2010 22:35, J. Landman Gay wrote: > David Bovill wrote: > >> Thought this used to work? Do earlier versions set the dragdata correctly >> when you drag and drop an image from the browser? >> >> Testing on OSX - but images that you can successfully drag a

Re: Drag and drop from browser bug?

2010-02-12 Thread J. Landman Gay
David Bovill wrote: Thought this used to work? Do earlier versions set the dragdata correctly when you drag and drop an image from the browser? Testing on OSX - but images that you can successfully drag and drop onto the desktop - but you are unable to get useful data out of the dragdata. I&#

Drag and drop from browser bug?

2010-02-12 Thread David Bovill
Thought this used to work? Do earlier versions set the dragdata correctly when you drag and drop an image from the browser? Testing on OSX - but images that you can successfully drag and drop onto the desktop - but you are unable to get useful data out of the dragdata. I'd expect tha

Re: Drag and Drop in Datagrids

2010-01-08 Thread Trevor DeVore
On Jan 8, 2010, at 1:49 PM, Michael Kann wrote: http://forums.runrev.com/phpBB2/viewtopic.php?p=17333 Hmm, I still need to document that... -- Trevor DeVore Blue Mango Learning Systems ScreenSteps: http://www.screensteps.com Releasable Revolution Resources for Developers: http://revolution.b

Re: Drag and Drop in Datagrids

2010-01-08 Thread Michael Kann
http://forums.runrev.com/phpBB2/viewtopic.php?p=17333 --- On Fri, 1/8/10, Bob Sneidar wrote: > From: Bob Sneidar > Subject: Drag and Drop in Datagrids > To: "How to use Revolution" > Date: Friday, January 8, 2010, 12:44 PM > Hi all. > > I seem to remember some

Drag and Drop in Datagrids

2010-01-08 Thread Bob Sneidar
Hi all. I seem to remember someone had worked out a method for drag and drop in datagrids, but I flush the posts from time to time and alas, I recently did so. I am now in need of some starting wisdom on the issue. The idea would be to begin a drag in a cell of a table, and create an image of

Re: Datagrid Drag and Drop

2009-09-24 Thread Josep
at 12:52 PM, Josep wrote: > >> I need use drag and drop between datagrids and others objects, how >> to begin? >> I need perform operations like exec sql sentences or print. >> >> Any tip about how begin to handle this? > > At RunRevLive I used an u

Re: Datagrid Drag and Drop

2009-09-22 Thread Trevor DeVore
On Sep 21, 2009, at 12:52 PM, Josep wrote: I need use drag and drop between datagrids and others objects, how to begin? I need perform operations like exec sql sentences or print. Any tip about how begin to handle this? At RunRevLive I used an updated version of the Data Grid with built-in

Datagrid Drag and Drop

2009-09-21 Thread Josep
Hi List, I need use drag and drop between datagrids and others objects, how to begin? I need perform operations like exec sql sentences or print. Any tip about how begin to handle this? Salut, Josep -- View this message in context: http://www.nabble.com/Datagrid-Drag-and-Drop

Re: [Q] drag and drop with data grids

2009-07-29 Thread Shao Sean
thanks for the tip for "dragDestination" and now have the data grid accepting drops correctly.. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: h

Re: [Q] drag and drop with data grids

2009-07-29 Thread Trevor DeVore
On Jul 29, 2009, at 3:58 PM, Shao Sean wrote: The question that I still have is, how can I tell what row the drop was on? Or would I need to add a drop capture code to each of the rows (using a table data grid)? dragDestination? Regards, -- Trevor DeVore Blue Mango Learning Systems www.bl

Re: [Q] drag and drop with data grids

2009-07-29 Thread Shao Sean
Wish the documentation for drag and drop was a little more comprehensive but I managed to get the "drop" data grid to accept the drop using the deprecated "acceptDrop" (I did try "dragAction" but it did not seem to work so I will go back and see what I did

Re: [Q] drag and drop with data grids

2009-07-28 Thread Trevor DeVore
End" message is.. i noticed in the data grid library stack there is something related to drag and drop but do not think it is linked into the actual code (dgDragDrop and dgDataEnd are not firing).. The data grid behavior script doesn't intercept any drag/drop messages. If you a

[Q] drag and drop with data grids

2009-07-24 Thread Shao Sean
a grid library stack there is something related to drag and drop but do not think it is linked into the actual code (dgDragDrop and dgDataEnd are not firing).. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to su

Re: Drag and drop?

2009-03-04 Thread Jim Ault
Yes, the search engine. I am using 2.9 Jim Ault Las Vegas On Mar 4, 2009, at 10:08 AM, dunb...@aol.com wrote: In a message dated 3/4/09 1:04:32 PM, jimaultw...@yahoo.com writes: In the HELP menu. Jim Ault Las Vegas Jim. I don't have "documentation" there, but I think "revolution sear

Re: Drag and drop?

2009-03-04 Thread DunbarX
In a message dated 3/4/09 1:04:32 PM, jimaultw...@yahoo.com writes: > In the HELP menu. > > Jim Ault > Las Vegas > Jim. I don't have "documentation" there, but I think "revolution search engine is what you meant?. Rev 3.0. ** A Good Credit Score is 700 or Above. See yours in j

Re: Drag and drop?

2009-03-04 Thread DunbarX
In a message dated 3/4/09 1:01:51 PM, ambassa...@fourthworld.com writes: > "clumsy" or "inelegant"? Show me better. > Ah. Now THAT is a kluge. thanks, My point was (hopefully) made with the "THAT", not with the "kluge". Craig ** A Good Credit Score is 700 or Above. See yours in

Re: Drag and drop?

2009-03-04 Thread Jim Ault
In the HELP menu. Jim Ault Las Vegas On Mar 4, 2009, at 9:47 AM, dunb...@aol.com wrote: Jim. Can't wait, and thanks, but where is "documentation"? Open Rev, the click "Documentation", then click "Search" (you will likely need to confirm the "Update" request, a good idea) Now click the "Web

Re: Drag and drop?

2009-03-04 Thread Richard Gaskin
DunbarX wrote: In a message dated 3/4/09 12:26:44 PM, devin_asay at byu.edu writes: Ah, then you want to have a look at Scott Rossi's GetInLine list demo. See http://www.tactilemedia.com/ > Software > Revolution Tutorials & Demos. Ah. Now THAT is a kluge. thanks, kludge –noun Compute

Re: Drag and drop?

2009-03-04 Thread Jim Ault
Thanks for the reminder, Devin, Everyone should take a minute to go to this page and see the 38 demo stacks that Scott has offered. Visually amazing, and certainly a plethora of advanced concepts. http://www.tactilemedia.com/ > Software > Revolution Tutorials & Demos. (unfortunately, since

Re: Drag and drop?

2009-03-04 Thread DunbarX
Jim. Can't wait, and thanks, but where is "documentation"? Open Rev, the click "Documentation", then click "Search" (you will likely need to confirm the "Update" request, a good idea) Now click the "Web Database" icon and make a choice of "Web Database" ** A Good Credit Score is 7

Re: Drag and drop?

2009-03-04 Thread DunbarX
In a message dated 3/4/09 12:26:44 PM, devin_a...@byu.edu writes: > Ah, then you want to have a look at Scott Rossi's GetInLine list demo.  > See http://www.tactilemedia.com/ > Software > Revolution Tutorials &  > Demos. > Ah. Now THAT is a kluge. thanks, Craig Newman ** A Good

Re: Drag and drop?

2009-03-04 Thread Jim Ault
There are many Rev resources available and Eric Chatonet wrote a part of the Rev IDE that is quite handy for finding the world-wide locations of these (actually quite amazing bit of programming in Rev) Open Rev, the click "Documentation", then click "Search" (you will likely need to confirm t

Re: Drag and drop?

2009-03-04 Thread Devin Asay
looking forward to doing so, (easy since drag and drop is supported) but Rev usually has something already built in... Ah, then you want to have a look at Scott Rossi's GetInLine list demo. See http://www.tactilemedia.com/ > Software > Revolution Tutorials & Demos. D In a

Re: Drag and drop?

2009-03-04 Thread DunbarX
Devin. I was lame in my last post. I have a list field, not a text field. The text is locked, (though this seems not to matter in a list field). I want to move entire lines from one line position to another. I can kluge it, and am looking forward to doing so, (easy since drag and drop is

Re: Drag and drop?

2009-03-04 Thread Devin Asay
, check out the grab command: on mouseDown grab me end mouseDown Then handle the drop portion on mouseUp. For more complex drag and drop operations, including dragging objects between windows, there is a whole set of nice tools. I haven't had occasion to need them yet, but I'm sure o

Drag and drop?

2009-03-04 Thread DunbarX
Is this implemented in Rev? I made it work in HC by creating transparent text fields the size and shape of some selected text, and with the commandKey down, so that the selectedText can be harvested, fill that field. It worked on mouseDown, and the field tracked the mouseLoc until the mouse w

More Drag and Drop (was Kudos to Eric Chatonet for Drag and Drop)

2008-10-31 Thread Scott Rossi
Recently, Richard Gaskin wrote: > I'm adding some new drag-n-drop functionality to some of my apps, so it > seemed a good time to check out Eric Chatonet's nifty tutorial on Rev's > new DnD options. > > Way cool! Seeing the various options in real-world settings really > makes short work of gett

Re: Kudos to Eric Chatonet for Drag and Drop tutorial

2008-10-30 Thread Eric Chatonet
Bonsoir Richard, Happy it could help you :-) Le 30 oct. 08 à 20:04, Richard Gaskin a écrit : I'm adding some new drag-n-drop functionality to some of my apps, so it seemed a good time to check out Eric Chatonet's nifty tutorial on Rev's new DnD options. Way cool! Seeing the various optio

Kudos to Eric Chatonet for Drag and Drop tutorial

2008-10-30 Thread Richard Gaskin
I'm adding some new drag-n-drop functionality to some of my apps, so it seemed a good time to check out Eric Chatonet's nifty tutorial on Rev's new DnD options. Way cool! Seeing the various options in real-world settings really makes short work of getting started with DnD in Rev. He's made

[ANN][EN][FR] Tutorial #26 by So Smart Software: How to reorganize a list field manually using Rev 2.9 drag and drop feature

2008-07-24 Thread Eric Chatonet
Tuesday, July 24, 2008 -- English version - I'm happy to announce that "How to reorganize a list field manually using Rev 2.9 drag and drop feature", 26th tutorial for Revolution is available: This stack shows how to reorgani

Re: [ANN] Drag and drop tutorial n ° 24 from So Smart Software

2008-04-01 Thread Scott Rossi
Recently, Eric Chatonet wrote: > I'm happy to announce that "How to manage Drag and Drop #2", 24th > tutorial for Revolution is available Mon ami, Vous êtes le meilleur. OK, the text is probably wrong, but you get the idea. Thank you so much for packaging yet another

Re: [ANN] Drag and drop tutorial n°24 fro m So Smart Software

2008-04-01 Thread Chipp Walters
Thank Eric! I'll have to take a look-see. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

[ANN] Drag and drop tutorial n°24 from So S mart Software

2008-04-01 Thread Eric Chatonet
Paris, Tuesday, April 1, 2008 -- English version - I'm happy to announce that "How to manage Drag and Drop #2", 24th tutorial for Revolution is available: This tutorial explores all ways to manage Drag and Drop especially with Rev 2

Drag and drop on linux? Does it work?

2008-03-23 Thread GIRARD Damien
Hi, While reading the Revolution 2.9 changelog, I thought that Runrev 2.9 on Linux have the Drag and Drop working not only inside the Revolution application. I tried to drag and drop a file/folder/text from another application (Konqueror (KDE)), and it doesn't worked. The dragData[

Re: What's new in Rev 2.9 (was Re: New Drag-and-Drop?)

2008-03-20 Thread Eric Chatonet
many others, like RevBrowser, Zip handling, U3, and now Drag and Drop. These tokens can't be used in isolation, and require that they be used in a specific sequence with other tokens to be used at all. For RevBowser, U3, and a good many more, RunRev has thoughtfully provided some very

Re: What's new in Rev 2.9 (was Re: New Drag-and-Drop?)

2008-03-20 Thread Richard Gaskin
ken. For many of them, that's a fair starting point for learning. But there are some tokens which are dependent on others, sometimes many others, like RevBrowser, Zip handling, U3, and now Drag and Drop. These tokens can't be used in isolation, and require that they be used in a sp

Re: New Drag-and-Drop?

2008-03-20 Thread Thomas McGrath III
Without a criticism implied toward RR I whole heartedly agree with Richard. Examples of the 'expected' functionality of a command/ function/message etc. should come with the code for reference. Examples of what else we can do with it is another thing and not up to RR to supply. I for one a

Re: New Drag-and-Drop?

2008-03-20 Thread Richard Gaskin
Eric Chatonet wrote: Search for 'drag' in 2.9 dictionary and you'll find new entries for allowableDragActions, dragAction, dragImage, dragImageOffset, dragDelta and dragData enhanced. For most new features a quick stroll through the Dictionary would be sufficient. But D&D is such an unusu

What's new in Rev 2.9 (was Re: New Drag-and-Drop?)

2008-03-20 Thread Eric Chatonet
Hi Richard, Le 20 mars 08 à 15:05, Richard Gaskin a écrit : Eric Chatonet wrote: Search for 'drag' in 2.9 dictionary and you'll find new entries for allowableDragActions, dragAction, dragImage, dragImageOffset, dragDelta and dragData enhanced. For most new features a quick stroll through

Re: New Drag-and-Drop?

2008-03-20 Thread Eric Chatonet
Hi Scott, Search for 'drag' in 2.9 dictionary and you'll find new entries for allowableDragActions, dragAction, dragImage, dragImageOffset, dragDelta and dragData enhanced. Le 20 mars 08 à 09:38, Scott Rossi a écrit : 2.8 help has lots of info about drag and drop. Where

Re: New Drag-and-Drop?

2008-03-20 Thread Scott Rossi
>> 2.8 help has lots of info about drag and drop. Where do you find the >> list of changes that are in 2.9? > The changes are described in "Change Log 2.9.0-rc-1.txt" True, there's a bunch of doc definitions of the new features, but I haven't seen any referenc

Re: New Drag-and-Drop?

2008-03-19 Thread Phil Davis
Colin Holgate wrote: -- snip -- 2.8 help has lots of info about drag and drop. Where do you find the list of changes that are in 2.9? The changes are described in "Change Log 2.9.0-rc-1.txt" which you can save early in Rev's "Check for updates" process (when it actually finds

Re: New Drag-and-Drop?

2008-03-19 Thread Phil Davis
Colin Holgate wrote: -- snip -- 2.8 help has lots of info about drag and drop. Where do you find the list of changes that are in 2.9? The changes are described in "Change Log 2.9.0-rc-1.txt" which you can save early in Rev's "Check for updates" process (when it

Re: New Drag-and-Drop?

2008-03-19 Thread Colin Holgate
On Mar 19, 2008, at 11:46 PM, Chipp Walters wrote: Yeah. what he said. On Wed, Mar 19, 2008 at 11:27 AM, Scott Rossi <[EMAIL PROTECTED]> wrote: Is there a demo out there that shows how to use the new drag-and-drop features of 2.9 that I missed? 2.8 help has lots of info about dr

Re: New Drag-and-Drop?

2008-03-19 Thread Chipp Walters
Yeah. what he said. On Wed, Mar 19, 2008 at 11:27 AM, Scott Rossi <[EMAIL PROTECTED]> wrote: > Is there a demo out there that shows how to use the new drag-and-drop > features of 2.9 that I missed? > > ___ use-revolution mailing l

New Drag-and-Drop?

2008-03-19 Thread Scott Rossi
Is there a demo out there that shows how to use the new drag-and-drop features of 2.9 that I missed? Thanks & Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design ___ use-revolution mailing list use-revolution@lists.ru

Re: Drag and Drop Problem

2007-03-03 Thread Joe Lewis Wilkins
Regarding visual feedback: Apple started doing stuff like the "rubber band" thing because it was kind of "trick". It was impressive that something like that could be done; but, frankly, I think it has been carried too far. Maybe when computers were as slow as they were back then, something

Re: Drag and Drop Problem

2007-03-03 Thread Sarah Reichelt
Personally I have stopped providing visual feedback on objects for drag/drop events until the engine behavior is fixed (Rev is aware of it). It is too easy to break and end up with objects that are always highlighted (or visual feedback that does not reflect the actual operation that will be perf

Re: Drag and Drop Problem

2007-03-03 Thread Jim Ault
and as a Standalone. >> >> Is this anything else I need to do in order to get this to work >> reliably? I am using an Intel Mac Pro, MacOS X 10.4.8 with god >> knows how much RAM and 1 Terabyte of Hard Disk Space! Lucky me! lol > > Drag and drop messages in Revolut

Re: Drag and Drop Problem

2007-03-03 Thread Trevor DeVore
reliably? I am using an Intel Mac Pro, MacOS X 10.4.8 with god knows how much RAM and 1 Terabyte of Hard Disk Space! Lucky me! lol Drag and drop messages in Revolution are not always balanced meaning you won't always received a dragLeave even though you received a dragEnter. In my t

Drag and Drop Problem

2007-03-02 Thread Dave
Hi, I have the following "drag" handlers in the Script of a field. It all works - mostly. The problem is that sometimes the field gets left with a blue border. If I pick up a file in the Finder and move it onto the border turns blue (most of the time) if I then move it out of the field it

Re: Drag and drop from a list field

2007-02-27 Thread Ken Ray
On Tue, 27 Feb 2007 20:03:13 -0800, Bill Vlahos wrote: > Ken's suggestion works for making a text clipping on the desktop with > the both the name of the file and contents of the file whatever was > in the line of the field being dragged. > > I need to intercept this and put something else in t

Re: Drag and drop from a list field

2007-02-27 Thread Bill Vlahos
2007 21:39:29 -0800, Bill Vlahos wrote: Klaus has a great demo stack in RevOnLine on dragging and dropping a file on the computer desktop into a field or stack. What I want to know is how to drag and drop out of a list field onto the desktop. There is a sample drag and drop in the Rev docs

Re: Drag and drop from a list field

2007-02-27 Thread Ken Ray
On Mon, 26 Feb 2007 21:39:29 -0800, Bill Vlahos wrote: > Klaus has a great demo stack in RevOnLine on dragging and dropping a > file on the computer desktop into a field or stack. What I want to > know is how to drag and drop out of a list field onto the desktop. > > There is a

Drag and drop from a list field

2007-02-26 Thread Bill Vlahos
Klaus has a great demo stack in RevOnLine on dragging and dropping a file on the computer desktop into a field or stack. What I want to know is how to drag and drop out of a list field onto the desktop. There is a sample drag and drop in the Rev docs using graphics objects for dragging the

How to cancel drag and drop when it is in progress?

2007-01-14 Thread David Bovill
Is there a way for a script to cancel a drag and drop event while it is in progress? set the dragdata to empty Does not seem to work? Am I right that if a mouseDown handler starts a drag-and-drop - then a mouseUp event is not sent (a dragdrop may be sent instead) - but a mouseDoubleUp is sent

Re: Drag and Drop Data

2006-06-29 Thread Jeanne A. E. DeVoto
opped onto the field? THAT would be cool. If you could create hot links to files or other drag and drop objects, like URL's and such, that would be mega cool. Can anyone say project manager with linked to-do's and contacts? I don't know whether drag and drop supports anything int

Re: Drag and Drop Data

2006-06-28 Thread Jim Ault
ind out anything > about the object being dropped onto the field? THAT would be cool. If > you could create hot links to files or other drag and drop objects, > like URL's and such, that would be mega cool. Can anyone say project > manager with linked to-do's and contacts? The

Drag and Drop Data

2006-06-28 Thread Robert Sneidar
you could create hot links to files or other drag and drop objects, like URL's and such, that would be mega cool. Can anyone say project manager with linked to-do's and contacts? Bob Sneidar IT Manager Logos Management Calvary Chapel CM __

Re: Drag and Drop from Finder to Stack

2005-12-19 Thread Garrett Hylltun
Thank you so much Sarah :-) -Garrett On Dec 19, 2005, at 1:25 PM, Sarah Reichelt wrote: On 12/20/05, Garrett Hylltun <[EMAIL PROTECTED]> wrote: Does anyone know if it's possible to accept drag and drop from Finder to a stack? I've browsed the doc's and only found so

Re: Drag and Drop from Finder to Stack

2005-12-19 Thread Sarah Reichelt
On 12/20/05, Garrett Hylltun <[EMAIL PROTECTED]> wrote: > Does anyone know if it's possible to accept drag and drop from Finder > to a stack? I've browsed the doc's and only found some references to > text drag and drop from field to field etc, but nothing about f

Drag and Drop from Finder to Stack

2005-12-19 Thread Garrett Hylltun
Does anyone know if it's possible to accept drag and drop from Finder to a stack? I've browsed the doc's and only found some references to text drag and drop from field to field etc, but nothing about from outside of our own stack. Any help or info on this is appre

Drag and Drop Problem

2005-10-03 Thread David Burgun
Hi, I think there is something I don't understand correctly: I have a group that contains 5 controls, 2 of which can be the targets of a Drag and Drop operation. On the 2 controls that can accept a drop, I have the following scripts: on dragEnter set the threeD of me to false se

Drag and drop applications

2005-10-01 Thread Rob Beynon
Dear All I want to create a simple text file processor to convert one data format to another. ideally, the user will drag and drop the file onto a program icon, and it will then process the file and write the processed file back to the same location, with a new name (extension). is this even

Re: Creating Drag and Drop

2005-06-02 Thread Scott Rossi
Recently, Emilio Gagliardi wrote: > In your message box: > > go url "http://www.tactilemedia.com/download/drag_sample.rev"; > > > And this one is for drag-reordering of a list. > > go url "http://www.tactilemedia.com/download/getinline.rev"; > > > Thank you so much for your samples, but I

Creating Drag and Drop

2005-06-02 Thread Emilio Gagliardi
Please disregard last message. I found the download page. Cheers, Emilio ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Creating Drag and Drop

2005-06-02 Thread Emilio Gagliardi
Recently, Klaus Major wrote: > if i remember correctly Scott Rossi has a "Drag Sample" stack, > which does exactly what you need. > > It works with the "mousemove" message, i think... > > Scott, could you supply an URL for that one? But of course, Klaus. In your message box: go url "http://

Re: Creating Drag and Drop

2005-06-02 Thread Levi Kendall
> go url "http://www.tactilemedia.com/download/getinline.rev"; Thanks for posting this. I have been having difficulty figuring out how to do something very similar to this. Great Example. -Levi ___ use-revolution mailing list use-revolution@lists.ru

Re: Creating Drag and Drop

2005-06-02 Thread Scott Rossi
Recently, Klaus Major wrote: > if i remember correctly Scott Rossi has a "Drag Sample" stack, > which does exactly what you need. > > It works with the "mousemove" message, i think... > > Scott, could you supply an URL for that one? But of course, Klaus. In your message box: go url "http:/

Re: Creating Drag and Drop

2005-06-02 Thread Eric Chatonet
Hi Emilio, Sorry that this stack could not help you. In your case, I think that you could use another method I used in many projects: While the mouse is down, you use the mouseMove message in the dragged object (or send a message in milliseconds) to track where is the mouseLoc (see the mou

Re: Creating Drag and Drop

2005-06-02 Thread Klaus Major
Hi Emilio, Dear Eric I now realize this code is not what i need because it implements drap and drop with objects outside of the Revolution Window. It does not appear that dragEnter and dragDrop fire for objects within the revolution window. That is, I want to drag objects that are with

Creating Drag and Drop

2005-06-02 Thread Emilio Gagliardi
Dear Eric I now realize this code is not what i need because it implements drap and drop with objects outside of the Revolution Window. It does not appear that dragEnter and dragDrop fire for objects within the revolution window. That is, I want to drag objects that are within the window

RE: creating drag-and-drop

2005-06-02 Thread Emilio Gagliardi
Thank you very much for your code example! It looks like exactly what i need. Cheers, Emilio ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: creating drag-and-drop

2005-06-01 Thread Eric Chatonet
Hi Emilio, About snap an object to a predefined position, just set the loc (or another property as the topLeft, the bottom, etc.) of this object when the user releases the mouse. As for drag and drop, you might be interested by my How-To stack #010 How to drag and drop files and folders

creating drag-and-drop

2005-06-01 Thread Emilio Gagliardi
Hi all, I want to create a simple screen that allows a user to drag a button from the center of the screen to one of three hotspots and then run some function. The problem I am having is the interaction between object that I use to define the hotspot (an image) and the button I want the us

Re: Drag and Drop in List Field

2005-05-26 Thread Eric Chatonet
Hi Levi, Some clues: on dragEnter set the acceptDrop to end dragEnter on dragDrop put word 2 of the mouseLine into tLineNo end dragDrop You might be interested too by my How-To stack #010 How to drag and drop files and folders Just run in the message box: go url "

Drag and Drop in List Field

2005-05-26 Thread Levi Kendall
Hello All, I'm having some issues detecting a drag and drop operation in a field. The field is configured to be a list (listBehavior attribute is set true). I would also prefer to have multiple lines selectable (multipleHilites attribute). I thought at first multi line selectio

Re: Pseudo Drag and Drop question

2005-02-25 Thread Jerry Balzano
Thanks Alex and Wilhelm, for your assistance with my problem. I'm off and running now (up to the next obstacle?). Wilhelm, I don't know how I missed your post from Feb 6; it's clearly relevant. I appreciate your re-posting for my benefit. Happy scripting/designing/creating to all you Rev user

  1   2   >