Search found 9107 matches

by FourthWorld
Sun Feb 11, 2007 10:53 pm
Forum: Talking LiveCode
Topic: Shared script
Replies: 18
Views: 15010

Thanks. I read through the information but I'm stil trying to get a harness around the mechanics. If I have let's say a button with a script that contains a mouseUp, mouseDown and a turnTheMouse all around script. Can this be used with the frontScript method? Also, how do I tell Rev which obects I ...
by FourthWorld
Sun Feb 11, 2007 5:35 pm
Forum: Talking LiveCode
Topic: Shared script
Replies: 18
Views: 15010

Re: Shared script

Hello Again, Does RR support a shared script concept? What I mean is if I have a script that I want to have in 50 or so places in my stack, is there a way to link it to all of them without copying it to each object? Yes. Revolution supports three mechanisms for extending the message path: libraries...
by FourthWorld
Tue Feb 06, 2007 5:33 am
Forum: Internet
Topic: Revolution in a browser?
Replies: 3
Views: 6749

Re: Revolution in a browser?

Is it possible to create revolution apps that runs inside a browser? This has come up a lot on this use-rev discussionlist. Rather than replicate that discussion here, here are some of the more common points that come up: http://lists.runrev.com/pipermail/use-revolution/2004-February/031316.html ht...
by FourthWorld
Wed Jan 31, 2007 5:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: This is bull
Replies: 9
Views: 9812

Took a college class with textbooks. In the computer lab the instructor was always there, or someone who was knowledgable in the language. Kinda of like here. The instructors are located in the forum, but I am after a better textbook! I hear you. Software books are sort of a catch-22: to get a publ...
by FourthWorld
Tue Jan 30, 2007 6:46 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: This is bull
Replies: 9
Views: 9812

stuartls wrote:I used to program about 22 years ago in cobol and basic.
How did you learn those languages?
by FourthWorld
Fri Jan 05, 2007 5:58 pm
Forum: Talking LiveCode
Topic: sorting with revolution
Replies: 5
Views: 5651

> Anybody with such tricks for writing better code? Scripting Style Guide I like your suggestion about clarifying Boolean params with an "is" prefix. I tend to use a "Flag" suffix myself, but either way it does help clarify the argument's type. I'll add that to the next update to the Style Guide.
by FourthWorld
Fri Dec 22, 2006 4:09 pm
Forum: Converting to LiveCode
Topic: Active field when opening card?
Replies: 12
Views: 19429

Again, is there a list of all messages sent by various actions? I don't think it is doable to compile an exhaustive list of all possible user actions and all invoked messages, such as: open a card, closeCard, openCard, preOpencard, possibly preOpenStack and openStack, etc etc etc. And of it were it...
by FourthWorld
Sat Dec 16, 2006 5:47 pm
Forum: Talking LiveCode
Topic: Dynamically Managing the Layout of Controls
Replies: 14
Views: 11335

Bernard wrote:In my mind, I think I need some way to set a property on a card, its groups, and their controls such that the groups and controls would lay themselves out in specific patterns.
See Rev's Geometry Manager.
by FourthWorld
Thu Dec 07, 2006 6:13 pm
Forum: Internet
Topic: JSON parser anyone?
Replies: 5
Views: 7228

If I can dig up my old Rev tutorials I can post that one. That's a few computers back, though, so I can't say when I'll be able to dig that deep....
by FourthWorld
Thu Dec 07, 2006 5:33 pm
Forum: Internet
Topic: JSON parser anyone?
Replies: 5
Views: 7228

I haven't played with JSON, but I've written a number of 5GL "construction languages" for Rev over the years. Most of these have been specific to client projects, where they can write things like: section title: Lesson 1 heading: This lesson provides an overview of the tutorial. body: This is the te...
by FourthWorld
Thu Dec 07, 2006 4:45 pm
Forum: Internet
Topic: real HTML display - how or where?
Replies: 6
Views: 9559

As noted in the docs, the htmlText property uses a structure similar to HTML but is not an attempt to provide complete support for the full HTML spec. HtmlText was added to the language as a way to reproduce field contents with complete fidelity in an ASCII (non-binary) format. The Dictionary entry ...
by FourthWorld
Thu Oct 26, 2006 6:24 pm
Forum: User Groups and Events
Topic: Become a Revolution Community Partner
Replies: 5
Views: 48358

Re: Become a Revolution Community Partner

If you want to set up a Revolution User’s Group or a special interest group in your local computer group, Runtime Revolution wants to hear from you about becoming a Revolution Community Partner. Revolution Community Partners are local liaisons who are interested in influencing and expanding the u...
by FourthWorld
Fri Oct 20, 2006 5:33 pm
Forum: Talking LiveCode
Topic: expand/reduce control
Replies: 6
Views: 7011

lbtony wrote:I need to be able to resize controls especially image objects in run mode. So I don't think choose pointer tool will work for me:)
Transcript provides a variety of tools, all of which are available at runtime. See the Dictionary entry for the choose command for details.
by FourthWorld
Thu Oct 19, 2006 3:46 pm
Forum: Talking LiveCode
Topic: expand/reduce control
Replies: 6
Views: 7011

choose pointer tool
by FourthWorld
Sun Jul 30, 2006 11:37 am
Forum: Talking LiveCode
Topic: allowInterrupts in version 2.7.2
Replies: 4
Views: 5994

Any reason you say this is the case? Yes: because it more accurately describes the scope of the problem. There is a critical distinction between the IDE and the underlying engine, and confusing the two to be the same thing lies at the heart of a good many design, documentation, learnability, and te...

Go to advanced search