Re: html entities

2010-10-29 Thread Chris Sheffield
ts.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com ___ use-re

html entities

2010-10-29 Thread Chris Sheffield
hat into a text field and get the htmlText property of that field, is there any way to return the string "día" instead of "día"? When setting the htmlText property, either one works, but Rev always returns the latter. Thoughts? Thanks, Chris -- Chris Sheffield Read Na

Re: Mac standalones (Rev 4.0) don't run under Jaguar (10.2.8)

2010-06-15 Thread Chris Sheffield
part of the app bundle? I will probably end up writing to Rev support about this, but thought I'd ask here first. Responses tend to be a little faster in arriving. Thanks again. On Jun 15, 2010, at 10:53 AM, Chris Sheffield wrote: > Not sure if anyone out there is even still supportin

Mac standalones (Rev 4.0) don't run under Jaguar (10.2.8)

2010-06-15 Thread Chris Sheffield
) and this version (built with 4.0) and the only differences are version information. Everything seems to be correct there. So I'm worried it's an engine problem. Can anyone shed some light on this? Any ideas as to what I could try to make it work? We're in a bit of a pickle if we

revlet newbie questions

2010-02-19 Thread Chris Sheffield
quot;incompatilities" with revlets that appear in that stack. Any takers? If not, can someone point me to a "step-by-step" revlet guide? Hopefully I'm not asking too much. :-) Thanks, Chris -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com __

strange option menu behavior

2010-02-12 Thread Chris Sheffield
ng an option menu this way? Thanks for any suggestions. Chris -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: parental control problems - Mac OS X

2010-02-04 Thread Chris Sheffield
et you all know. And thanks to all those who replied with suggestions. Chris On Jan 28, 2010, at 3:13 PM, Chris Sheffield wrote: > Honestly, I wish that were the case, but I don't think so. This is the same > build of our app that has been running for nearly a year now (updated last &

Re: parental control problems - Mac OS X

2010-01-28 Thread Chris Sheffield
n parental controls that's causing this problem. Again, why it only happens on Rev-built apps, I don't know. On Jan 28, 2010, at 3:03 PM, Sarah Reichelt wrote: > On Fri, Jan 29, 2010 at 4:47 AM, Chris Sheffield > wrote: >> Jacque, >> >> Here's some more info f

Re: parental control problems - Mac OS X

2010-01-28 Thread Chris Sheffield
ott Rossi wrote: > Recently, Chris Sheffield wrote: > >> I'm wondering if anyone has run into this problem and, if so, what the >> possible fix would be. We have several customers (schools) reporting a >> problem >> with our Rev-built application when trying to implemen

Re: parental control problems - Mac OS X

2010-01-28 Thread Chris Sheffield
it's a Revolution problem. But if it is, this is a very serious issue that needs to get fixed asap if it still exists in the current version of Rev. I believe I used Rev 3.0 when I built this particular standalone. I may try a newer version just to see. Chris On Jan 28, 2010, at 11:47 A

Re: parental control problems - Mac OS X

2010-01-28 Thread Chris Sheffield
s built as a universal binary. We're going to try building only for Intel just to see if there's any difference. Again, this seems to only happen with Rev-built apps. Not sure why. Chris On Jan 28, 2010, at 10:25 AM, J. Landman Gay wrote: > Chris Sheffield wrote: >> Afte

Re: parental control problems - Mac OS X

2010-01-28 Thread Chris Sheffield
Thanks for the suggestions, Jacque. I'll forward this info to our support team. Chris On Jan 28, 2010, at 10:25 AM, J. Landman Gay wrote: > Chris Sheffield wrote: >> After logging in with the student >> account, attempting to launch the app results in the infamous >>

Re: AW: parental control problems - Mac OS X

2010-01-28 Thread Chris Sheffield
control system, or do you > also have customers without such a control experiencing it? > > Are you developing on Mac or Win? > > Tiemo > >> -Ursprüngliche Nachricht- >> Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- >> boun...@li

