Search found 7 matches

by codes4kids
Tue Jan 09, 2024 3:57 pm
Forum: iOS Deployment
Topic: MergDoc Preview
Replies: 0
Views: 333883

MergDoc Preview

Is it possible to combine multiple cards to print preview using mergDocShowPreview? This will be strictly iPad OS. Right now I am using it to print a single card. Thanks!
by codes4kids
Sun Nov 06, 2022 1:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Identify button
Replies: 3
Views: 3867

Re: Identify button

Thank you dunbarx and Klaus!
by codes4kids
Thu Nov 03, 2022 2:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Identify button
Replies: 3
Views: 3867

Identify button

Is it possible to identify a button ID by the icon image ID? Thanks!
by codes4kids
Wed Jun 26, 2019 11:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Random Loops
Replies: 15
Views: 19835

Re: Random Loops

Thanks everyone for you help. I appreciate your expertise and help.
by codes4kids
Sun Jun 23, 2019 3:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Random Loops
Replies: 15
Views: 19835

Re: Random Loops

I did not look closely at the earlier replies, but something like this? on mouseUp repeat with y = 1 to 1000 put Y into line y of tList --build list of numbers (or use your own) end repeat put the seconds into tStart repeat until the seconds = tStart + 3 get random(the number of lines of tList) put...
by codes4kids
Sat Jun 22, 2019 10:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Random Loops
Replies: 15
Views: 19835

Re: Random Loops

I guess I don't need the list in a field :D The posted example actually runs for 8 0r 9 seconds, and I was trying to use the seconds function, if that makes sense. Do I need to just estimate count and adjust the wait accordingly? It seems odd that I can't limit the time duration.
by codes4kids
Sat Jun 22, 2019 9:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Random Loops
Replies: 15
Views: 19835

Random Loops

Is it possible to loop through a list of numbers for a specified time? For example, I have a field with the numbers 1 to 20 in a list, and I want to be able to randomly pick numbers for 3 seconds. Thanks in advance.

Go to advanced search