put the results of a script search into the message box

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2718
Joined: Sat Dec 22, 2007 5:35 pm
Location: Genève
Contact:

put the results of a script search into the message box

Post by jmburnod » Wed Nov 21, 2018 1:46 pm

Hi All,
A simple way to put the results of a script search into the message box
After your research is done, type this in messagebox:

Code: Select all

put the text of mousecontrol()
place cursor over fld "search result", type return with keyboard 8)
Best regards
Jean-Marc
https://alternatic.ch

bogs
Posts: 5435
Joined: Sat Feb 25, 2017 10:45 pm

Re: put the results of a script search into the message box

Post by bogs » Wed Nov 21, 2018 5:45 pm

Clever JM, works well :)
Image

Klaus
Posts: 13824
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: put the results of a script search into the message box

Post by Klaus » Wed Nov 21, 2018 5:59 pm

Yo, "the mousexxx" is a very helpful thing in LC, I use it regularly in my custom palette "2lz2".
See screenshot of the appropriate popup menu.
mouse_xxx_lc.jpg
mouse_xxx_lc.jpg (33.34 KiB) Viewed 3427 times
I added a 2 seconds delay in the scripts so you have time to place the cursor over the object of your desire. :D

bogs
Posts: 5435
Joined: Sat Feb 25, 2017 10:45 pm

Re: put the results of a script search into the message box

Post by bogs » Wed Nov 21, 2018 7:10 pm

Klaus wrote:
Wed Nov 21, 2018 5:59 pm
I use it regularly in my custom palette "2lz2"
Yup, I learned most of the mousexxx things I know from playing with your pallette in Mc :D
Image

Klaus
Posts: 13824
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: put the results of a script search into the message box

Post by Klaus » Wed Nov 21, 2018 7:11 pm

AHA! So you were the one that had downloaded that li'l sucker! :D

bogs
Posts: 5435
Joined: Sat Feb 25, 2017 10:45 pm

Re: put the results of a script search into the message box

Post by bogs » Wed Nov 21, 2018 7:14 pm

Guilty, although I came across it somewhere other than your site as well. Just can't remember where :oops:
Image

Post Reply

Return to “Getting Started with LiveCode - Experienced Developers”