Re: What's The Verdict, Web or Not?

2006-07-08 Thread Judy Perry
Hmmm... despite the very long threads on their user list(s) entitled "nail in the coffin" that existed even 2 to 3 years ago? Yikes!! but you already know why I'm not fond of Director... Judy On Mon, 3 Jul 2006, Richard Gaskin wrote: > Bill Marriott wrote: > > By a plug-in "comparable [to Rev]"

Re: What's The Verdict, Web or Not?

2006-07-08 Thread Judy Perry
Greg, Sorry, I've been in Hotlanta visiting my parents with the kiddies, so I'm weighing in WAAYYY LATE on this. But, for what it's worth, I'm a poster child for "weak, infantile users... who could never program their way out of a paper sack..." And have been since ever looking at Hypercard. I

Re: RevConWest06 slideshow is on the air

2006-07-08 Thread Dan Shafer
If we have another RevCon in Monterey, we may want to use this as an enticing advertisement! On 7/8/06, Chipp Walters <[EMAIL PROTECTED]> wrote: Thank-you Sandy for sharing these again this year. They all look great. Monterey is such a beautiful place and your pictures take me right back ther

Re: RevConWest06 slideshow is on the air

2006-07-08 Thread Chipp Walters
Thank-you Sandy for sharing these again this year. They all look great. Monterey is such a beautiful place and your pictures take me right back there. Superb. Chipp ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url t

Re: Open .tiff files in Rev?

2006-07-08 Thread Ken Ray
>>> Rev 2.6.1 / OS X You can AppleScript the Image Events application to do this. See: http://www.apple.com/applescript/imageevents/03.html And look for the header called "File Conversion". :-) Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/

Re: Open .tiff files in Rev?

2006-07-08 Thread Garrett Hylltun
Garrett Hylltun wrote: Ken Ray wrote: Rev 2.6.1 / OS X Greetings, For some reason I had it in my mind that Rev could open .tiff files, but I found that I was wrong. Does anyone know of a way to load .tiff files into Rev, or of a way to convert the images via command line through Rev? What

Re: Open .textclipping file in Rev?

2006-07-08 Thread J. Landman Gay
Garrett Hylltun wrote: You're welcome, but I should probably have mentioned that clipping files often have long file names of more than 32 characters, which means the names get internally hashed by the OS. When that happens, you'll hit the problem where Rev thinks the file isn't "found". T

Re: Open .textclipping file in Rev?

2006-07-08 Thread Garrett Hylltun
J. Landman Gay wrote: Garrett Hylltun wrote: > J. Landman Gay wrote: >> Garrett Hylltun wrote: >>> Rev 2.6.1 / OS X >>> >>> Greetings, >>> >>> Does anyone know how on earth to open a .textclipping file in Rev? >> >> Like this: >> >> put getResource(theFilePath,"TEXT",256) into theClip

Re: Open .textclipping file in Rev?

2006-07-08 Thread J. Landman Gay
Garrett Hylltun wrote: > J. Landman Gay wrote: >> Garrett Hylltun wrote: >>> Rev 2.6.1 / OS X >>> >>> Greetings, >>> >>> Does anyone know how on earth to open a .textclipping file in Rev? >> >> Like this: >> >> put getResource(theFilePath,"TEXT",256) into theClipText >> > > Thank you Jacqueline :

Re: Open .textclipping file in Rev?

2006-07-08 Thread Garrett Hylltun
J. Landman Gay wrote: Garrett Hylltun wrote: Rev 2.6.1 / OS X Greetings, Does anyone know how on earth to open a .textclipping file in Rev? Like this: put getResource(theFilePath,"TEXT",256) into theClipText Thank you Jacqueline :-) -Garrett

Re: Open .textclipping file in Rev?

2006-07-08 Thread J. Landman Gay
Garrett Hylltun wrote: Rev 2.6.1 / OS X Greetings, Does anyone know how on earth to open a .textclipping file in Rev? Like this: put getResource(theFilePath,"TEXT",256) into theClipText -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://ww

Re: Open .tiff files in Rev?

2006-07-08 Thread Garrett Hylltun
Ken Ray wrote: Rev 2.6.1 / OS X Greetings, For some reason I had it in my mind that Rev could open .tiff files, but I found that I was wrong. Does anyone know of a way to load .tiff files into Rev, or of a way to convert the images via command line through Rev? What platform(s)? >> Rev 2.

Re: Open .tiff files in Rev?

2006-07-08 Thread Ken Ray
> Rev 2.6.1 / OS X > > Greetings, > > > For some reason I had it in my mind that Rev could open .tiff files, but > I found that I was wrong. Does anyone know of a way to load .tiff files > into Rev, or of a way to convert the images via command line through Rev? What platform(s)? Ken Ray Son

Open .tiff files in Rev?

2006-07-08 Thread Garrett Hylltun
Rev 2.6.1 / OS X Greetings, For some reason I had it in my mind that Rev could open .tiff files, but I found that I was wrong. Does anyone know of a way to load .tiff files into Rev, or of a way to convert the images via command line through Rev? Thanks, -Garrett __

Open .textclipping file in Rev?

