Re: Distinguishing between ASCII and UTF8

2010-10-07 Thread Jerry J
On Oct 7, 2010, at 11:05 AM, Lynn Fredricks wrote: I still have sweaty nightmares about DOS code pages... I whisper quietly to myself in a corner: EBCDIC. --Jerry Jensen ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: how to identify a 64-bit Windows machine in Rev

2010-09-14 Thread Jerry J
On Sep 14, 2010, at 5:37 PM, Dar Scott wrote: Otherwise, you don't know. Hey Dar, its about time for another food fight! -- Jerry Jensen ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: runrev community : how many licenses? How many users? How many developpers?

2010-06-09 Thread Jerry J
I never found the edit button. When Mark moved us into this map, it put me under a tree in a field a few miles from my house. Someday I'll go find that tree and carve my initials in it! Jerry Jensen On Jun 9, 2010, at 12:43 PM, Jim Kanter wrote: Click on the edit button, zoom in on your

Re: Strange behavior in the IDE

2010-05-19 Thread Jerry J
On May 19, 2010, at 6:10 PM, Andrew Kluthe wrote: Learning revTalk while developing an app with it has left my program in a state semi-disarray and chock full of code revisions and refactoring. I am tempted to recreate what I have from the pool of spaghetti code. I am thinking this will take

Re: Check out Jerry's new videos -- REV to ObjC - iPhone

2010-05-09 Thread Jerry J
Randall, do you understand that Apple never sees any source code? The XCode compiler does its work on YOUR computer. Apple only sees the finished object code. Analyzing the object code can imply what libraries were used to produce it, hence the problem. An intermediate step of C code that

Re: Apples actual response to the Flash issue

2010-05-02 Thread Jerry J
On May 2, 2010, at 4:52 PM, Graham Heather Harrison wrote: Randall Reetz wrote: We are still living in a world where computing exists as pre-written and compiled software that is blindly executed by machines and stacked foundational code that has no idea what it is processing, can only

Re: Is onrev down?

2010-04-05 Thread Jerry J
On Apr 5, 2010, at 2:08 PM, Jim Lambert wrote: Colin wrote: freyr.on-rev.com It's not a very exciting page, but it does load for me in NYC, as do my own pages on on-rev. Everything, cPanel, mail, onRev app work here now, too. Long live Freyr! Freyr is working fine for me too, but

Re: Is onrev down?

2010-04-05 Thread Jerry J
PM, Jerry Daniels jerry.dani...@me.com wrote: Same here. Up and down. No pattern to it. On Apr 5, 2010, at 5:17 PM, Bob Sneidar b...@twft.com wrote: Um... perhaps a foot is? Bob On Apr 5, 2010, at 2:13 PM, Jerry J wrote: Freyr is working fine for me too, but I'm getting a lot

Re: compression AND encryption

2010-01-21 Thread Jerry J
On Jan 21, 2010, at 8:29 PM, stephen barncard wrote: So on encode - (reverse order on decode) 1 compression, then encryption --my guess 2 encrypting, then compression 3 no difference or downside?? I agree with your guess. Most compression algorithms depend on regularities in the data,

Re: Geometry manager

2010-01-20 Thread Jerry J
On Jan 20, 2010, at 6:54 PM, Mark Wieder wrote: ...so put them in groups of 41 and then you only have to write 23 handlers... Can't. 41 is one short of the Answer To Everything. :) No problem. All you have to do is write another group of 23 new handlers... But then it wouldn't be the

Re: Using a player instead of an image

2009-10-09 Thread Jerry J
Good idea, but the problem is that as soon as the engine deals with the image at all, the imagedata is corrupt. See bug #4026 http://quality.runrev.com/qacenter/show_bug.cgi?id=4026 --Jerry Jensen On Oct 9, 2009, at 10:26 AM, Jim Lambert wrote: On Oct 9, 2009, Sarah wrote: So if using

Re: Full screen?

