Search found 3 matches

by uweuan
Mon Dec 16, 2013 10:03 pm
Forum: Talking LiveCode
Topic: Does LiveCode use an interpreter or complier?
Replies: 1
Views: 2348

Does LiveCode use an interpreter or complier?

Hey guys,

I'm wondering whether the Livecode environment uses an interpreter or compiler to translate into machine code. I think it uses an interpreter, but I'll show you my code...

global variable1

on mouseUp
configure
thing
end mouseUp

on configure
put 0 into variable1
end configure

on ...
by uweuan
Fri Apr 26, 2013 5:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: app error
Replies: 1
Views: 2331

app error

Ok, I want to make this app for Android and iphone that I made on my Windows PC. I set up the Standalone settings for android and I get the error message:

there wad an error while saving the standalone application
could not compile application class.

Please help! (Livecode community 6.0, Windows 7 ...
by uweuan
Sun Apr 21, 2013 8:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Image visibility help
Replies: 2
Views: 2569

Image visibility help

Hi,

I'm having a bit of an issue with something I'm doing. I have created an image which I have made invisible since I created it. I wish to know how to see the image again. [Name: fb_gif ID: 1006]

I'm a complete noob, so try to keep it as simple as possible.

Thanks.