parental control problems - Mac OS X

2010-01-28 Thread Chris Sheffield
pple has caused the problem to appear for us. Other non-Rev apps seem to be unaffected, however. Thanks for any suggestions, Chris -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com ___ use-revolution mailing list use-revolution@lists.runrev.

Re: Windows title reduced to a single character

2010-01-28 Thread Chris Sheffield
I failed to mention that I have this line of code in my startup handler. Not sure if that's required or not. Might be okay to have it in preOpenStack as well. On Jan 28, 2010, at 8:36 AM, Chris Sheffield wrote: > Hi Sarah, > > I believe this is the workaround we used: >

Re: Windows title reduced to a single character

2010-01-28 Thread Chris Sheffield
tion 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 -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com __

Re: regex question in matchChunk function

2009-12-17 Thread Chris Sheffield
y not that noticeable. Thanks again, Chris -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefere

Re: regex/HTMLText question

2009-12-15 Thread Chris Sheffield
easily extendable, since we are just crunching > data. > > Not that there isn't a good regex solution as well... > > Craig Newman > ___ > use-revolution mailing list > use-revolution@lists.runrev.com > Please visit this url to su

Re: regex question in matchChunk function

2009-12-15 Thread Chris Sheffield
bly make it work (manually checking for punctuation, spaces, etc.). Not pretty, but might work. Thanks again, Chris On Dec 15, 2009, at 1:05 PM, Troy Rollins wrote: > > On Dec 15, 2009, at 1:46 PM, Chris Sheffield wrote: > >> Can anyone help? Is there a way to do this? Or can som

regex question in matchChunk function

2009-12-15 Thread Chris Sheffield
ace in my search string. Can anyone help? Is there a way to do this? Or can someone recommend another method of accomplishing the same thing? Keep in mind that this needs to search whole words in a story passage, and we're dealing with all kinds of

Re: csv parser

2009-11-16 Thread Chris Sheffield
Great. Thanks, Alex. This will definitely come in handy. Point taken about using tabs vs. commas as the delimiter. That would be my preference too, but I'm not sure I have control in this case. We'll see. Thanks again, Chris On Nov 13, 2009, at 4:04 PM, Alex Tweedly wrote: > Ch

csv parser

2009-11-13 Thread Chris Sheffield
in Rev and would be willing to share it. I'm in need of something that will read/write values to a csv file. I'll create my own if I have to, but obviously it would save me a ton of time if I don't have to. Thanks, Chris -- Chris Sheffield Read Na

Re: How to filter a big list

2009-10-19 Thread Chris Sheffield
evolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com ___ use-

Test

2009-08-28 Thread Chris Sheffield
Please ignore. Just testing some e-mail account settings. :-) ___ 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/listin

Re: Launch another app from my standalone

2009-08-28 Thread Chris Sheffield
xe or .app as part of the app's name. Good luck. Chris Sheffield On 8/28/09 8:50 AM, "Adrian Williams" wrote: > Thanks Ray, but I don't want a navigation dialog to select it, I want > the app to launch automatically. > Adrian > > On 28 Aug 2009, at 18:38, Ray Hor

Re: Passwords in standalone settings not working

2009-05-29 Thread Chris Sheffield
://snapper.economy-x-talk.com ___ 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: Animate contents of a stack/card to turn like a page

2009-03-30 Thread Chris Sheffield
World Revolution training and consulting: http://www.fourthworld.com Webzine for Rev developers: http://www.revjournal.com ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscrip

Re: Does ctrl+q work?

2009-03-09 Thread Chris Sheffield
be much help here. -- -Mark Wieder mwie...@ahsoftware.net ___ 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/list

Re: Does ctrl+q work?

2009-03-06 Thread Chris Sheffield
Thanks, Mark. Unfortunately we're talking about the behavior in a standalone, not the IDE. On Mar 6, 2009, at 4:19 PM, Mark Wieder wrote: Chris- Try dumping your preferences file. I have to do that regularly to get control-C working again after the prefs eat it. pita. -- -Mark Wieder mwie