2006-07-08 Thread Garrett Hylltun
Rev 2.6.1 / OS X Greetings, Does anyone know how on earth to open a .textclipping file in Rev? Thanks, -Garrett ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscript

Re: Close non Rev apps via Rev apps?

2006-07-08 Thread Garrett Hylltun
Sarah Reichelt wrote: [snip] I don't think it's possible to close the program directly from my Rev app, but is it possible via AppleScript? Here is an AppleScript that will check if Mail is running & quit it if so. tell application "Finder" if exists application process "Mail" then

Re: [OT] Market Share

2006-07-08 Thread Mark Swindell
Niether fanning nor dousing, but I thought this an interesting tidbit. -Mark http://arstechnica.com/journals/apple.ars/2006/7/8/4569 ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and mana

Re: Close non Rev apps via Rev apps?

2006-07-08 Thread Sarah Reichelt
Is it possible to close a program that is not related to my own Rev made app? I want to close and re-open another app after some changes have been made to it's settings file. I don't think it's possible to close the program directly from my Rev app, but is it possible via AppleScript? Here is

Close non Rev apps via Rev apps?

2006-07-08 Thread Garrett Hylltun
Rev 2.6.1 / OS X Greetings, Is it possible to close a program that is not related to my own Rev made app? I want to close and re-open another app after some changes have been made to it's settings file. I don't think it's possible to close the program directly from my Rev app, but is it p

Re: [OT] Market Share

2006-07-08 Thread Jim Carwardine
Yeah... Lets end this thread. No need to rekindle any comparison wars. Simple fact is, I'm in both niches and thankful that Rev is too. I wouldn't be a Rev customer if Rev wasn't what it is - HC on steroids... Jim on 7/8/06 3:57 PM, Chipp Walters wrote: > I'm going to have to duck the troll thi

Re: RevConWest06 slideshow is on the air

2006-07-08 Thread Jeffrey Reynolds
Sandy, Thanks so much for the great slide show. its wonderful to see great images of where i grew up and folks experiences there at at the aquarium (the mba has been a big part of my life -- working there off and on for decades now) and always wonderful to hear when revcon happens there!

Re: [OT] Market Share

2006-07-08 Thread Chipp Walters
I'm going to have to duck the troll this time. Though shooting ducks on the pond is a favorite pastime, and these are right there and up close ;-) -Chipp On 7/8/06, Jim Carwardine <[EMAIL PROTECTED]> wrote: I'm not techy either, just a person who has been around computers since Adam - or so it

Re: [OT] Market Share

2006-07-08 Thread Jim Carwardine
Rob... I should have been more clear on what I meant. I don't argue that there are refinements on the PC that don't appear on the Mac, as you have listed. One would have to expect that given the proliferation of PC's as an economic base for such things... I'm not techy either, just a person who

Re: standalone application problem

2006-07-08 Thread J. Landman Gay
Michael Robinson wrote: > I see what you mean, but it did work in the preopenstck handler until > now, changed it to openstack handler but it still does not work the > first time. > Any other thoughts Not really, since it is hard to debug a problem that isn't in front of me. I think you will hav

RE: RevConWest06 slideshow is on the air

2006-07-08 Thread Lynn Fredricks
> http://www.troutfoot.com/rev/revmovie2.html Hi Sandy, Did you shoot all of those pictures? Those are some extremely professional looking compositions! But how did you get that picture of me sunbathing on that rock?;-) Best regards, Lynn Fredricks Worldwide Business Operations Runtime Revolut

Re: standalone application problem

2006-07-08 Thread Michael Robinson
Jacqueline, I see what you mean, but it did work in the preopenstck handler until now, changed it to openstack handler but it still does not work the first time. Any other thoughts Thanks Mike On Jul 7, 2006, at 8:34 PM, J. Landman Gay wrote: Michael Robinson wrote: > > I will try to g

Re: RevConWest06 slideshow is on the air

2006-07-08 Thread Tereza Snyder
Sandy, Beautiful images! I didn't get to the aquarium this year myself. Your lovely presentation fills that gap a bit. ...a bit, Thank you, t -- Tereza Snyder Califex Software, Inc. www.califexsoftware.com ___ use-revolution mailing list

Re: Rev for Linux "Seal of Approval"

2006-07-08 Thread Alex Shaw
hi Linux is a great platform for server style rev development. Currently I'm researching & testing on Xubuntu, a variation of Ubuntu but using the Xfce desktop which rev positively flies. I have used a number of distros in the past, but I certainly don't consider myself a full penguin. Aside

[ANN] Scripter's Scrapbook API

2006-07-08 Thread FlexibleLearning
The Flexible Learning Company is delighted to announce a new direction for The Scripter's Scrapbook... You can now 'Script your own Scrapbook' and develop your own ssBk tools - As requested, the next release of The Scripter's Scrapbook supports an API. The beta version is available on reques

Re: Rev for Linux "Seal of Approval"

2006-07-08 Thread Bob Warren
Thanks for the complement, Chipp. > As I've said, we've actually done a good bit of work on altBrowser for Linux. Frankly, the external interface for RR on Linux is pretty bad. Just ask around. I don't need to ask around, I've felt it beneath my skin for quite some time now.