Search found 9107 matches

by FourthWorld
Tue Apr 17, 2007 4:16 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Lock Screen fails in going between substacks?
Replies: 8
Views: 7928

Transition effects operate within a given window. In Revolution stacks are contained within windows, and the windows are considered a separate entity. This allows you to "go" from one stack to another within the same window. So to go from one stack to another in the same window you could use: visual...
by FourthWorld
Fri Apr 13, 2007 4:29 pm
Forum: Databases
Topic: GUID generation
Replies: 3
Views: 6253

by FourthWorld
Tue Apr 03, 2007 8:37 am
Forum: Talking LiveCode
Topic: Plotting AIFF waveform
Replies: 8
Views: 8230

Mark, you rock. :)

Looking forward to the spiffy new build....
by FourthWorld
Thu Mar 29, 2007 8:15 am
Forum: Talking LiveCode
Topic: Plotting AIFF waveform
Replies: 8
Views: 8230

Re: Plotting AIFF waveform

Way cool, Mark.

What would be needed to also generate wave forms from MP3 files?
by FourthWorld
Wed Mar 21, 2007 8:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: saving standalone question
Replies: 2
Views: 3977

You can make a standalone that runs any number of documents (stacks). What are you looking to do?
by FourthWorld
Fri Mar 02, 2007 5:59 pm
Forum: Multimedia
Topic: Installers?
Replies: 14
Views: 15197

Historically, I've used DMGs on Mac (which can be made with Disk Utility, included with OS X), and a full installer on Windows using Wise Install (which is less expensive and IMO easier to use than InstallShield, and has far more options than I've needed). But like Mark and others, I'm migrating to ...
by FourthWorld
Wed Feb 28, 2007 5:12 pm
Forum: Multimedia
Topic: Slideshow?
Replies: 18
Views: 21112

The greatest expense in choosing a proprietary language isn't the purchase price, it's the cost of learning the language.

Nothing teaches like a good example.

Sharing Media's excellent templates with customers who pay many times more increase adoption by decreasing the learning curve.
by FourthWorld
Wed Feb 28, 2007 6:46 am
Forum: Multimedia
Topic: Slideshow?
Replies: 18
Views: 21112

It's my understanding that Rev Media is not so much a low end product as the earlier Dreamcard was supposed to be, but is rather a focused product on media design so it includes templates focused in that area only. Since the templates are compatible with Rev Studio and Rev Enterprise, why aren't th...
by FourthWorld
Tue Feb 27, 2007 2:00 am
Forum: Multimedia
Topic: Slideshow?
Replies: 18
Views: 21112

I think that the slideshow template is in RevMedia. I'm using RevStudio It's not also in Studio? What vendor would design a product line where the low-end product has extra features missing from the higher-end product? I'm sure you could just write support for a copy. It would seem really silly not...
by FourthWorld
Mon Feb 26, 2007 11:35 pm
Forum: Multimedia
Topic: Slideshow?
Replies: 18
Views: 21112

I thought Rev shipped with a template for slide shows, no?
by FourthWorld
Mon Feb 26, 2007 7:16 pm
Forum: Talking LiveCode
Topic: Shared script
Replies: 18
Views: 14922

Re: A fourth solution to libraries of functions

Also, one difficulty in using "send" to route messages to scripts outside of the message path is that it's quite slower than the natural message path. For occasional use the performance penalty of "send" isn't much, but I tend toward solutions that go with the grain of the message path whenever pos...
by FourthWorld
Mon Feb 26, 2007 6:44 pm
Forum: Talking LiveCode
Topic: Shared script
Replies: 18
Views: 14922

Re: A fourth solution to libraries of functions

scripts outside the message path would require a custom solution. Surprisingly, it doesn't. The solution is very generic and no more than 50 lines of code. I didn't say it would necessarily be long, merely that it would require a custom handler, such as the one you've written to handle your specifi...
by FourthWorld
Fri Feb 16, 2007 9:04 pm
Forum: Off-Topic
Topic: Mac Advice
Replies: 16
Views: 18998

For Mac software sites, don't forget one of the most comprehensive and arguably most up-to-date: http://www.versiontracker.com They're amazingly timely. On many occasions I'll update my site when I post a new version, and then log on to Version Tracker less than an hour later to update my listings t...
by FourthWorld
Fri Feb 16, 2007 6:48 pm
Forum: Converting to LiveCode
Topic: Faq's for converting from HyperCard
Replies: 2
Views: 44570

Re: Advanced Hypercard conversion

1) Has anyone developed applications to pre- or post-process HC stacks? I really do not want to reinvent the wheel here. I don't know of one, but there are global search-and-replace tools available. 2) Is there a way for me to gain control over the RV conversion of HC stacks during the open stack s...
by FourthWorld
Mon Feb 12, 2007 10:51 pm
Forum: Talking LiveCode
Topic: Shared script
Replies: 18
Views: 14922

Re: A fourth solution to libraries of functions

A problem I have with frontscripts and backscripts is that they encourage you to pack huge quantitites of script in a single file. Quite bad for legibility and maintenance. Even worst for encouraging good coding practices (strict independence of functions, etc.). Not necessarily. In an imperfect wo...

Go to advanced search