Search found 241 matches

by RossG
Mon Dec 12, 2016 11:42 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: The hilited line
Replies: 16
Views: 8336

Re: The hilited line

One word of German that stuck in my mind
from an attempt to learn another language
was "strassenbarnhaltensteller" (the spelling
is just from memory and is no doubt wrong)
but it means "tram stop".
by RossG
Mon Dec 12, 2016 2:44 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: The hilited line
Replies: 16
Views: 8336

Re: The hilited line

Yes, and to compound my error I used
"hilitedLine" rather that "hilitedLines"!
by RossG
Mon Dec 12, 2016 12:59 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: The hilited line
Replies: 16
Views: 8336

Re: The hilited line

Thanks hh. That works.
by RossG
Sun Dec 11, 2016 10:20 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: The hilited line
Replies: 16
Views: 8336

The hilited line

I have three scrolling fields. When I click on a line in field 1 then on a line in field 2 the line in field 1 remains hilited which seems to cause some confusion in the code to put the hilited line into another field. The Dictionary says that the hilitedLine is a comma-delimited list of numbers so ...
by RossG
Sat Dec 03, 2016 11:46 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Recalculate on variable change
Replies: 2
Views: 2195

Recalculate on variable change

I have a variable which the user can change in a drop-down list. A change of this variable will trigger a re-calculation of data. Can I have code which will start this re-calculation when the user changes the variable (after a suitable warning)? I could use an ask dialogue if I could attach code to ...
by RossG
Sat Dec 03, 2016 7:00 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: A Very Strange Error
Replies: 12
Views: 7332

Re: A Very Strange Error

Due to advances in display technology the human eye
can't discern any difference between the latest
display resolution and the previous one so in
fact we all have "low-res" eyes now.

Waiting for the bionic eye implant before I
get a new monitor.
by RossG
Wed Nov 30, 2016 2:43 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: A Very Strange Error
Replies: 12
Views: 7332

Re: A Very Strange Error

Craig Tried all the usual but as usual I'd found a new way to confuse LC. I'd declared the array as global but when I added it to the list I'd separated it from the previous global with a "." instead of a ",". Took a bit of finding what with these hi-res monitors and low-res eyes. Must try harder bu...
by RossG
Tue Nov 29, 2016 9:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: A Very Strange Error
Replies: 12
Views: 7332

Re: A Very Strange Error

Would still like to know how I can watch a variable
so that the stack stops when it changes as I now
have an array which "disappears" at some point
after it's been initialized.

A fairly usual facility in all the programming languages
I've used.
by RossG
Sat Nov 26, 2016 10:20 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Drag and Drop
Replies: 4
Views: 2838

Re: Drag and Drop

Thanks for that. Will give it a try.

Was surprised to find on listening to
Pete Seeger again that his songs seem
to be as relevant now as they were back
in the '60s. And of course I was "there".
by RossG
Sat Nov 26, 2016 12:45 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Drag and Drop
Replies: 4
Views: 2838

Re: Drag and Drop

dunbarx wrote:Hi.

Do you mean move the field? Your title sort of indicated you wanted to move a line within that field.

Craig Newman
Want the user to be able to move the field as it
might otherwise obscure other info.
by RossG
Fri Nov 25, 2016 10:58 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Drag and Drop
Replies: 4
Views: 2838

Drag and Drop

Can I have a scrolling list field which can be moved
by the user?
by RossG
Sat Nov 19, 2016 10:39 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: What the ZZZZZ?
Replies: 8
Views: 4745

Re: What the ZZZZZ?

Well, I found the mysterious "Z" just where I expected it to be - despite the fact that I'd searched the same code a number of times for it. Definitely got a gremlin in the works. Some code to put numbers in a field to let the use know work was going on didn't - until I put in a break-point and step...
by RossG
Sat Nov 19, 2016 8:23 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: What the ZZZZZ?
Replies: 8
Views: 4745

Re: What the ZZZZZ?

Without seeing code it is hard to say.. Do a search for "Z" or a search for the field name incase there is a spot you missed.. I did all that - more than once without success. Think I'll make a copy with a new name "ZZZZZ", show all the hidden stuff and hide the things I know are OK. There might be...
by RossG
Sat Nov 19, 2016 6:31 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: What the ZZZZZ?
Replies: 8
Views: 4745

What the ZZZZZ?

I have a scrolling list field and during development I wrote code to put "Z" after certain fields. Now I don't want the "Z" I can't get rid of them. I've been through all the code and can't find anything that is adding the "Z". Another gremlin? An undocumented feature? A brain failure? Suggestion on...
by RossG
Tue Nov 15, 2016 6:03 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: And another thing...
Replies: 1
Views: 1908

And another thing...

I have some code which uses a loop repeat with x = 10 to 50 after each loop I want numbers put into a variable which includes x e.g. when x = 10 put Ones into "Ones" & x --- want it to go into variable Ones10 but LC gives me a "bad destination" for all the combinations and variations I've tried. Of ...

Go to advanced search