You have all been very kind in trying to help me.
Right now, I am completely disillusioned with LiveCode.
I've wasted an entire day trying everything I could think of and everything you all have suggested. I cannot get it to work consistently. I mean I cannot get the error consistently and, much worse, I cannot get the program to behave as it should. Probably I will go learn some other program because I have had way too many of these sessions where LiveCode just lets me down.
All the people on this list have been extremely wonderful and helpful.
Right now I am too frustrated and tired to keep going.
Thank you all.

----- Original Message ----- From: "J. Landman Gay" <jac...@hyperactivesw.com>
To: "How to use LiveCode" <use-livecode@lists.runrev.com>
Sent: Saturday, June 07, 2014 11:24 PM
Subject: Re: please help!!


On 6/7/2014, 11:55 PM, J. Landman Gay wrote:
What happens if you omit the rowNum variable in the repeat loop:

repeat with x = 1 to rowNum
  put ("tile1" & x) into thisButton
  set the opaque of btn thisButton to (the label of btn thisButton = "?")
end repeat

Which obviously I didn't. I meant to just test a different type of repeat structure, but I don't really think it's going to make any difference. But do double-check that the button names and labels match.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to