How to open *.livecode

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

robm80
Posts: 161
Joined: Sat May 03, 2014 7:15 am

How to open *.livecode

Post by robm80 » Mon Nov 17, 2014 5:22 pm

I have Livecode 7.0 (c:\Program Files (x86)\RunRev\LiveCode Community 7.0\).
I click "open with" but I cannot find the right 'openline'.
If I use "c:\Program Files (x86)\RunRev\LiveCode Community 7.0\LiveCode Community.exe" to open the livecode files, they open with the browser.
What to do ?

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: How to open *.livecode

Post by Klaus » Mon Nov 17, 2014 5:31 pm

Hi Rob,

although not sure if this is a Windows or Livecode problem, I gave up on this some time ago
and will now open ANY LC file ONLY via the OPEN dialog in LC!


Best

Klaus

robm80
Posts: 161
Joined: Sat May 03, 2014 7:15 am

Re: How to open *.livecode

Post by robm80 » Mon Nov 17, 2014 5:49 pm

and will now open ANY LC file ONLY via the OPEN dialog in LC!
I don't understand what I read: what does it mean "OPEN dialog in LC".
Please give me an example.
I downloaded LC 7.0 (c:\Program Files (x86)\RunRev\LiveCode Community 7.0\)
Thanks Rob

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

Re: How to open *.livecode

Post by dunbarx » Mon Nov 17, 2014 6:04 pm

Hi.

Klaus means one of the two "Open..." menuItems in the "File" menu, or perhaps the "open" (or "go") command in LC itself.

Craig Newman

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: How to open *.livecode

Post by Klaus » Mon Nov 17, 2014 6:37 pm

Of course I mean the "Open Stack..." menuitem in the "FILE" Menu in Livecode,
there aren't any other "Open" dialogs in Livecode.

robm80
Posts: 161
Joined: Sat May 03, 2014 7:15 am

Re: How to open *.livecode

Post by robm80 » Mon Nov 17, 2014 10:37 pm

Of course I mean the "Open Stack..." menuitem in the "FILE" Menu in Livecode,
there aren't any other "Open" dialogs in Livecode.
Yes, that way openig a *. livecode or a *.rev, is wel known.
Before the crash of my computer, yesterday, all these files could be opened, in Windows,
with one line from the opendialogbox.
What line: I cannot remember.
No one of you perhaps?

newtronsols
Posts: 192
Joined: Tue Mar 11, 2014 12:57 pm

Re: How to open *.livecode

Post by newtronsols » Tue Nov 18, 2014 12:52 am

Do you mean open recent file from the File menu? You'd be able to click one of the LC files listed. After using e.g. ccleaner after a crash/clean up - you may have lost that list.

robm80
Posts: 161
Joined: Sat May 03, 2014 7:15 am

Re: How to open *.livecode

Post by robm80 » Tue Nov 18, 2014 4:54 am

Do you mean open recent file from the File menu?
No, that's not what I mean. I want to olpen LC from the windows opendialogbox.
See picture:
sshot-10.jpg

Tukcedo
Posts: 65
Joined: Fri Jun 27, 2014 9:43 pm

Re: How to open *.livecode

Post by Tukcedo » Tue Nov 18, 2014 7:07 am

Could this have to do with the file association feature in Windows? I mean, when it sees an .xls it knows it's an Excel file etc. and it will open the correct executable for it with the file loaded. I seem to remember you can define those file associations somewhere.
Michel J.L. van der Kleij
Coding to help stray animals in the Philippines
Albert Foundation - http://albert.tukcedo.nl
Aklan Animal Rescue & Rehabilitation Center - http://aarrc.tukcedo.nl

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: How to open *.livecode

Post by Simon » Tue Nov 18, 2014 7:20 am

Hi robm80,
Are you saying that even if you use "bladeren" (browse I'm guessing) you cannot select "c:\Program Files (x86)\RunRev\LiveCode Community 7.0\LiveCode Community.exe"?
Or that when you do it opens with the "browser" (you have to specify Windows explorer or a browser like IE).


Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

robm80
Posts: 161
Joined: Sat May 03, 2014 7:15 am

Re: How to open *.livecode

Post by robm80 » Tue Nov 18, 2014 1:29 pm

I seem to remember you can define those file associations somewhere.
I agree and in the past I did it, but where????

robm80
Posts: 161
Joined: Sat May 03, 2014 7:15 am

Re: How to open *.livecode

Post by robm80 » Tue Nov 18, 2014 4:50 pm

Are you saying that even if you use "bladeren" (browse I'm guessing) you cannot select "c:\Program Files (x86)\RunRev\LiveCode Community 7.0\LiveCode Community.exe"?
Yes of course I can select it, but the result is zero.

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: How to open *.livecode

Post by Klaus » Tue Nov 18, 2014 5:38 pm

robm80 wrote:Yes of course I can select it, but the result is zero.
Yes, exactly my experience, that was the time I gave up :D

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: How to open *.livecode

Post by Simon » Tue Nov 18, 2014 7:43 pm

robm80 wrote:
Are you saying that even if you use "bladeren" (browse I'm guessing) you cannot select "c:\Program Files (x86)\RunRev\LiveCode Community 7.0\LiveCode Community.exe"?
Yes of course I can select it, but the result is zero.
Interesting, it works here.
I actually have .rev automatically open in LC 4.6 and .livecode opening in 6.6.2.

Maybe try removing the space in the .exe name? (none of mine have a space).
Oh and one of the problems I had setting up the above two was that Windows didn't know what to do when it saw multiple .exe of the same name (regardless of location). I renamed all the versions I had to include their version numbers.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

paul_gr
Posts: 319
Joined: Fri Dec 08, 2006 7:38 pm

Re: How to open *.livecode

Post by paul_gr » Tue Nov 18, 2014 8:04 pm

File extension .rev is also used by WinRaR as the WinRAR Recovery Volume file extension. If WinRaR is installed it takes over the .rev. from Livecode.
Some other applications also use .rev.

If necessary I edit the registry to fix it.

Paul

Post Reply