Syntax coloring mode for SubEthaEdit

2007-08-08 Thread Christian Langers
Hello all, I have updated the syntax coloring Transcript mode for SubEthatEdit ; it recognizes now private command and private function and shows them in the handler list of the app. Download at : http://www.codingmonkeys.de/subethaedit/modes/ Transcript.mode.zip or for other modes :

libURL - Post: Wait until all previous requests have been handled

2007-08-08 Thread Malte Brill
Hi, I would like to post something (Multipart Formdata) to an URL on mouseUp. Sometimes libURL return error Previous request not completed. How do I find out if the last posts arenĀ“t busy anymore and I can do the next post? All the best, Malte

Script Print Font Size

2007-08-08 Thread Mikey
Yikes! When I print scripts, the text looks like it's at least 12 pt, which is just enormous for these things. I don't see a preference for setting it. Where should I be looking? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third

Re: Script Print Font Size

2007-08-08 Thread Mark Schonewille
Hi, This has been reported three years ago: http://quality.runrev.com/qacenter/show_bug.cgi?id=1657 Perhaps this should be a bug of its own. I haven't found a report that dealt with this issue separately. Best regards, Mark Schonewille -- Economy-x-Talk Consulting and Software

Re: Script Print Font Size

2007-08-08 Thread Mikey
I posted it separately as bug 5290 ___ 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: Script Print Font Size

2007-08-08 Thread Ken Ray
On Wed, 8 Aug 2007 11:13:40 -0400, Mikey wrote: Yikes! When I print scripts, the text looks like it's at least 12 pt, which is just enormous for these things. I don't see a preference for setting it. Where should I be looking? Well, there isn't a separate preference, but the printing uses

Re: Script Print Font Size

2007-08-08 Thread Mikey
It's just freaking cool that you can hack this bugger like this. Here's another question - has anybody started a wiki for hacking RR yet? Between the shells and modified development environments, the enhancement scripts, etc., it would be an interesting projects. I started a blog for this some

Re: Script Print Font Size

2007-08-08 Thread Ken Ray
On Wed, 8 Aug 2007 13:04:25 -0400, Mikey wrote: It's just freaking cool that you can hack this bugger like this. One of the neat things about the Rev IDE being built with Rev... ;-) Of course remember that when Rev releases a new version, it will overwrite any hacks you've added. Here's

BvG Docu + WebNotes offline while migrating site.

2007-08-08 Thread Andre Garzia
Friends, those of you using the new Webnotes powered BvG Docu will not be able to access the webnotes because my site is offline. I am migrating to a shinny new vps, while DNS and everything is migrated and configured, things will be offline. Thanks andre

Re: What opened a plugin?

2007-08-08 Thread Richard Gaskin
Sarah Reichelt wrote: I think this has been asked before, but I don't know if anyone came up with a solution. I have a plugin in the Plugins menu and it opens automatically when Rev starts. When it finishes it's task, I then want it to close itself and go away. If it gets an error, it should

Re: What opened a plugin?

2007-08-08 Thread Sarah Reichelt
I think this has been asked before, but I don't know if anyone came up with a solution. I have a plugin in the Plugins menu and it opens automatically when Rev starts. When it finishes it's task, I then want it to close itself and go away. If it gets an error, it should stay open - that

Command private

2007-08-08 Thread Sarah Reichelt
Hi All, I'm wondering if anyone is using the new handler keywords: command private? I like them and think it makes sense to use them. The only problem is that if I publish a stack, it won't work for anyone who doesn't have version 2.8.1 For anyone interested in more detail, I wrote an article

Best place for putting preferences on a PC?

2007-08-08 Thread Arthur Rann
Hi, I have a cross-platform app I wrote in RunRev. I just know very little about PC programming. I'd like to store a user preference file on their hard drive. On the Mac, I'll put it in their prefs folder. On the PC though, where does that go? Also, is there a way to obtain the MAC address for

Re: Command private

2007-08-08 Thread Chipp Walters
Hi Sarah, Nice article and stack. One thing which I think would be good is to mention in the article where the word 'private' needs to be in relation to 'command' or 'function' So to make a command or function script private, it should be: private command showNewData and private function

Smoothest Way To Play Video

2007-08-08 Thread Bridger Maxwell
Hey, I have a short video (3 seconds?) that plays very choppy, that I need to run smoothly on an old computer (500 MHz). Right now, it is playing from a player object with the movie file referenced. It is layered, so its alwaysBuffer must be set to true. It also has a few callbacks that must

Re: Smoothest Way To Play Video

2007-08-08 Thread Brent Anderson
Hello. Since you're probably using QuickTime for playback, you could look into running it through a more appropriate compressor,perhaps reducing the keyframe rate and/or adjusting the compressor itself to motion graphics on medium quality. If the callbacks are on an even frequency, you

Re: Best place for putting preferences on a PC?

2007-08-08 Thread Bridger Maxwell
Hey, Lastly, I noticed recently that when I go to build the standalone version (a demo) of my app, I get some kind of weird errors in a giant box when I build. It only happened recently, but I get it consistently, every time I try to build that app. It looks like there's a problem with

Re: Best place for putting preferences on a PC?

2007-08-08 Thread Ken Ray
On Wed, 8 Aug 2007 22:02:06 -0500, Arthur Rann wrote: Also, is there a way to obtain the MAC address for their network card, or a machine ID of some sort? Here you go: http://www.sonsothunder.com/devres/revolution/tips/env001.htm Ken Ray Sons of Thunder Software, Inc. Email: [EMAIL

cgi error - with stacks

2007-08-08 Thread chris livermore
Hi Have installed the Linux rev engine, permissions for files are all OK. cgi scripts such as, 'helloworld', and the like, work fine from text files. However I'm now trying to use stack scripts. Have followed the 'addressSearch tutorial' but with no luck. I receive the error; 'Premature end