Search found 4 matches

by merill001
Fri May 31, 2024 8:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to use Difference Command with Arrays?
Replies: 4
Views: 315

Re: How to use Difference Command with Arrays?

Bernd,

Thanks for your tip about it requiring a declared local variable! That solved my problem.
It would be real helpful if the dictionary included this requirement.

Best regards,
Lloyd
by merill001
Fri May 31, 2024 8:27 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to use Difference Command with Arrays?
Replies: 4
Views: 315

Re: How to use Difference Command with Arrays?

My use case is that I'm writing as a proof of concept, a JSON file database in pure LiveCode. It loads a JSON file and converts it to a LiveCode Array for processing the typical CRUD operations. All operation would be on LiveCode arrays with the results written back to JSON data file so basically an...
by merill001
Fri May 31, 2024 5:20 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to use Difference Command with Arrays?
Replies: 4
Views: 315

How to use Difference Command with Arrays?

The Dictionary show: difference targetArray with templateArray [into destinationArray] How do you use the "[into destinationArray]" option? The only example does not show how to use it. If you add "into" and a variable name, you get a compilation error: (split:bad variable) near "destinationArray" l...
by merill001
Sat Nov 19, 2022 9:56 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: textChanged and rawKeyUp not working in table field
Replies: 11
Views: 5973

Re: textChanged and rawKeyUp not working in table field

If you use a Table Field object, your "textchanged,rawkeyup/down etc. messages do not reach this field because of the use of the temporary phantom field in "revtablelibrary." I use "on mouseEnter" to capture the initial field text value and "on closeField" to capture the edited field text value so I...

Go to advanced search