Page 1 of 1
How to see scripts in Rev file?
Posted: Tue Jul 28, 2015 3:51 pm
by bigal60
Hello,
I downloaded a sample Stack which says the scripts are open for examination. A .rev file was downloaded; how do I see the scripts in the file?
Regards.
Re: How to see scripts in Rev file?
Posted: Tue Jul 28, 2015 3:55 pm
by dunbarx
Hi, welcome to the forum.
When you open a LiveCode stack, you have access to all its properties, one of which is its script. You will find in the menubar options ("Object") to open both the card and stack scripts. Further, if you choose the pointer tool and select a control, you will be able to edit its script as well.
But while you are doing all that, may I ask how far along you are in learning LiveCode?
Craig Newman
Re: How to see scripts in Rev file?
Posted: Tue Jul 28, 2015 3:58 pm
by bigal60
Hi Craig,
Thank you for your prompt reply. I am just starting out; I am a C# developer...
Re: How to see scripts in Rev file?
Posted: Tue Jul 28, 2015 4:12 pm
by bigal60
I am interested eventually to create light weight user interfaces that use RESTful services as the backend.
Re: How to see scripts in Rev file?
Posted: Wed Jul 29, 2015 1:05 am
by golive
bigal60 wrote:Hello,
I downloaded a sample Stack which says the scripts are open for examination. A .rev file was downloaded; how do I see the scripts in the file?
Regards.
Project browser (under tools).
Shows number of lines of code in each item. Can click the number to see the script.
Re: How to see scripts in Rev file?
Posted: Wed Jul 29, 2015 6:41 am
by mwieder
I am interested eventually to create light weight user interfaces that use RESTful services as the backend.
You're in good company then. I do this all the time.
Authentication with backend services can be a pain, but otherwise RESTful interfaces are quite easy to craft in LiveCode.