ANN: Draw kaleidoscopic effects

2009-02-27 Thread James Hurley
I failed in my attempt to find a way to use the pen tool to paint kaleidoscopic effects. This stack (see below) draws the effects instead. Painting would be better. More options. Well, except for the fact that I can't do it. Every time I try to drag the pen in a mouseMove handler, RR locks

Re: In search of a programmable pen tool

2009-02-27 Thread James Hurley
Message: 20 Date: Thu, 26 Feb 2009 23:47:52 + From: Alex Tweedly Subject: Re: In search of a programmable pen tool To: How to use Revolution Message-ID: <49a72a28.2080...@tweedly.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed James Hurley wrote: I came across a web site

Re: Vector window shapes and the great mystery of ink effects

2009-02-27 Thread Chipp Walters
Nicely done, Scott. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Gutenberg Reader

2009-02-27 Thread Jim Sims
On Feb 27, 2009, at 11:19 PM, Sarah Reichelt wrote: Aha! Done. The Mac version of the app is now in .dmg form at: http://home.comcast.net/~pmbrig/Gutenberg.html Hope this solves the problems people have been having. Let me know! Works here also. The "Quit" from menubar and "command Q" that

Re: Main stack and substack order in the message path

2009-02-27 Thread Robert Brenstein
On 27.02.09 at 08:49 -0800 Scott Rossi apparently wrote: I could be wrong but I believe that the order of library stack to be used is determined by the order opened: the scripts of the most recent stack opened would be used before any others. I know this is true of frontscripts. The workaround

Re: Crybaby Grows up

2009-02-27 Thread DunbarX
Hi. Exactly. In my utility stack handlers (as in HC), I do not have to even consider the test stack, so, if I say: on opencard put the name of btn 1 into fld "utilityField" of stack "wizard" end opencard I get the name of the button in the test stack, as expected. I do have to specify the s

Re: Gutenberg Reader

2009-02-27 Thread Sarah Reichelt
> Aha! Done. The Mac version of the app is now in .dmg form at: > http://home.comcast.net/~pmbrig/Gutenberg.html > > Hope this solves the problems people have been having. Let me know! Thanks Peter. The app works perfectly from the dmg. Cheers, Sarah __

Re: Crybaby Grows up

2009-02-27 Thread DunbarX
Bob. Yes, and I am undisciplined in that unless I really need to lock it down. But as I just learned again, sometimes passing messages can cause unwanted things to happen downstream. I find sometimes that my HC gadget does not respond to a stack I am working on, and I know instantly that I tra

Re: Crybaby Grows up

2009-02-27 Thread J. Landman Gay
dunb...@aol.com wrote: So I was looking at the actual openstack handler, which was: "insert the script of this stack into back" (also was "start using this stack") And thought I would change it to: "insert the script of stack myStack into back" Fixed. Done. And it all makes sense. I am reli

RE: Main stack and substack order in the message path

2009-02-27 Thread Jim Bufalini
Same Island, Hawaii Kai ;-) > -Original Message- > From: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- > boun...@lists.runrev.com] On Behalf Of Bob Sneidar > Sent: Friday, February 27, 2009 9:43 AM > To: How to use Revolution > Subject: Re: Main stack and substack order i

Re: Single File Details

2009-02-27 Thread Mark Smith
Len, I have a stack that reads the headers of WAV, AIFF, AU and SD2 files and gives you an array of the various audio properties - sample rate, number of channels etc. If that would be useful to you, it's here: http://maspub.s3.amazonaws.com/audiofileinfo.zip Best, Mark On 27 Feb 2009, at

Re: Vector window shapes and the great mystery of ink effects

2009-02-27 Thread Scott Rossi
Recently, Ken Ray wrote: >> go url "http://www.tactilemedia.com/site_files/downloads/transtack.rev"; > > Very nice, Scott! Do you see any way of being able to have non-blended > controls on top a blended stack? Sure, there's one way I can think of, but it's a bit of a pain, and to do it dynami