Does ctrl+q work?

2009-03-06 Thread Chris Sheffield
other letters, however. I've tested this in my stack's script. Maybe there's something I could do with rawKeyDown. That's the only other route I haven't tried. Other suggestions would be most welcome. Thanks. -- Chris Sheffield Read Naturally, Inc. www.readnaturally

Re: Good looking examples of applications built with Revolution

2009-02-17 Thread Chris Sheffield
bscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe a

Re: DOS window and shell function

2008-12-03 Thread Chris Sheffield
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 -- Chris Sheffield Read Naturally, Inc. www.readnat

Re: Rev 3 Player/Stack Title Bug - Help?

2008-11-19 Thread Chris Sheffield
bscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com ___ use-revolution mailing list use-revolution@lists.runrev.com Please visi

Re: building a installer with rev

2008-11-14 Thread Chris Sheffield
allowing the user to copy files to HD. If you're not familiar with InnoSetup, I recommend using ISTool, a third-party interface that provides a lot of extra functionality that you would otherwise have to script yourself. HTH, Chris Sheffield On Nov 14, 2008, at 1:54 AM, Tiemo Hollmann T

Re: List of all possible messages?

2008-10-08 Thread Chris Sheffield
essages that can be sent in Rev? Thanks, m ___ 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-revol

Re: Urgent! Standalone Problem!!!

2008-09-18 Thread Chris Sheffield
any idea on how to solve this? All the Best Dave ___ 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/list

not getting my posts

2008-09-18 Thread Chris Sheffield
For some reason I'm not getting my own posts even though in my settings I've opted to do so. Anyone else having this problem? And no, they're not getting stuck in my spam/junk folder. -- Chris Sheffield Read Naturally, Inc. www.re

Re: OS9 standalone builds

2008-09-18 Thread Chris Sheffield
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 -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com ___

PCWorld

2008-09-11 Thread Chris Sheffield
Way to go RunRev. I may be wrong, but this is the first time in my memory that there has been an announcement on PCWorld. http://www.pcworld.com/article/150946/.html?tk=rss_news Congratulations! Chris -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com

Re: semi-OT: can Rev pre-populate data on a web form?

2008-09-11 Thread Chris Sheffield
Just wanted to write and say thanks to Trevor, Ben, and Jim. Using the web form is working great. I just needed a little push in the right direction, and I got it here. So thanks for the suggestions. Chris On Sep 5, 2008, at 3:28 AM, Ben Rubinstein wrote: Chris Sheffield wrote: So my main

Re: semi-OT: can Rev pre-populate data on a web form?

2008-09-05 Thread Chris Sheffield
Thanks for the response and good explanation, Ben. This may be exactly what I need. I'll be giving it a try today. Chris On Sep 5, 2008, at 3:28 AM, Ben Rubinstein wrote: Chris Sheffield wrote: So my main question is, can Rev send data to a web form like this in such a way that wha

semi-OT: can Rev pre-populate data on a web form?

2008-09-04 Thread Chris Sheffield
x27;m talking about. :-) If anyone can help or can offer any other suggestions for how to accomplish something similar, it'd be much appreciated. Thanks, Chris -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com ___ use-revoluti

Re: Mac icon specifications

2008-08-22 Thread Chris Sheffield
update to 6.31 and try to load/ save your icon? Does it fix the issue? Regards, Marc - Axialis Team www.axialis.com On Aug 21, 5:16 pm, Chris Sheffield <[EMAIL PROTECTED]> wrote: Just to let everyone know, I got the artwork from the artist, plugged the images into Icon Composer,

Re: Mac icon specifications

2008-08-21 Thread Chris Sheffield
n/listinfo/use-revolution -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.

Re: Mac icon specifications

2008-08-20 Thread Chris Sheffield
I'm pretty sure the 512 size at least is only supported under Leopard. Not sure about the 256 size. I'm running Leopard, but this app will have to run on 10.3 and up. So maybe we should simply stick with the 128 size? On Aug 20, 2008, at 10:42 AM, J. Landman Gay wrote: Chris

