Hi
In the field “myChoice"
Search found 67 matches
- Tue Sep 22, 2015 12:18 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: The selectedtext between fields
- Replies: 10
- Views: 2161
- Mon Sep 21, 2015 11:15 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: The selectedtext between fields
- Replies: 10
- Views: 2161
Re: The selectedtext between fields
Thanks Craig I’ve striped all the code in field “myChoice" down to just on mouseup put the selectedtext into field "WhichPicture" end mouseup With no script in field “WhichPicture”, when I click on a line in field “WhichPicture”, then return to field “myChoice” and click on a highlighted line, all o...
- Mon Sep 21, 2015 3:16 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: The selectedtext between fields
- Replies: 10
- Views: 2161
The selectedtext between fields
Hi Everyone I am having trouble understanding what is happening here. I have one field (myChoice) where a line of text is selected by clicking. The line of text is selected using - put the selectedtext into field “WhichPicture” (List Behaviour of field “MyChoice” is; Click to toggle, Multi-line and ...
- Thu Sep 03, 2015 1:49 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Repeat and lines of text
- Replies: 2
- Views: 869
Re: Repeat and lines of text
Thank you Bernd for your very generous reply. I now have a greater understanding of what LC is doing behind the scenes with the repeat control. Your suggestions were very helpful and has also got me to explore the lineOffset function, which has greatly assisted me to work through what I spent yester...
- Wed Sep 02, 2015 7:01 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Repeat and lines of text
- Replies: 2
- Views: 869
Repeat and lines of text
Hello All Another block for me on basic coding. Thank you in advance for being so patient! Following a previous post I am reworking my text fields as suggested by Klaus. I have a more efficient setup that will make it a lot easier to modify the text fields without having to re-write every line of co...
- Mon Aug 31, 2015 1:48 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Hilitedlines and numbers
- Replies: 5
- Views: 1356
Re: Hilitedlines and numbers
Thank you all for your replies. Jean-Marc, thank you for your “,1,” suggestion. I had done something similar, but not the comma before AND after. Excellent. This sorted out the problem. Dixie, I didn’t try your suggestion, but am going to also try this. Craig, thank you for your suggestion. I think ...
- Sun Aug 30, 2015 9:23 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Hilitedlines and numbers
- Replies: 5
- Views: 1356
Hilitedlines and numbers
Hi Everyone I’m sure there is a simple solution to this problem, however I can’t see it right now! I have a scrolling list field “conditions" with a list of conditions that I want to match with certain treatments listed in another field “corrections". These are to be combined and put into a field “A...