Search found 24 matches
- Wed Jun 08, 2011 12:56 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Saving project files in livecode
- Replies: 3
- Views: 3482
Re: Saving project files in livecode
That's a great idea SparkOut, I'll be sure to try it next time I'm experimenting with an iterative process.
- Tue Jun 07, 2011 11:50 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Saving project files in livecode
- Replies: 3
- Views: 3482
Saving project files in livecode
Several times, I have rendered livecode unresponsive due to infinite or very long operations - entirely my fault. I ended the process and lost work on a couple of occasions. I'm not sure I understand the saving part of things :shock: When I File -> Save in the Code Editor does that save changes in a...
- Wed Jun 01, 2011 3:06 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: visual re-alignment of code after changes
- Replies: 2
- Views: 2728
- Wed Jun 01, 2011 2:58 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: visual re-alignment of code after changes
- Replies: 2
- Views: 2728
visual re-alignment of code after changes
After doing things like adding an additional outer loop to existing code, the alignment of text in the code editor is no longer aligned for readability. Until now I have been manually performing an 'Enter' after each code line to realign it with the new loop or other control structure. Is there an e...
- Wed Jun 01, 2011 12:50 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: variables retain value after opening and closing stack file
- Replies: 7
- Views: 7559
Re: variables retain value after opening and closing stack file
Ok, now I have my initialization under control, I can see the remainder. When I close my stack and exit LiveCode, then re-open LiveCode and load my stack, all the fields are still populated with whatever data they had when the stack was closed. To be more specific: 1. Put "testing" into field fFormT...
- Tue May 31, 2011 10:47 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: filter variable watch tab
- Replies: 6
- Views: 5462
Re: filter variable watch tab
I found the original post by googling 'revDebuggerValidGlobalNames revdebugger.rev', it does not contain any further detail.
- Tue May 31, 2011 10:39 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: filter variable watch tab
- Replies: 6
- Views: 5462
Re: filter variable watch tab
I tried opening the revdebugger.rev stack in LiveCode. I see the application window but I'm unable to see the script for that stack. The application browser is blank with no contents. I am missing something?
- Tue May 31, 2011 9:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: variables retain value after opening and closing stack file
- Replies: 7
- Views: 7559
Re: variables retain value after opening and closing stack file
Oops. The largest part of this problem was some of my own runtime initialization getting away from me in a big way. Sorry to bother you with that.
Your comments about stack destruction are useful, thanks!
Your comments about stack destruction are useful, thanks!
- Tue May 31, 2011 12:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: variables retain value after opening and closing stack file
- Replies: 7
- Views: 7559
variables retain value after opening and closing stack file
In live code it looks like all variables etc retain their values when the application is restarted. So, if I want to reinitialize all variables in the application (like I often want to after a debug/edit) I have to add code to do that. Is that correct ? Is there any other way ? I am finding it a ver...
- Tue May 31, 2011 4:31 am
- Forum: Feature Proposals
- Topic: Documentation feature request
- Replies: 5
- Views: 3206
Re: Documentation feature request
Well, I couldn't find it on GameTap anywhere.
Tried to post the link here earlier, but I'm getting the "Your account does not have permission to post links or domain/page references" message.
Google "Steam games" without the quotes and it should be the first result.
Tried to post the link here earlier, but I'm getting the "Your account does not have permission to post links or domain/page references" message.
Google "Steam games" without the quotes and it should be the first result.
- Mon May 30, 2011 11:50 pm
- Forum: Feature Proposals
- Topic: Documentation feature request
- Replies: 5
- Views: 3206
Re: Documentation feature request
Thanks for that. Just took a look at your website btw, Cosmic Osmo is not available from GameTap, but it is available from Steam.
By a stroke of luck it happens to be packaged with the Myst games & I have been looking for a version that runs on Vista
By a stroke of luck it happens to be packaged with the Myst games & I have been looking for a version that runs on Vista

- Mon May 30, 2011 11:40 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: global and local variables?
- Replies: 12
- Views: 9224
Re: global and local variables?
Excellent, thank you!
- Mon May 30, 2011 11:09 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: filter variable watch tab
- Replies: 6
- Views: 5462
filter variable watch tab
Is there a way to filter the view for the variable watch tab?
I am not using the path information at present so I would like to remove all $PATH type ($) variables from the watch window.
Thanks!
I am not using the path information at present so I would like to remove all $PATH type ($) variables from the watch window.
Thanks!
- Mon May 30, 2011 11:03 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: global and local variables?
- Replies: 12
- Views: 9224
Re: global and local variables?
Thank you Bernd, nice to see that confirmed & the naming convention.
- Mon May 30, 2011 1:55 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: selection of editable text field
- Replies: 3
- Views: 3300
Re: selection of editable text field
Found it in the dictionary under 'commands'. Thanks again!