Re: Mac icon specifications

2008-08-20 Thread Chris Sheffield
the artist and see what he can do. Thanks again. Chris On Aug 20, 2008, at 10:08 AM, J. Landman Gay wrote: Chris Sheffield wrote: I don't think that's necessary. At least, it never has been in the past. Specifying an icon to use in the Standalone Application Settings is supposed

Re: Mac icon specifications

2008-08-20 Thread Chris Sheffield
chonewille ___ 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 -- Chris Sheffield Read Naturally

Re: Mac icon specifications

2008-08-20 Thread Chris Sheffield
the file, or get the info window and click on the icon in that window followed by a press on backspace key. There might be more tricks to make the icon appear. -- Best regards, Mark Schonewille -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com _

Re: Mac icon specifications

2008-08-20 Thread Chris Sheffield
e (???) and then use the 'show info' option. Then copy and paste the icon file and then built the app. Greetings, William 2008/8/20 Chris Sheffield <[EMAIL PROTECTED]>: Forgive me if this has been covered in the past, but I can't seem to find any info about it. We have a g

Mac icon specifications

2008-08-20 Thread Chris Sheffield
or is it something in Revolution? We've not had trouble with icons in the past. The artist is using a program called Axialis IconWorkshop to create both Win and Mac icons. Any help would be appreciated. Thanks, Chris -- Chris Sheffield Read Naturally, Inc. www.re

Re: A Simple Question: How do I draw a vertical line?

2008-08-19 Thread Chris Sheffield
l to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com ___ use-revolution mailing list use-revolution@lists.runrev.com Pleas

Re: Intercepting new card

2008-07-02 Thread Chris Sheffield
that belongs to others." ___ 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 -- Chris Sheffield Read Natural

Re: Intercepting new card

2008-07-02 Thread Chris Sheffield
you lose yours." ___ 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 -- Chris Sheffield Read Naturally, Inc. w

Re: Standalone Not Running for a Customer

2008-06-12 Thread Chris Sheffield
_ 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 -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com __

Re: Time to upgrade my Techniquie...

2008-06-10 Thread Chris Sheffield
HTH, Joe Wilkins ___ 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 -- Chris Sheffield

Re: [ANN] GLX Application Framework

2008-04-02 Thread Chris Sheffield
<http://glxapp.screenstepslive.com/> -- Download -- If the framework still seems interesting after looking at the tutorials you can download the framework files here: <http://www.bluemangolearning.com/developer/revolution/glxapp_framework/glx_application_framework.zip > Chris Sheffiel

Re: Question with CGI at JaguarPC..

2008-02-20 Thread Chris Sheffield
strange, but it has worked for me. Chris -- Chris Sheffield Read Naturally, Inc. On Feb 20, 2008, at 3:42 PM, Chipp Walters wrote: Well, I got the cgi up and running. "Open stack" worked fine. Supposedly you need to call "close stack" though I haven't tested

check for a CD

2008-01-22 Thread Chris Sheffield
tions would be appreciated. Thanks, Chris -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription p

Re: cancel a wait

2008-01-16 Thread Chris Sheffield
Thanks for the suggestion Eric. That probably would work. Unfortunately, it would probably require a fairly big code rewrite in order to accomplish it, which I was hoping to avoid. But maybe that's my only option. On Jan 16, 2008, at 11:00 AM, Eric Chatonet wrote: Hi Chris, Instead of u

cancel a wait

2008-01-16 Thread Chris Sheffield
rd finishes, is there some way to cancel that wait...with messages? Does that make sense? Let me know if I need to clarify. Thanks, Chris Sheffield Read Naturally, Inc. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: revBrowser system requirements