Re: Crybaby Grows up

2009-02-27 Thread Bob Sneidar
Just depends on what your scripts do. If your utility scripts are trying to intercept normal handlers and execute BEFORE the messages get to anything else, you would want them in front. If your scripts want to execute AFTER everything else may have possible gotten the messages, you would wa

Re: Crybaby Grows up

2009-02-27 Thread Mark Schonewille
Hi Craig, I'm glad you got it fixed. Lots of front scripts in the IDE send messages to the message box. If you put the message box both (almost) at the bottom and at the to of the message hierarchy, you get a big mess. Usually, I don't insert stack scripts into front or back. For this pu

Re: Main stack and substack order in the message path

2009-02-27 Thread Bob Sneidar
Hawaii you say! My Dad lives on Oahu, in Kailua. :-) Bob Sneidar IT Manager Logos Management Calvary Chapel CM On Feb 27, 2009, at 11:12 AM, Jim Bufalini wrote: Thanks Mark, Scott, and Bob Scott, that's the trick. A combination of StacksInUse and reissuing a *start using* revises the order

Crybaby Grows up

2009-02-27 Thread DunbarX
So I was looking at the actual openstack handler, which was: "insert the script of this stack into back" (also was "start using this stack") And thought I would change it to: "insert the script of stack myStack into back" Fixed. Done. And it all makes sense. I am relieved that it was me and no

Re: Single File Details

2009-02-27 Thread Mark Schonewille
Hi Len, Use the lineoffset function to find the URL-encoded file name in the detailed files. When you know which line you need, you can take the file size and resource fork size to calculate the total file size. What exactly are you doing with the WAV files? If you use a command line util

RE: Main stack and substack order in the message path

2009-02-27 Thread Jim Bufalini
Thanks Mark, Scott, and Bob Scott, that's the trick. A combination of StacksInUse and reissuing a *start using* revises the order. So, if the correct stack is not first in StackInUse, then a start using will put it there. Thanks everyone! Aloha from Hawaii Jim Bufalni > -Original Message---

Re: Crybaby Interesting News

2009-02-27 Thread J. Landman Gay
dunb...@aol.com wrote: I want the utility stack to insinuate itself into the message heirarchy whenever I open it. In HC, I place it in use on openstack, so it receives messages from all stacks. In Rev, I see there are more options, and I have not learned enough to know which might be best, or

Single File Details

2009-02-27 Thread len-morgan
I can't seem to find a command for this: I want to get a list of files to be converted (they happen to be wav files but it doesn't really matter). As I go through each file in the list, I want to be able to update a progress bar that indicates how far through the list I am and another one that in

Re: Crybaby

2009-02-27 Thread J. Landman Gay
Bernard Devlin wrote: I regret to say that I too must be an original. Well you can't both be original. I take it back. :) I have had the /REVEXCLUDED02 message, but I've never tried anything as ambitious as Craig. I'm one of those users whose only used a frontscript or backscript about once

Re: Main stack and substack order in the message path

2009-02-27 Thread Bob Sneidar
It looks like Start Using inserts the script of the stack into the front of the message path, meaning it will receive all messages first. You can just see why that would be a good idea! You want the stack you last opened to be the one that gets the messages. You can alternatively use the In

Re: Crybaby Interesting News

2009-02-27 Thread DunbarX
In a message dated 2/27/09 12:28:03 PM, mwie...@ahsoftware.net writes: > I'm a wee bit confused about this part. Why would you want an > openStack handler in a backscript that puts the stack script into the > back? > I want the utility stack to insinuate itself into the message heirarchy when

Re: Main stack and substack order in the message path

2009-02-27 Thread Scott Rossi
Recently, Jim Bufalini wrote: >> The workaround might be to have stack A call "start using stack ABC" >> (and >> the same with the other stack) to make sure the substack is used first >> when >> necessary. > > This is done and it is actually the problem. > > I actually discovered this in two way

