OT: change email address

2020-09-15 Thread JB via use-livecode
Will someone please tell me how to change the email address I am using to receive messages from the LiveCode lists? I tried the run rev.com web link and the message I sent there failed and was returned. thanks, JB ___ use-livecode mailing list

Big Sur and Drag and drop

2020-09-15 Thread James Hale via use-livecode
Hi, Just a question to others using Big Sur on their Macs. I have an app which uses drag and drop to place a list of files in a field. I drag the folder containing the files over the list, release the mouse and boom the list of files appear. Today I went to use this app on my main Mac which

Re: Mouse messages in scrollers

2020-09-15 Thread scott--- via use-livecode
on mobile (just iOS at the moment) I’m trying to not only register a horizontal swipe in a UIScroller but to calculate the line in the field under the scroller so that I can perform a delete action. I can get the swipe but… while these calculations seem to work fairly well in the IDE, not so

Re: Issue with dropbox

2020-09-15 Thread Bob Sneidar via use-livecode
Interesting. Not sure how far app signing goes. For instance I downloaded Livecode for Mac, then made the mistake of modifying 2 data grid libraries (in the bundle) before opening the app for the first time. This of course caused the system to refuse to open Livecode, but when I re-copy

Re: knot in my brain?

2020-09-15 Thread Klaus major-k via use-livecode
> ... > Does the trick, ouch embaRAssing! Even more embarrassing... 8-) -- Klaus Major https://www.major-k.de kl...@major-k.de ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: knot in my brain?

2020-09-15 Thread Drs Mark Schonewille via use-livecode
:-) Mark Schonewille Economy-x-Talk https://ecxtalk.nl https://www.nt2.nu Programming LiveCode for the Real Beginner http://www3.economy-x-talk.com/file.php?node=programming-livecode-for-the-real-beginner Op 15-9-2020 om 15:34 schreef Klaus major-k via use-livecode: Hi all, Am 15.09.2020 um

Re: knot in my brain?

2020-09-15 Thread Drs Mark Schonewille via use-livecode
Hi Klaus, I bet the problem is in the remainder of the script, for instance changing layers or deleting graphics (although the latter probably not). If you change it to repeat with i = 1 to the num of grcs   if the short name of grc i beginswith "Graphic_" then put i end repeat do you still

Re: knot in my brain?

2020-09-15 Thread Klaus major-k via use-livecode
Hi all, > Am 15.09.2020 um 15:30 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > ... > repeat with i = 1 to the num of grcs > ## This line: > if the short name of grc i begins with "Graphic_" then > ## Gives me the error -> no such object > ... > What am I overlooking? > I know

knot in my brain?

2020-09-15 Thread Klaus major-k via use-livecode
Hi friends, ... repeat with i = 1 to the num of grcs ## This line: if the short name of grc i begins with "Graphic_" then ## Gives me the error -> no such object ... What am I overlooking? I know do, but have no clue currently... Thanks in advance! Best Klaus -- Klaus Major