2007-12-21 Thread Chris Sheffield
Thanks Chipp. How about the min versions of the OSs supported? Win 2000? Win XP? Panther? Tiger? On Dec 21, 2007, at 2:26 AM, Chipp Walters wrote: Hi Chris, I believe both Mac and PC versions depend on the installation of Safari and Internet Explorer respectively. best, Chipp ___

revBrowser system requirements

2007-12-20 Thread Chris Sheffield
Maybe I'm just totally missing them somewhere, but can someone tell me the requirements for the revBrowser object? I need to know min versions of both Windows and OS X it'll run on. Are the requirements in the docs somewhere? If not, would be very helpful. :-) Thanks, Chris Shef

Re: Place to stash a text file in Vista thats shared by all users?

2007-11-02 Thread Chris Sheffield
t was then that I had to research other locations and found Public Documents to be the best place. Not sure if that really answers your questions or not. :-) Chris -- Chris Sheffield Read Naturally, Inc. On Nov 1, 2007, at 10:24 AM, Eric Chatonet wrote: hris and Richard, I was confr

Re: Place to stash a text file in Vista thats shared by all users?

2007-11-01 Thread Chris Sheffield
irtualStore. The official path is C:\Users\Public\Public Documents. My two cents... Chris Sheffield On Nov 1, 2007, at 9:19 AM, Richard Gaskin wrote: Eric Chatonet wrote: Le 31 oct. 07 à 19:11, rgould8 at aol.com a écrit : Can anyone tell me if there's a directory somewhere in Windows

Re: Leopard

2007-10-17 Thread Chris Sheffield
cribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com www.oneminutereader.com Watch reading achievements rise with Read Naturally's school-to-home program, One Minute Reader. Make re

Re: matchText and accented characters

2007-10-17 Thread Chris Sheffield
so far so good. Thanks again for the suggestions. On Oct 16, 2007, at 5:59 PM, Ken Ray wrote: On Tue, 16 Oct 2007 12:18:54 -0600, Chris Sheffield wrote: Thanks, Andres. But that didn't seem to fix the problem. That property, according to the docs, only seems to apply to the numToChar and ch

Re: matchText and accented characters

2007-10-16 Thread Chris Sheffield
n the unicode setting. Use the following line before your search... set the useUnicode to true Regards, Andres Martinez www.baKno.com On Oct 16, 2007, at 1:59 PM, Chris Sheffield wrote: ___ use-revolution mailing list use-revolution@lists.runrev.com P

Re: matchText and accented characters

2007-10-16 Thread Chris Sheffield
Sorry, I'm using matchChunk, not matchText. But maybe the solution is the same? On Oct 16, 2007, at 11:49 AM, Chris Sheffield wrote: The matchText function seems to be failing when searching for accented characters like á, é, í, ó, or ú. I'm not really up on my regex. Is there

matchText and accented characters

2007-10-16 Thread Chris Sheffield
ot;. Thanks, Chris -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com www.oneminutereader.com Watch reading achievements rise with Read Naturally's school-to-home program, One Minute Reader. Make reading fun straight from your clas

Vista dilemma

2007-08-02 Thread Chris Sheffield
, would this command be available to by any user to run from the shell? This would be a better way to go all around if it's possible. Thanks, Chris ------ Chris Sheffield Read Naturally The Fluency Company htt

Re: [ANN] BvG Docu gets an add-on AAG WebNotes

2007-07-31 Thread Chris Sheffield
se-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 -- Chris Sheffield Read Naturally ___ u

Re: Filtering Columnar Data

2007-07-16 Thread Chris Sheffield
ns up empty. Any advice would be most appreciated. If I can't get the RegEx working for me, I know I can resort to a repeat loop and pull out all lines with myNumber in the fourth item. Regards, Gregory ___ use-revolution mailing list use-revolution@lists.

Re: OT - shell script to kill a process

2007-07-10 Thread Chris Sheffield
p -v 'grep' | awk '{print $1}' | xargs -I pid kill -9 pid -- Chris Sheffield Read Naturally The Fluency Company http://www.readnaturally.com -- ___ u

Re: OT - shell script to kill a process