Re: Crybaby Interesting News

2009-02-27 Thread DunbarX
Richard: Do you mean navigating in "A"? The receiving stack is "B". I have no plug-ins at all. I am a newbie. Have you seen that at least one other person sees this behavior? Craig Newman In a message dated 2/27/09 11:56:07 AM, ambassa...@fourthworld.com writes: > When I do this I get beeps

RE: Main stack and substack order in the message path

2009-02-27 Thread Jim Bufalini
Hi Scott, > The workaround might be to have stack A call "start using stack ABC" > (and > the same with the other stack) to make sure the substack is used first > when > necessary. This is done and it is actually the problem. I actually discovered this in two ways working on an update for ListM

Re: Crybaby Interesting News

2009-02-27 Thread Mark Wieder
DunbarX- Friday, February 27, 2009, 7:07:36 AM, you wrote: > 2- Create another new mainstack. Name it "B". Write an openstack handler in > "B" that puts the stack script into "back", and an opencard handler that > simply > beeps. I'm a wee bit confused about this part. Why would you want an ope

Re: Crybaby Interesting News

2009-02-27 Thread DunbarX
AHA! Well, it isn't me, which is rare. I also have gotten that insane loop and freeze stuff, but it stopped when I commented out the "/REVEXCLUDE02" line in the msg stack script. Anyone but me think this is a cancer growing on the Revidency? Craig Newman In a message dated 2/27/09 11:44:31

Re: Main stack and substack order in the message path

2009-02-27 Thread Mark Wieder
Jim- Friday, February 27, 2009, 9:03:41 AM, you wrote: > I didn't say automatically. Each lib is placed by a start using statement in Silly me. I assumed you meant that substacks would be used automatically. On rereading I see it differently. -- -Mark Wieder mwie...@ahsoftware.net __

RE: Main stack and substack order in the message path

2009-02-27 Thread Jim Bufalini
Hi Mark, > -Original Message- > From: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- > boun...@lists.runrev.com] On Behalf Of Mark Wieder > Sent: Friday, February 27, 2009 6:45 AM > To: How to use Revolution > Subject: Re: Main stack and substack order in the message path

Re: Crybaby Interesting News

2009-02-27 Thread Richard Gaskin
Craig wrote: OK, 1- Create a new mainstack of two cards. Name it "A". 2- Create another new mainstack. Name it "B". Write an openstack handler in "B" that puts the stack script into "back", and an opencard handler that simply beeps. 3- Go to stack "A" and move from card to card. I get beeps f

Re: Main stack and substack order in the message path

2009-02-27 Thread Scott Rossi
Recently, Jim Bufalini wrote: > Let's say you have main stack A with a substack that is a lib called ABC and > you start using ABC on launch. You then launch a completely different main > stack called X with an identical substack lib called XYZ and then start > using XYZ on launch of main stack X.

Re: Main stack and substack order in the message path

2009-02-27 Thread Mark Wieder
Jim- Friday, February 27, 2009, 8:05:30 AM, you wrote: > Wouldn't it be logical that the substack of the main stack of the card would > be searched in the message path before the substack of another completely In some alternate universe perhaps. But substacks are not automatically placed into th

Re: Crybaby Interesting News

2009-02-27 Thread Andre.Bisseret
Le 27 févr. 09 à 16:07, dunb...@aol.com a écrit : OK, 1- Create a new mainstack of two cards. Name it "A". 2- Create another new mainstack. Name it "B". Write an openstack handler in "B" that puts the stack script into "back", and an opencard handler that simply beeps. 3- Go to stack "A"

Re: Gutenberg Reader

2009-02-27 Thread Joe Lewis Wilkins
Thanks, Peter. This is a marvelous resource. Now to read them all! (huge smile) I just wish everything were much larger. I'll see what I can do with the stack one day. Joe Wilkins OSX Leopard, MacPro On Feb 27, 2009, at 7:12 AM, Peter Brigham MD wrote: The stack is available under my users