2009-09-21 Thread Jerry J
that there was a libKiosk (maybe by Andre Garzia) that took care of such details. I have some ideas that would want to use such a thing. Was it just a hopeful dream? --Jerry J ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Two questions about trev

2009-09-14 Thread Jerry J
is, at its root, hiding complexity. Good or bad? Thanks again, Richard! --Jerry J ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Problems with snow leopard

2009-09-13 Thread Jerry J
On Sep 13, 2009, at 7:56 PM, Richard Gaskin wrote: With every step Apple takes to eliminate differences between OSes, the less forked code we need to write. As they decrease their unique value, they increase ours. :) Very quotable! Thanks, Richard. --Jerry J

Re: Rev cannot open my jpeg ! - and some serious thinking

2009-07-07 Thread Jerry J
On Jun 28, 2009, at 10:07 AM, Mike Markkula wrote: Sarah, I too wish wish wish Rev would remove the 4095 pixel width limit! (there is no height limit) As is, its a deal breaker for any serious app in the photography arena. I've been looking into the problem with images wider than 4091 pixels

Re: Creepy 2020

2009-07-02 Thread Jerry J
On Jul 2, 2009, at 1:02 PM, Richard Gaskin wrote: While you're at it, it's helpful for privacy advocacy to fill out the application with a completely different demographic profile than yours, so the more people who do this the less useful the database becomes. I heard from a guy in

Re: Inefficient code - Solutions

2009-07-01 Thread Jerry J
to the documentation, stays local, reducing overhead of the message path. regards Bernd Jerry J wrote: Here's a different approach - a recursive algorithm that is very compact...- its very heavy on handler calls -- View this message in context: http://www.nabble.com/Inefficient-code

Re: Inefficient code - Solutions

2009-06-30 Thread Jerry J
it is (or not). --Jerry J On Jun 30, 2009, at 12:08 PM, Generic Email wrote: Bill, this is phenomenal. I added the progress bar BECAUSE it was taking so long. Your code is much faster. I tried adding the revision below to you stack, but I keep botching something and it is recognizing 0

Re: Inefficient code - Solutions

2009-06-30 Thread Jerry J
unchanged pixels; skip this section of data add rangeToCheck to currPixel -- and update the range to encompass the remainder of the image put dataLength - currPixel into rangeToCheck end repeat -- -- Jerry J j...@jhj.com wrote in message news:f1333741-0799-4e69-b341-eb047c9d9

Re: Inefficient code - Solutions

2009-06-30 Thread Jerry J
On Jun 30, 2009, at 7:39 PM, Jerry J wrote: Here's a different approach - a recursive algorithm that is very compact. Its only the fastest of the examples when very few pixels differ, but it hangs in there pretty well throughout. I had no idea how it would do - its very heavy on handler

Re: Rev cannot open my jpeg !

2009-06-27 Thread Jerry J
megapixel images down to 4095 or less across. I'm on MacOS X, and yes my pictures are taken at 13 Mpx. At 8 Mpx it's work, but it's a shame. An we cannot use Rev to resize these pictures Vote for bug # 4026 !! http://quality.runrev.com/qacenter/show_bug.cgi?id=4026 --Jerry J

Re: on-Rev and use-Rev

2009-05-29 Thread Jerry J
On May 29, 2009, at 7:53 PM, Sarah Reichelt wrote: On Sat, May 30, 2009 at 10:22 AM, J. Landman Gay jac...@hyperactivesw.com wrote: Alex Tweedly wrote: PLEASE could we have a way to sign up to receive all forum posts by email Oh yes, PLEASE. With sugar. Anything it takes. Forums are

Re: [OT] Opinions about On-Rev

2009-05-22 Thread Jerry J
: http://www.jhj.on-rev.com (which loads the public_html folder). Its so easy its confusing! --Jerry J ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: [OT] Opinions about On-Rev

2009-05-21 Thread Jerry J
You use the cPanel to AddOn your domain. If you haven't changed the DNS yet, nothing will happen to your old site, and the AddOn routine will complain that the DNS is wrong (which is OK, thats what you are trying to do!) The AddOn routine does everything else correctly. Then you move your