2007-07-10 Thread Chris Sheffield
if that prints you a list of pid's you should be good to replace the cut pipe with the awk command. By the way, what version of os X are you running..mine doesn't seem to behave as you describe. -- cb On 7/10/07, Chris Sheffield <[EMAIL PROTECTED]> wrote: Okay, I think I

Re: OT - shell script to kill a process

2007-07-10 Thread Chris Sheffield
some other form of cut maybe? Thanks again. On Jul 10, 2007, at 9:28 AM, Chris Sheffield wrote: I've got another question for you though. It concerns the 'cut -d\ -f2' part of this. This doesn't seem to be working correctly. Can you explain more what's suppos

Re: OT - shell script to kill a process

2007-07-10 Thread Chris Sheffield
assed on. I've tried it using TextEdit as well as using my own process in the command. Any thoughts? Thanks, Chris On Jul 9, 2007, at 4:03 PM, Ken Ray wrote: On Mon, 9 Jul 2007 14:46:32 -0600, Chris Sheffield wrote: My Unix scripting knowledge leaves a bit to be desired, so I thoug

Re: OT - shell script to kill a process

2007-07-10 Thread Chris Sheffield
Excellent. Thanks, Chris. On Jul 9, 2007, at 4:06 PM, chris bohnert wrote: "killall ProcessName" should do what you want -- cb On 7/9/07, Chris Sheffield <[EMAIL PROTECTED]> wrote: My Unix scripting knowledge leaves a bit to be desired, so I thought I'd ask here for

OT - shell script to kill a process

2007-07-09 Thread Chris Sheffield
an execute from within the installer that will determine, by name, if a given process is running, and then kill it dead if so. Can someone help? Thanks, Chris ------ Chris Sheffield Read Naturally The Fluency Company http://www.readnat

wait for a process in OS X

2007-06-07 Thread Chris Sheffield
Any help would be appreciated. Thanks, Chris ------ Chris Sheffield Read Naturally The Fluency Company http://www.readnaturally.com -- ___ use-revolution mailing

Re: Mac UB standalones and OS versions

2007-06-04 Thread Chris Sheffield
scribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution ------ Chris Sheffield Read Naturally The Fluency Company http://www.readnat

Re: Mac UB standalones and OS versions

2007-06-04 Thread Chris Sheffield
mailman/listinfo/use-revolution ------ Chris Sheffield Read Naturally The Fluency Company http://www.readnaturally.com -- ___ use-revolution mailing list use-revolution@lists.run

Re: Mac UB standalones and OS versions

