Search found 6 matches

by robinul
Tue May 10, 2022 3:32 pm
Forum: Talking LiveCode
Topic: clickText and other clicks
Replies: 11
Views: 4985

Re: clickText and other clicks

The good news: the clickText function is now working as it should.

The bad news: I am not sure why it is now working. I did not change any of the settings for the field.

I appreciate your help and do wish I could report where the problem was.
by robinul
Tue May 10, 2022 1:56 pm
Forum: Talking LiveCode
Topic: clickText and other clicks
Replies: 11
Views: 4985

Re: clickText and other clicks

I should point out that I am using version 10 . 0 . 0-dp-3 | Build 20002
by robinul
Tue May 10, 2022 1:53 pm
Forum: Talking LiveCode
Topic: clickText and other clicks
Replies: 11
Views: 4985

Re: clickText and other clicks

Thanks for these suggestions. Here is the starting script for the mouseUp. Nothing happens. It is the same way I call for click features in another field provides the clicked data requested. As I said in my introduction, I have been away from LiveCode for about 18 years, so a simple solution is like...
by robinul
Mon May 09, 2022 4:25 pm
Forum: Talking LiveCode
Topic: clickText and other clicks
Replies: 11
Views: 4985

clickText and other clicks

I have a field in which a paragraph is displayed. I want to be able to get the clickText when a particular word is clicked. Clicking on a word in the field returns nothing. Neither does clickChunk or clickLine work. I now have the following settings for the field: Visible, Share text. Lock text, Opa...
by robinul
Wed Apr 20, 2022 12:43 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: clickText in scrolling List field
Replies: 14
Views: 5511

Re: clickText in scrolling List field

Richmond, perhaps not everyone has the same belief. People use forums different ways. If you want to be social, use it that way. But allow others to ask support questions when all they're looking for is support. robinul, is the toggleHilites property of the field set to true? Can you post an exampl...
by robinul
Wed Apr 20, 2022 1:47 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: clickText in scrolling List field
Replies: 14
Views: 5511

clickText in scrolling List field

I have multiple items in a scrolling list field field. When I click on an item, the script (which depends providing a clickText) is activated properly. If I then go back to the field and click on the same item, the script does not work. If I click on a different item, the script works fine. If I cli...