Re: [OT] Opinions about On-Rev

2009-05-21 Thread Jerry J
On May 21, 2009, at 5:09 PM, Sarah Reichelt wrote: I think you can; it certainly seems to allow that, but I get an error message, and the addon domain is not configured, so I can't tell for sure. (But then, I get pretty much the same error just trying to create an addon domain with its own

Re: OT: Increasing the volume in a movie clip

2009-05-19 Thread Jerry J
On May 19, 2009, at 8:14 AM, stephen barncard wrote: Some subscribers here that switched from digest to get-every-email mode seemed happier with the decision. Digest doesn't really organize, it seems to just confuse, and doesn't let one participate in ongoing discussions very well. I

Re: help - why is this no work?!

2009-05-14 Thread Jerry J
2 ^ 49 and then multiply by 8 (by hand), but I promised I'd leave that alone now. Cheer, Jerry J ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

Re: Scripting competition

2009-05-13 Thread Jerry J
of Rev, after all. If all I cared about was speed, I'd write it in C. I promise I'll leave it alone now. 8-) -- Jerry J ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Scripting competition

2009-05-12 Thread Jerry J
is astounding! Thanks, Jerry J ___ 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: Scripting competition results

2009-05-12 Thread Jerry J
char in front of 64000 others could take a while... Cheer, Jerry J ___ 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

Re: Scripting competition results

2009-05-12 Thread Jerry J
On May 12, 2009, at 5:42 PM, Mark Wieder wrote: Jerry- Tuesday, May 12, 2009, 5:31:30 PM, you wrote: Now, to figure out why Brian's Fib code is faster - our algorithms were nearly identical and both are pretty tight code. Without, of course, my silly field-stuffing. It isn't, actually. I

Re: Scripting competition

2009-05-11 Thread Jerry J
From: Mark Wieder mwie...@ahsoftware.net ROTFL. Maybe I should have specified that you have to arrive at the correct answer... I get digests, so I bet somebody beat me to it. This gives the right answers, I think... into your message box: go URL http://jhjensen.com/calcFibs.rev; --Jerry J

Re: Another newb question - How to you clear a field?

2009-05-09 Thread Jerry J
From: J. Landman Gay jac...@hyperactivesw.com Yes, that is what I meant. But Dave Cragg disproved my theory, since apparently the engine works at the same speed in either case (but I am still having trouble believing it; it seems counter-intuitive.) I think it is better scripting form to

Re: [OT] Opinions about On-Rev

2009-04-18 Thread Jerry J
From: J. Landman Gay jac...@hyperactivesw.com For me, I haven't seen such a cool thing since I was gobsmacked by the ability to run a stack from a remote server in one line of script. I just checked - gobsmacked.com is not available. 8-/ -- Jerry J

Re: deleting lines from a list-field

2008-06-25 Thread Jerry J
Sometimes a solution appears when you just flip the problem upsidedown. Jim Lambert Is that because when you turn it upside down, all the problems fall out? :-) Jan Schenkel. Tip the world over on its side and everything loose will land in Los Angeles. - Frank Lloyd Wright

Re: [TIP] Sorting by ValueList and synchronized sorting

2008-06-17 Thread Jerry J
From: Richard Gaskin [EMAIL PROTECTED] But I guess I'm stuck on the old (outdated?) notion that functions are evaluated before their result is used in the calling command The AHA moment for me was some time ago when Jacque shared the beautiful line to shuffle something: sort something by

Re: having to help Rev (was: Re: Memory Leak on export png????)

2007-03-23 Thread Jerry J
From: Dave [EMAIL PROTECTED] Hi, Sounds like a good excuse to write a filter application - in RunRev of course! I don't think that Stephen receives the list via digest though. I do read the list as a digest. I would have expressed my annoyance if Stephen hadn't beaten me to it. Jerry

Re: OMG!!!! Steve Jobs is launching the iPhone and it runs MacOS X.

