Search found 2 matches

by Gus
Thu Sep 20, 2007 7:04 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Drag and drop text between fields
Replies: 8
Views: 8739

That worked very well. Thank you so much. I am debating between RealBasic and Revolution. So far I have a very positive experience from the user formum with Revolution but I am finding the product a bit quirky.

Thanks again :-)
by Gus
Thu Sep 20, 2007 6:13 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Drag and drop text between fields
Replies: 8
Views: 8739

How to delete source line after drag and drop into target

Hello: I am evaluating Revolution and have been trying to perform a drag and drop operation where the field from the source is deleted after it is dropped in the target (moved). I am using two scrolling list fields called "List1" and List2" and the code I have thus far is as follows: On Source scrol...