Search found 119 matches
- Wed Sep 23, 2015 12:37 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Python in LC?
- Replies: 13
- Views: 3628
Python in LC?
Hi all, Is there any way to use LiveCode to build an interface for python code? And if the answer is yes, how do you do it (a stack example would be much appreciated)? PS Don't get me wrong, I love LC syntax (as everything else) but at least as of today it can be very slow (some times painfully slow...
- Sun May 17, 2015 9:06 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Doing statistics with LC
- Replies: 5
- Views: 2446
Re: Doing statistics with LC
Of course! Thanks Klaus



- Sun May 17, 2015 11:31 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Doing statistics with LC
- Replies: 5
- Views: 2446
Re: Doing statistics with LC
I am afraid I can't upload Dave Jones converted stack due to its live code extension.
Anyway, as I said it is a pretty simple conversion and all you have to do is change the funcion names as indicated. Anyway if anybody wants the livecode version of Dave Jones' stack just drop me a line


- Sun May 17, 2015 11:03 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Doing statistics with LC
- Replies: 5
- Views: 2446
Re: Doing statistics with LC
Thanks a bunch, Alejandro! There's a lot to wonder around what you have found. First, the conversion of Dave Jone's original (2000!!) metacard stack into Livecode worked like a charm. Just amazing. You only need to change some function names conflicting with current LC reserved names. Only these: --...
- Fri May 15, 2015 5:26 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Doing statistics with LC
- Replies: 5
- Views: 2446
Doing statistics with LC
Hi,
Is there any LiveCode stack for probability/ statistics? I'm mainly interested in inference statistics, but I'd be interested in descriptive statistics as well...
thanks,
Daniel
Is there any LiveCode stack for probability/ statistics? I'm mainly interested in inference statistics, but I'd be interested in descriptive statistics as well...
thanks,
Daniel
- Sat Sep 20, 2014 6:27 pm
- Forum: Raspberry Pi
- Topic: FAQ for tha LiveCode raspberryians?
- Replies: 15
- Views: 21829
Re: FAQ for tha LiveCode raspberryians?
Some important things I think worth of consideration for a FAQ. Some of them I asked myself before downloading LC for the pi, some of them I'm still thinking about: - How can I download the latest version of LC for the Raspberry Pi? - What's the difference between version x and y of LC for the Raspb...
- Sat Sep 20, 2014 10:29 am
- Forum: Raspberry Pi
- Topic: FAQ for tha LiveCode raspberryians?
- Replies: 15
- Views: 21829
FAQ for tha LiveCode raspberryians?
Hi all!
First of all, my thanks and kudos to the people who managed to make LC into the raspberry. This is the most brilliant idea since multi-balls ice creams. I'd like to ask if there's a FAQ page for LiveCode in the Raspberry, or something from which to start.
many thanks in advance,
Daniel
First of all, my thanks and kudos to the people who managed to make LC into the raspberry. This is the most brilliant idea since multi-balls ice creams. I'd like to ask if there's a FAQ page for LiveCode in the Raspberry, or something from which to start.
many thanks in advance,
Daniel
- Thu Aug 21, 2014 12:22 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Corrupted stack?
- Replies: 8
- Views: 2379
Corrupted stack?
I have a very large stack of LiveCode and I suspect it (or a portion of it) may be corrupted. First let me explain the situation. I use this stack to handle text in very different ways. Whenever the text I'm using is ASCII, I open it with LC 6.5 or 6.6, since it is much, much faster than LC7 (with l...
- Sun Jun 15, 2014 7:19 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Is that a number?
- Replies: 6
- Views: 1158
Is that a number?
On LiveCode Community 6.5 on a Mac, you type
or even
And your computer beeps. Why is it?
Code: Select all
if ". " is a number then beep
Code: Select all
if ". " is a number then beep
- Sat Mar 08, 2014 3:34 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Changing the tab names of a tabbed panel via script
- Replies: 2
- Views: 962
Re: Changing the tab names of a tabbed panel via script
Yes!! it works. Thanks Björnke
- Sat Mar 08, 2014 2:58 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Changing the tab names of a tabbed panel via script
- Replies: 2
- Views: 962
Changing the tab names of a tabbed panel via script
This is an easy one (hope not a silly one) How do you change the tab labels of a tabbed-panel button via script?
Something like:
does nothing.
best,
Daniel
Something like:
Code: Select all
set the tabs of btn "foo" to labelsList
best,
Daniel
- Tue Jan 28, 2014 9:09 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Model of Planet Earth spinning?
- Replies: 5
- Views: 1294
Re: Model of Planet Earth spinning?
Both are interesting educational resources, thanks. Alas, none of them has a model of something you can recognize as planet Earth (I mean there are no continents or seas). In the animation, the orbiting planets look like have no daily rotation around their axis, just revolution around the Sun.
- Tue Jan 28, 2014 12:59 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Model of Planet Earth spinning?
- Replies: 5
- Views: 1294
Re: Model of Planet Earth spinning?
Two quite different approaches to the matter at hand. Let me see...
- Sun Jan 26, 2014 7:47 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Model of Planet Earth spinning?
- Replies: 5
- Views: 1294
Model of Planet Earth spinning?
Hi all,
I'm about to start a little didactic project about the very basics of the planets' orbits in our solar system, using LiveCode. Is there any example of a LiveCode stack with a rotating Earth? Or is there something similar already made?
best,
Daniel
I'm about to start a little didactic project about the very basics of the planets' orbits in our solar system, using LiveCode. Is there any example of a LiveCode stack with a rotating Earth? Or is there something similar already made?
best,
Daniel
- Tue Oct 01, 2013 11:43 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Water?
- Replies: 3
- Views: 1132
Water?
DId anybody tried using LiveCode for a game, presentation or whaterver, where you must use an animation of water (like water coming out of a jar, or running under a bridge, etc.)? How did you solved it?