2007-01-10 Thread Jerry J
From: [EMAIL PROTECTED] By this time next year the iPhone may even bake bread. Paul Looney As Ralph Kramden once said: Will it core a apple? Cheer, Jerry Jensen ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: a rare bird...consult and teach/train

2006-03-25 Thread Jerry J
Subject: Re: a rare bird...consult and teach/train Erik Hansen wrote: --- Dan Shafer [EMAIL PROTECTED] wrote: It's a rare bird who can both consult and teach/train why is that? As a consultant and teacher/trainer, I can answer that. Consulting requires hard, analytical focus on problem,

Re: DMX Stage lighting

2005-12-12 Thread Jerry J
From: Stephen Barncard [EMAIL PROTECTED] From the little I know about stage lighting - they use a dc voltage (0-10v) to control dimmers. So to begin, you'd need an A-D controller that can work with REV, such as the one describe earlier last week: One whole bunch of dimmers I control, in a

RE: Why isn't Rev more popular?

2005-12-05 Thread Jerry J
Date: Mon, 5 Dec 2005 22:50:55 -0600 From: Jerry Saperstein [EMAIL PROTECTED] Subject: RE: Why isn't Rev more popular? snip I've asked the folks at RunTime to honor their promise of a refund. snip Hmm, another one threatening to leave me alone! Somebody who argues for a living and

Re: Table Field Object - how to use?

2005-11-15 Thread Jerry J
From: Alex Tweedly [EMAIL PROTECTED] Subject: Re: Table Field Object - how to use? It might be the tutorial (number 16) by Eric Chatonet of So Smart Software. Can be found at http://www.sosmartsoftware.com/?r=revolution_didacticielsl=en Thanks, Alex, that does it nicely. And thanks Eric, I

Table Field Object - how to use?

2005-11-14 Thread Jerry J
I've been avoiding table fields because of lack of instructions and hints of near-future improvements. Now I have a client who really wants to know, and has a very simple use in mind. I have been looking around in my saved digests (and everywhere else I can think of) but the topic eludes me. I

Re: frappr map

2005-11-12 Thread Jerry J
From: Ken Ray [EMAIL PROTECTED] Subject: Re: frappr map Hey Jerry! Your picture is broken... perhaps upload another? :-) Dunno how that happened - I deleted the original shout, maybe the pic went along, although frappr still had the thumbnail. Never mind, I put a new original up. It was

Re: A must have stack for all...

2005-11-02 Thread Jerry J
altEmailHarness by Chipp Walters using Sean Shao's GREAT libSmtp253 What does this do? Makes sending an email from your stack super simple. And saves me sussing it out by myself! I'm working on a stack that collects level and flow data from several wells, a reservoir and a weather

Re: Stack Switching Question again

2005-10-06 Thread Jerry J
From: Robert Brenstein [EMAIL PROTECTED] Subject: Re: Stack Switching Question again You can even execute scripts remotely using either send or call Wow !!! That puts a whole new spin on start using, doesn't it! -- Jerry Jensen ___ use-revolution

RE: ANN: Updates on MonsieurX

2005-07-27 Thread Jerry J
Hello, MisterX, Here we go again. NO2 is Nitrogen Dioxide, a major contributor to photochemical smog (like in LA). See: http://www.temis.nl/products/no2.html for example. Nitromethane, as in dragster fuel, is CH3NO2, all one molecule. NO2 as a molecule, without the methane radical, is just

Re: revDeleteFolder and Lessons Learned..

2005-07-07 Thread Jerry J
Date: Thu, 07 Jul 2005 21:42:51 -0500 From: Chipp Walters [EMAIL PROTECTED] snippety... My lesson learned is NEVER, NEVER, NEVER use revDeleteFolder. I rewrote the script to use 'the files' and delete each file individually. Hope others can learn from my mistake! ARRRGH!! I have learned.

Re: SPAM

2005-06-30 Thread Jerry J
Stephen, I get the digest, and here's how the header ofyour last message looks to me, with your address in the clear: Message: 9 Date: Thu, 30 Jun 2005 08:40:34 -0500 From: Stephen Barncard [EMAIL PROTECTED] Subject: Re: SPAM To: How to use Revolution use-revolution@lists.runrev.com