Main stack and substack order in the message path

2009-02-27 Thread Jim Bufalini
Hi All, I wonder if someone can explain this to me and the way around it. Let's say you have main stack A with a substack that is a lib called ABC and you start using ABC on launch. You then launch a completely different main stack called X with an identical substack lib called XYZ and then start

Re: Gutenberg Reader

2009-02-27 Thread Peter Brigham MD
On Fri, 27 Feb 2009 09:15:1, Sarah Reichelt wrote: Anyone have ideas on why the standalone builder won't build a Mac standalone for me that works on all CPUs/OSX versions? Or what a workaround might look like? I don't want to try to distribute a standalone widely under these conditions,

Re: Gutenberg Reader

2009-02-27 Thread Peter Brigham MD
Where do we get it, Peter? Joe Wilkins On Feb 26, 2009, at 2:35 PM, Peter Brigham MD wrote: OK, did this. Would appreciate it if those for whom the application didn't open would try the current version now. Peter M. Brigham pmb...@gmail.com The stack is available under my userspace in RevOn

Crybaby Interesting News

2009-02-27 Thread DunbarX
OK, 1- Create a new mainstack of two cards. Name it "A". 2- Create another new mainstack. Name it "B". Write an openstack handler in "B" that puts the stack script into "back", and an opencard handler that simply beeps. 3- Go to stack "A" and move from card to card. I get beeps from stack "B". 4

Re: AW: OT: How to zip two program bundles in one zip?

2009-02-27 Thread Klaus Major
Hi Tiemo, I should have known that, Klaus! EXACTLY! :-D Thank you, you saved my day! You're welcome! Tiemo Best Klaus -- Klaus Major kl...@major-k.de http://www.major-k.de ___ use-revolution mailing list use-revolution@lists.runrev.com Ple

AW: OT: How to zip two program bundles in one zip?

2009-02-27 Thread Tiemo Hollmann TB
I should have known that, Klaus! Thank you, you saved my day! Tiemo > -Ursprüngliche Nachricht- > Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- > boun...@lists.runrev.com] Im Auftrag von Klaus Major > Gesendet: Freitag, 27. Februar 2009 13:04 > An: How to use Revolut

Re: OT: How to zip two program bundles in one zip?

2009-02-27 Thread Klaus Major
Hi Tiemo, Hello, I have an update routine, where I put my updates in a zip file, download the zip, unzip it and copy the content files to the different target dirs. This works fine with single files and also with one program bundle. But if I put two program bundles in one zip, the update

OT: How to zip two program bundles in one zip?

2009-02-27 Thread Tiemo Hollmann TB
Hello, I have an update routine, where I put my updates in a zip file, download the zip, unzip it and copy the content files to the different target dirs. This works fine with single files and also with one program bundle. But if I put two program bundles in one zip, the update gets messed up, pro

Re: Polygon Games

2009-02-27 Thread René Micout
Hello Richmond, Very interesting, thank you ! Bons souvenirs de Paris René Le 25 févr. 09 à 19:33, Richmond Mathewson a écrit : Just had an odd idea, and implemented it: "POLYGON GAMES.rev" at revOnline under 'Richmond' nothing much just now; wondering about integrating it into my "Button Bas

Re: Crybaby

2009-02-27 Thread Bernard Devlin
On Fri, Feb 27, 2009 at 6:28 AM, J. Landman Gay wrote: > dunbarx wrote: > >> I don't know, shooting a simple message like openCard right off of >> its path is profoundly disturbing. >> > > In ten years I've never seen anything like that, and it seems like no one > else has either. You're original.

Re: Crybaby

2009-02-27 Thread Mark Schonewille
Hi Jacuq and Craig, Right, I see that too. The message box doesn't remember what the current stack is and, worse, it doesn't remember when it needs to refer to itself sometimes. This has several weird effects, one of them being . I ca