2007-06-01 Thread Chris Sheffield
One more update. Turns out a PPC standalone built with 2.8.1 does not work either, which makes the issue even more serious. :-( On Jun 1, 2007, at 1:32 PM, Chris Sheffield wrote: Confirmed! UBs built with 2.8.1 *do not* run under OS X 10.2.x. But one built with 2.8.0 does. At least in my

Re: Mac UB standalones and OS versions

2007-06-01 Thread Chris Sheffield
Confirmed! UBs built with 2.8.1 *do not* run under OS X 10.2.x. But one built with 2.8.0 does. At least in my testing. What changed? If no one else has, I'll submit this as a bug. It's a nasty one. Chris On Jun 1, 2007, at 1:17 PM, Chris Sheffield wrote: I'm wondering if th

Re: Mac UB standalones and OS versions

2007-06-01 Thread Chris Sheffield
iling 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 ------ Chris Sheffield Read Naturally The Fluency Company htt

Re: Making OS-Specific Standalones

2007-05-10 Thread Chris Sheffield
visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution ------ Chris Sheffield Read Naturally The Fluency Company http://www.readnat

Re: What's up with this?????

2007-04-19 Thread Chris Sheffield
ing 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 -- Chris Sheffiel

Re: OS X Preferences menu item

2007-04-11 Thread Chris Sheffield
ist 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 ------ Chris Sheffield Read Naturally The Fluency C

OS X Preferences menu item

2007-04-11 Thread Chris Sheffield
eally want to keep my Edit menu. Is there another way that I'm missing? Anyone? Thanks, Chris -- Chris Sheffield Read Naturally The Fluency Company http://www.readnaturally.com -- ___

Re: Back to the Future: Classic support?

2007-04-10 Thread Chris Sheffield
he Valentina library next to the app. You might have to just try it with and without it. Hope that helps. Chris Sheffield On 4/10/07, Shao Sean <[EMAIL PROTECTED]> wrote: Even if Rev doesn't ever bring Classic and *NIX support up to par with the Mac OS X and Windows versions, I&#

Re: Installing a Standalone on Windows

2007-03-26 Thread Chris Sheffield
/use-revolution -- Chris Sheffield Read Naturally The Fluency Company http://www.readnaturally.com -- ___ use-revolution mailing list use-revolution@lists.runrev.com Please vi

Re: "unknown publisher" under Windows Vista

2007-03-23 Thread Chris Sheffield
nrev.com/mailman/listinfo/use-revolution ------ Chris Sheffield Read Naturally The Fluency Company http://www.readnaturally.com -- ___ use-revolution mailing list use-revolution@lists.runre

Re: "unknown publisher" under Windows Vista

2007-03-23 Thread Chris Sheffield
I know. It drives me nuts! Unfortunately my company has to support it, or I probably wouldn't even bother. On Mar 23, 2007, at 11:17 AM, Devin Asay wrote: On Mar 23, 2007, at 11:03 AM, Chris Sheffield wrote: After building my standalone, which is sort of a launcher app for my

"unknown publisher" under Windows Vista

2007-03-23 Thread Chris Sheffield
? I get this warning with other applications I use, mostly those that are older and haven't yet been updated for Vista. Thanks, Chris -- Chris Sheffield Read Naturally The Fluency Company http://www.readnaturally.com ---

Re: make Rev standalone wait for external app

2007-03-07 Thread Chris Sheffield
theoretically should work. ------ Chris Sheffield Read Naturally The Fluency Company http://www.readnaturally.com -- ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

make Rev standalone wait for external app

2007-03-07 Thread Chris Sheffield
application to quit. Any help is appreciated. Thanks, Chris ------ Chris Sheffield Read Naturally The Fluency Company http://www.readnaturally.com -- ___ use-revolut

Re: revZip and rev 2.8 gm-3

2007-02-22 Thread Chris Sheffield
s way. -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

revZip and rev 2.8 gm-3

2007-02-22 Thread Chris Sheffield
I think I'm just not getting it quite right. I'd prefer to use a relative path if possible. Should it be something like "./ [AppBundleName]/Contents/MacOS/Externals/revzip.bundle"? Can anyone help? Thanks, Chris -- Chris Sheffiel

Re: [ANN] Son 2.0

2007-02-21 Thread Chris Sheffield
Congratulations Malte! Both look happy and healthy. :-) Take care, Chris Sheffield On Feb 21, 2007, at 1:17 PM, Malte Brill wrote: Hi all, just wanted to let you know that my second kid arrived today. Mattis Johan Pfaff Length 55 cm Weight 4280 gramm http://www.derbrill.de

Re: stackFileFormat and RunRev 2.8.x

2007-02-21 Thread Chris Sheffield
his just yesterday and it seems to work just fine. Good luck, Chris Sheffield On Feb 21, 2007, at 3:43 AM, Dave wrote: Hi All, Does anyone know if the 2.8.x version of RunRev has the bug fix so that legacy stack format files get saved in the legacy old format? Thanks

Re: answer dialog over modal window

2007-02-12 Thread Chris Sheffield
7;ll report this to Runtime. Either the behavior should reflect the docs, or the docs should reflect the behavior. :-) Thanks, Chris On Feb 12, 2007, at 1:41 PM, Chris Sheffield wrote: I'm having a strange problem. Seems to be happening only under Windows (tested on Windows XP, ser

  1   2   3   4   5   >