How to see scripts in Rev file?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
bigal60
Posts: 10
Joined: Tue Jul 28, 2015 3:49 pm

How to see scripts in Rev file?

Post by bigal60 » Tue Jul 28, 2015 3:51 pm

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.

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10319
Joined: Wed May 06, 2009 2:28 pm

Re: How to see scripts in Rev file?

Post by dunbarx » Tue Jul 28, 2015 3:55 pm

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

bigal60
Posts: 10
Joined: Tue Jul 28, 2015 3:49 pm

Re: How to see scripts in Rev file?

Post by bigal60 » Tue Jul 28, 2015 3:58 pm

Hi Craig,

Thank you for your prompt reply. I am just starting out; I am a C# developer...

bigal60
Posts: 10
Joined: Tue Jul 28, 2015 3:49 pm

Re: How to see scripts in Rev file?

Post by bigal60 » Tue Jul 28, 2015 4:12 pm

I am interested eventually to create light weight user interfaces that use RESTful services as the backend.

golive
Posts: 98
Joined: Wed Jul 01, 2015 5:16 am

Re: How to see scripts in Rev file?

Post by golive » Wed Jul 29, 2015 1:05 am

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.

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Re: How to see scripts in Rev file?

Post by mwieder » Wed Jul 29, 2015 6:41 am

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.

Post Reply