Search found 140 matches

by danielrr
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: 2277

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:

Code: Select all

set the tabs of btn "foo" to labelsList
does nothing.
best,
Daniel
by danielrr
Tue Jan 28, 2014 9:09 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Model of Planet Earth spinning?
Replies: 5
Views: 3060

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.
by danielrr
Tue Jan 28, 2014 12:59 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Model of Planet Earth spinning?
Replies: 5
Views: 3060

Re: Model of Planet Earth spinning?

Two quite different approaches to the matter at hand. Let me see...
by danielrr
Sun Jan 26, 2014 7:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Model of Planet Earth spinning?
Replies: 5
Views: 3060

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
by danielrr
Tue Oct 01, 2013 11:43 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Water?
Replies: 3
Views: 2468

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?
by danielrr
Fri Jul 12, 2013 12:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: XML and the XML Library
Replies: 5
Views: 3063

Re: XML and the XML Library

Big thanks, extensive to Sarah, of course. This stack should be in the page one of the "Aids for beginners" webpage. The XML functions she's describing are different from what one can find in LC today?
by danielrr
Fri Jul 12, 2013 10:32 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: XML and the XML Library
Replies: 5
Views: 3063

Re: XML and the XML Library

If you click the linck you'll get a weird #!/bin/sh # MetaCard 2.4 stack # The following is not ASCII text, # so now would be a good time to q out of more exec mc $0 "$@" as I did, I guess. If you download the file by any other method, as I did, you'll get a sad warning that the stack is corrupted. ...
by danielrr
Thu Jul 11, 2013 9:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: XML and the XML Library
Replies: 5
Views: 3063

XML and the XML Library

Is there any available reference to the LiveCode's XML Library, and/ or some tutorial stack about the LiveCode XML commands? I've heard about Sarah Reichelt's stack but it seem to have vanished from the web.
by danielrr
Fri Jun 14, 2013 1:21 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Why resizing a stack terminates my scripts
Replies: 11
Views: 6844

Re: Why resizing a stack terminates my scripts

Craig, the whole stack is a huge (mean huge) stack with lots of code about very specific projects. I'll be glad to contribute with all kind of implicated scripts but I don't think the whole stack's deposition would add something meaningful to the general cause
by danielrr
Thu Jun 13, 2013 10:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Why resizing a stack terminates my scripts
Replies: 11
Views: 6844

Re: Why resizing a stack terminates my scripts

News from the "trial and error" front: I have been able to identify the source of the strange behaviour, but not the cause of it, as doctors use to do. The cause were two table fields, that's it. I created a dummy, empty card, run a script to copy each and every object from the original card into th...
by danielrr
Thu Jun 13, 2013 7:56 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Why resizing a stack terminates my scripts
Replies: 11
Views: 6844

Re: Why resizing a stack terminates my scripts

uh, one more thing. The card missbehaviour occurs only when you try to resize it from the stack script. If you do it from any script in the same card, then alles ist Gut
by danielrr
Thu Jun 13, 2013 6:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Why resizing a stack terminates my scripts
Replies: 11
Views: 6844

Re: Why resizing a stack terminates my scripts

When I step through the "dummy" script in the debugger, the script terminates most ungently likewise
by danielrr
Thu Jun 13, 2013 6:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: HTML in pulldown menus?
Replies: 3
Views: 2769

Re: HTML in pulldown menus?

OK, I can live with that, but would't it be easier to create a field than behaver more or less like a pulldown menu? a call like this one set the HTMLText of field "listoid" to container set the visible of field "listoid" to true get the mouseloc add 100 to item 1 of it set the location of field "li...
by danielrr
Thu Jun 13, 2013 5:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Why resizing a stack terminates my scripts
Replies: 11
Views: 6844

Re: Why resizing a stack terminates my scripts

More info, in the hope somebody can give it a meaning. If I put a line that resizes the stack inside a openCard instruction, what I normally can read in the message watcher is something like the following: openCard 5:59:22 PM (61) tamannoStack 5:59:22 PM (0) --this is the handler containing the resi...

Go to advanced search