Search found 4 matches
- Mon Jul 06, 2015 4:39 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Bug in Variable Watch in Community 7.0.6?
- Replies: 3
- Views: 2127
Re: Bug in Variable Watch in Community 7.0.6?
Thanks. Also tried removing all breakpoints, and it didn't work. The error persisted and the breakpoints were not removed. In a possibly unrelated problem, I started a new stack after having this problem. The script in that stack wont' run at all. Haven't tried it as a standalone to see if the scrip...
- Mon Jul 06, 2015 12:43 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Bug in Variable Watch in Community 7.0.6?
- Replies: 3
- Views: 2127
Bug in Variable Watch in Community 7.0.6?
Tried watching a variable with a condition in a handler in a card, while running it threw an error in Line number 1 of the card. Stopped the stack, tried to delete it, no go. Closed stack and removed it from memory, still there, still throwing an error, but possibly at the right line this time - I d...
- Tue Jun 16, 2015 6:52 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Yet another problem with images
- Replies: 2
- Views: 1708
Re: Yet another problem with images
Thank you!
Is there a tutorial or something in the user guide that explains this, or maybe explains different ways of doing the same thing?
Is there a tutorial or something in the user guide that explains this, or maybe explains different ways of doing the same thing?
- Tue Jun 16, 2015 2:27 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Yet another problem with images
- Replies: 2
- Views: 1708
Yet another problem with images
I have a mainstack called "TicTacToe". I have card on that stack called "GameCard". I have a substack called "images". I have a card called "imagecard" on that substack. On that card I have an image named "plainblue". I have this line in my on openStack: put image "plainblue" of cd "imagecard" of st...