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
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
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
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
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
>>
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
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
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
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
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
>>
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
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
> >>
> >> 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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
, 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
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
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
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
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
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
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
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
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
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[
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
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
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
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
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
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
>> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
__
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
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
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
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
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
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
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
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://
> 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
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:/
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
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
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
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
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
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
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 "
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
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 - 100 of 161 matches
Mail list logo