Re: compileIt for revolution?

2005-06-22 Thread Jerry J
From: Richard Gaskin [EMAIL PROTECTED] Subject: Re: compileIt for revolution? This is not to suggest that I believe all Rev fans should learn C, so let me please dispel that hyperbole before it arises. All I'm suggesting is that CompileIt! was no panacea, and the effort of using it well

Re: use-revolution Digest, Vol 21, Issue 112

2005-06-20 Thread Jerry J
From: J. Landman Gay [EMAIL PROTECTED] Subject: Re: Food Fight On 6/20/05 1:39 PM, Dar Scott wrote: I had to applaud and I almost regretted buying all that throwable food at the corner market. Almost. For myself, the food fight was a highlight of the conference. Enlisting Andre's throwing

Stop the WAREZ monger

2005-06-01 Thread Jerry J
address I can find for reporting this to AOL is mailto:[EMAIL PROTECTED] which was not that easy to find. Maybe there is a better one. Enough response to AOL will likely stop this. Take a moment to help. Ben, we like writing software for a living. We fight back when you rip us off. Jerry J

Ben's problems

2005-05-27 Thread Jerry J
WITHOUT UNDErSTANDING THE BASIC PRINCIPLES of the WHOLE SYSTEM...which are NOT explained properly...anywhere on the REV site Hey, Ben, you missed the r in UNDErSTANDING. Are you threatening to leave us alone? ___ use-revolution mailing list

External primer

2004-08-10 Thread Jerry J
Date: Mon, 09 Aug 2004 16:17:45 +0100 From: Kevin Miller [EMAIL PROTECTED] Subject: Re: Is Rev too Mac focused? To: How to use Revolution [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=US-ASCII On 8/8/04 8:27 am, Chipp Walters [EMAIL PROTECTED] wrote: Mark Weider

Re: Problems with printing graphics with patterns

2004-07-11 Thread Jerry J
Greg wrote: If any Mac OS X user has a couple of minutes to download the stack from the link above, print the card, and let me know if you encounter the same problem... it would be appreciated. I tried it, and it has the same problem on my system. Mac OS X 10.3.4 HP G85 all-in-one printer via USB.

Re: use-revolution Digest, Vol 9, Issue 15

2004-06-08 Thread Jerry J
Date: Tue, 8 Jun 2004 03:20:28 +0200 From: MisterX [EMAIL PROTECTED] Subject: ANN Props NO2 To: How to use Revolution [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii Hi everyone Here's the first announcement of PropsNO2 (Nitrous Oxide) for RunRev

re: Command option

2003-10-31 Thread jerry j
Jacque wrote: This lets me control-tab to change tools. I never could get used to the Cmd-9/0 thing because it requires the wrong hand. Jim Hurley wrote: Thanks for this tip. Interesting that the right hand is the left hand in this instance. Very sinister. And that the right hand is also the

Re: kodekraker

2003-07-06 Thread jerry j
On 7/4/03 7:04 AM, Ken Norris wrote: However, ALL the scripts are available in the inspector (nothing is locked). The first version I retrieved was locked. The one I downloaded today is open. I think Scott has deprotected it for us. Thanks Scott, it's always nice to see how you accomplish your

Re: A method for opening folders from Rev

2002-10-24 Thread Jerry J
Ken and Mike - Could you guys trim the quotes in your replies please? The last digest was almost half just quotes in that thread. The last message had 10 quotes back (12k) of a message two earlier in the same digest. Thanks, Jerry Jensen ___

Re: Message Watcher (David Vaughan)

2002-05-05 Thread Jerry J
will identify himself shortly. regards David On Sunday, May 5, 2002, at 12:26 , Scott Slaugh wrote: I would like to make a message watcher, like HyperCard had. Does anyone have any ideas of how I could do this? Scott Slaugh -- Cheer, Jerry J http://www.jhj.com/pbooks