Re: Calculating Numbers

2007-05-21 Thread Scott Rossi
Recently, kee nethery wrote: >> start with a base number, say 75, and add > > You mean base as in the starting number and not base as in base16 or > base24 or base75? Yes, a starting number. Thanks for helping me clarify what I'm after. I looking to calculate the value to be added in each step

Re: New date stuff: am I doing something wrong?

2007-05-21 Thread Jeanne A. E. DeVoto
At 12:20 PM +0100 5/18/2007, David Bovill wrote: Ah - so that definitely is a bug :) Should be american date no? So there is no way of taking a date in english - lets say Scottish format and converting it as we cannot assume the user settings... ok so I guess I have to script it. Funny I thought

Re: Calculating Numbers

2007-05-21 Thread kee nethery
When you say start with a base number, say 75, and add You mean base as in the starting number and not base as in base16 or base24 or base75? If that's the case: put 75 into theNum repeat with x = 18 down to 1 add x to theNum if theNum > 254 then exit repeat end if end rep

Re: Decoding a vCard...

2007-05-21 Thread Bill Vlahos
I have a working vCARD import and export but it isn't in a form I can easily post at the moment. It isn't too difficult to do but it is tedious. I have it working with the Address Books on both Mac and Windows but I have not tried it with any other program that does vCARDs yet. Note that Ap

Re: WARNING BUG ! Rev fails to Communicate

2007-05-21 Thread Mark Wieder
Camm29- Monday, May 21, 2007, 2:12:05 PM, you wrote: > Should Rev have locked up in that way ?? , other applications did not ? > Shall I remove the report ??? Well, here's my two cents: My guess is that the lockup was in the virtual driver rather than in tha calling code, so I'd close this one

Re: Build for Classic

2007-05-21 Thread Mark Wieder
Kevin- I want to add my thanks for clearing this up as well. As I've mentioned, OS9 support isn't on the list of things I need, but I certainly note the interest of others here. I think one of the main things that would benefit folks who need to deploy to OS9 would be support for the "new" file fo

Re: Decoding a vCard...

2007-05-21 Thread Mark Wieder
Jim- Monday, May 21, 2007, 7:26:12 AM, you wrote: > I used Mark Weider's archive search but didn't come up with any hits on > vObject or vCard. Does that search work or is there a better one? His > looks pretty good... Jim Thanks. Are you using the latest version? What search engines did you h

Calculating Numbers

2007-05-21 Thread Scott Rossi
Being math challenged as I am, I'm wondering if any of the math experts out there can explain how to increase the value of a variable by a progressively decreasing amount. I believe this might be referred to as logarithmic change(?). In any event, I want to start with a base number, say 75, and a

Re: Code Signing Anyone?

2007-05-21 Thread J. Landman Gay
Bill Marriott wrote: Scott, I sign my executables (installers and program or stand alones) having purchased a certificate. My question is how many people here sign there executables? Would you be interested in an article in the Revolution newsletter about code signing (and how to get a heft

Re: Code Signing Anyone?

2007-05-21 Thread Richard Gaskin
Shari wrote: I sign my executables (installers and program or stand alones) having purchased a certificate. My question is how many people here sign there executables? Would you be interested in an article in the Revolution newsletter about code signing (and how to get a hefty discount on yo

Re: Code Signing Anyone?

2007-05-21 Thread Bill Marriott
Scott, > I sign my executables (installers and program or stand alones) having > purchased a certificate. My question is how many people here sign there > executables? Would you be interested in an article in the Revolution > newsletter about code signing (and how to get a hefty discount on y

Re: Code Signing Anyone?

2007-05-21 Thread Scott Kane
From: "Shari" <[EMAIL PROTECTED]> I have not yet taken the leap. Pretty much figured that for the moment, most Winfolk recognize it for what it is. Most of my sales have come from Macfolk. Though I must confess, Winsales have dropped a lot these past few months. Connection? Dunno. I dou

Re: Code Signing Anyone?

2007-05-21 Thread Scott Kane
Start writing the article :-) OK. Sounds like a plan. :-) Scott Kane "The only way of discovering the limits of the possible is to venture a little way past them into the impossible." Arthur C Clarke ___ use-revolution mailing list use-revolutio

Re: VirtualStore location

2007-05-21 Thread Scott Kane
From: "Shari" <[EMAIL PROTECTED]> No hurry. My next update will take a bit more than a few days to finish :-) I certainly can identify with that! :-) It isn't a critical issue, except that I've prided my software in the ability to fully uninstall itself, even the parts that the OS creates.

Re: VirtualStore location

2007-05-21 Thread Shari
Ah - I see. Well it's going to be a tough job to achieve it. I know some people who may know something alon these lines in the ASP. I'll ask in their technical newsgroup and see what it said. May take a few days though, and know promises of success. ;-) No hurry. My next update will take

Re: Code Signing Anyone?

2007-05-21 Thread Shari
I sign my executables (installers and program or stand alones) having purchased a certificate. My question is how many people here sign there executables? Would you be interested in an article in the Revolution newsletter about code signing (and how to get a hefty discount on your certificate

Re: Code Signing Anyone?

2007-05-21 Thread Shao Sean
Start writing the article :-) ___ 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

Code Signing Anyone?

2007-05-21 Thread Scott Kane
This pertains to people using Rev to build Windows Stand Alones. In XP SP2 Microsoft started warning you that a download may be unsafe and in the dialog box you get when you open the downloaded file you are warned that it's probably not a good idea to use software from suppliers who are not

Re: VirtualStore location

2007-05-21 Thread Scott Kane
From: "Shari" <[EMAIL PROTECTED]> Actually I didn't want to write to it, but to delete any VirtualStore files that MS created if a user decides to uninstall my software using my custom built (Rev menu item) uninstaller. Right now, the Uninstaller looks for files the game may have created outs

Re: Multi-CD installer

2007-05-21 Thread Scott Kane
From: "Richard Gaskin" <[EMAIL PROTECTED]> I may need to write a multi-CD installer, which leaves me with two question: 1. How do I eject the first CD on Windows? Not Rev code, but maybe you can adapt it http://www.efg2.com/Lab/Library/UseNet/1999/0305a.txt 2. Anyone know if there will be

Re: Multi-CD installer

2007-05-21 Thread Luis
I'd opt for a pop-up asking the user to eject the CD manually or click 'OK' to eject the CD, you never know where that's going to pop out! I've heard of a side mounted PC where the CD rolled off into the bin, closely followed by the coffee (startled or attempt to catch CD?). Of course, the C

Re: Multi-CD installer

2007-05-21 Thread Bill Marriott
Richard, > 1. How do I eject the first CD on Windows? I think it's MCISendString... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/htm/_win32_multimedia_commands.asp aka http://tinyurl.com/34fcam I think the command to send is "MCI_SET_DOOR_OPEN" but the syntax and

Re: Externals database

2007-05-21 Thread Hershel Fisch
On 5/21/07 11:37 AM, "Luis" <[EMAIL PROTECTED]> wrote: Hi and thanks, > I've brought my project into the current build, and I can connect to > PostgreSQL fine. > > Which version of PostgreSQL are you using? my PostgreSQL is from http://www.entropy.ch/home/welcome.php For mac precompiled. > I'm

Re: revCopyFolder and long file names

2007-05-21 Thread Ken Ray
On Thu, 17 May 2007 11:38:03 +0100, Ian Wood wrote: > On 17 May 2007, at 11:35, Ian Wood wrote: > >> If either the original folder or destination folder names contain > >> 32 chars, revCopyFolder fails with 'execution error'. > > P.S. Does anyone have a workaround for this? Other than forking t

Re: VirtualStore location

2007-05-21 Thread Shari
Actually It's a can of worms. AFAIKT if a user has UAC turned on the virtual storage will activate. If the user turns UAC off they can no longer get the reference to the file. If they then turn UAC back on they get an entirely different virtual storage file. Micro$oft provide the virtu

Multi-CD installer

2007-05-21 Thread Richard Gaskin
I may need to write a multi-CD installer, which leaves me with two question: 1. How do I eject the first CD on Windows? 2. Anyone know if there will be a problem trying to remove the first CD since that's the one the app is running from? -- Richard Gaskin Fourth World Media Corporation ___

Re: How do I make the top stack ignore the others?

2007-05-21 Thread Ken Ray
On Mon, 21 May 2007 10:49:07 -0500, Peter T. Evensen wrote: > Won't *modal stack "whatever"* pause the current script and wait for > the modal dialog to be dismissed? I believe that is how it works, > so you don't need the global property and wait listed below. Unless you use the trick outlin

Re: Obtaining the hardware MacAddress ON WINDOWS

2007-05-21 Thread Ken Ray
On Thu, 17 May 2007 13:28:40 -0400, [EMAIL PROTECTED] wrote: > When you have Parallels or VMware installed on a Windows box, it created > multiple virtual NICs. Each one has its own MacAddress. I want to determine > the MacAddress of the REAL hosts NIC? It isn't in the registry, so how can > this

Embedding font in downloaded .rev stack

2007-05-21 Thread RGould8
Say, has anyone created a demo stack of how one goes about embedding and displaying a font in a .rev file that's downloaded by a separate standalone executible. I've seen demos of loading and unloading font files, but I haven't seen a successful example of embedding a font (particularly in a

Re: Two video inputs?

2007-05-21 Thread Trevor DeVore
On May 21, 2007, at 1:33 PM, Ben Rubinstein wrote: Can the Rev Video library be used to preview, capture, or otherwise work with more than one video source? On the face of it there's no obvious way. If you have one video source, that's it. Plug an external iSight into a Mac with an inte

Re: Error in docs about "file creation date"

2007-05-21 Thread Wilhelm Sanke
Ian Wood, revlist at azurevision.co.uk wrote: > The creation date is generated when the image arrives on the > computer, and a new creation date is generated each time the image > is saved or copied. Simply "moving" an image to another folder does > *not* change the creation date. FWIW, that

Re: WARNING BUG ! Rev fails to Communicate

2007-05-21 Thread Camm29
Well , thanks to all that gave comments/advice on this topic ! Firstly . I have given myself a Big Kick ! Always install the latest driver if available !! kick Always install the latest driver if available !! kick Always install the latest driver if available !! kick Always install the latest dri

Re: Build for Classic - thank you

2007-05-21 Thread Robert Brenstein
I can promise you though that will make a solid attempt to produce a workable classic version for 2.9 within a reasonable engineering timeframe. If we can't, it will be because the engineering issues have become insurmountable since the point at which we resolved to do this. In which case we woul

Inspect video settings

2007-05-21 Thread Ben Rubinstein
Ben ___ 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

Inspect video settings

2007-05-21 Thread Ben Rubinstein
[apologies for previous empty email - Thunderbird has some mysterious command key shortcuts that keeps sending my emails before I wanted it to.] Is there a way to inspect the settings or attributes of the current video source, eg after invoking revVideoGrabDialog? I'd like to know things like

Two video inputs?

2007-05-21 Thread Ben Rubinstein
Can the Rev Video library be used to preview, capture, or otherwise work with more than one video source? On the face of it there's no obvious way. If you have one video source, that's it. Plug an external iSight into a Mac with an internal iSight, and the external camera becomes the default

Re: WARNING BUG ! Rev fails to Communicate

2007-05-21 Thread mwieder
Camm29 - > Mark , > > Is Rev that bad , for fixing bugs ? Not at all. I had a particular and esoteric bug which, unfortunately for me, was a blocker. Fortunately the app I was working on didn't have much GUI interaction, and proved to be a quick write in C. The other work I've done with serial

Re: Private commands

2007-05-21 Thread Shao Sean
I was just going to bug report this and wrote a small sample to show the bug, but it seems to work using passed by referenced parameters (even though I did see it not work the other day). Put the following code in a button and see if it works: on mouseUp local t1="turkey", t2, t3 repeat

Re: Error in docs about "file creation date"

2007-05-21 Thread J. Landman Gay
Wilhelm Sanke wrote: But this does not explain the "phantastic" date of "Jan 18, 2038" which I got for the creation date - item four of the detailed files - when I transferred files to my Powerbook with an USB stick.-- Oops, forgot to address this point. It would be interesting to see what t

Re: Error in docs about "file creation date"

2007-05-21 Thread J. Landman Gay
Wilhelm Sanke wrote: When a photo is taken, it gets a modification date at the same time, although it is - as it were - only modified out of non-existence. The creation date is generated when the image arrives on the computer, and a new creation date is generated each time the image is saved or

Re: Error in docs about "file creation date"

2007-05-21 Thread J. Landman Gay
Martin Baxter wrote: The dates are OK, although the result does deviate from what the docs tell you to expect in that items 3 and 11 (unsupported on windows) are supposed to therefore contain zero, according to the docs, in the same way as items 7,8,9. But are in fact empty. Unlikely to cause

Re: WARNING BUG ! Rev fails to Communicate

2007-05-21 Thread Camm29
Jim , I'm with you now ! Thanks ! - Original Message - From: "Jim Ault" <[EMAIL PROTECTED]> To: "How to use Revolution" Sent: Monday, May 21, 2007 8:17 PM Subject: Re: WARNING BUG ! Rev fails to Communicate > On 5/21/07 9:41 AM, "Camm29" <[EMAIL PROTECTED]> wrote: > > > Jim , > > > >>

Re: WARNING BUG ! Rev fails to Communicate

2007-05-21 Thread chris bohnert
Camm, Here's a snippet from one of BlueSoleil's change logs. The following significant changes have been made to BlueSoleil 2.1.2 since it is build 2.1.1 EDR: • Support online purchase of new versions of BlueSoleil. • Bug fix: Some applications sometimes hang when trying to use virtual COM port.

Re: WARNING BUG ! Rev fails to Communicate

2007-05-21 Thread Jim Ault
On 5/21/07 9:41 AM, "Camm29" <[EMAIL PROTECTED]> wrote: > Jim , > " Activity Monitor" in the utilities folder > > Where is it > Windows XP > There is a tab in the task manager window that lets you see the processes and their useage dynamically. I believe there is also a network acti

Re: Error in docs about "file creation date"

2007-05-21 Thread Ian Wood
On 21 May 2007, at 20:00, Wilhelm Sanke wrote: When a photo is taken, it gets a modification date at the same time, although it is - as it were - only modified out of non- existence. The creation date is generated when the image arrives on the computer, and a new creation date is generated

Re: WARNING BUG ! Rev fails to Communicate

2007-05-21 Thread Camm29
Okay , some good points I , will add them to the report ! For Info.. IVT BlueSoleil USB to Bluetooth Driver 1.6 My DCE is a Modem using standard AT Commands , No requirement for any Handshaking ! Sarah's "SerialTest.rev" is a well known working example on Com Ports ! This is a good script

Re: Error in docs about "file creation date"

2007-05-21 Thread Martin Baxter
J. Landman Gay wrote: Mark Smith wrote: Ran the script here, on Mac 10.4.9, Rev 2.8.1 - all detailed files info matched the finder Thanks for checking, Mark. It's puzzling why we're getting different results than Wilhelm. Any XP users who feel like running the script? Here it is again:

Re: Build for Classic

2007-05-21 Thread Kevin Miller
Hi folks, A quite note on this one. There is no measurable marketing benefit to us for continuing to promote support for OS 9 at this stage. We are not maintaining this information for marketing reasons, rather we promised one final classic version to our users some time ago.  2.7.5 was the versi

Re: Error in docs about "file creation date"

2007-05-21 Thread Wilhelm Sanke
First a word of thanks to Jacqueline and Jim Ault for their patience with which they try to help finding out what is going on behind the scenes. I think I know now where Rev is looking for date information with the detailed files on WindowsXP. There are fours kinds of date data with image fi

Re: WARNING BUG ! Rev fails to Communicate

2007-05-21 Thread chris bohnert
Camm, Your bug report hasn't really given them a lot to go on. You should include information like the version of the BlueSoleil drivers you're using. Their driver change logs are littered with entries like "doesn't work with some virtual com ports ". So knowing what version you're using will

Re: "Easy to use"

2007-05-21 Thread Ian Wood
On 21 May 2007, at 19:34, Judy Perry wrote: As for 'anyone who hasn't used computers before,' well, I suspect that they're also not out there looking on the internet for programming environments. ++ Someone who hasn't used a computer before is going to have enough trouble with the idea of

Re: "Easy to use"

2007-05-21 Thread Judy Perry
I suppose it depends upon the audience you are targetting. Variables shouldn't be a mystery for anyone who's had 7th grade algebra. Thus, yes, an 11 y.o. might well need a bit of on-the-side counseling, but a 13 or 14 y.o. theoretically should, with perhaps a little support work, grasp the conce

AW: AW: Where is the difference with Umlaute on Win versus Mac?

2007-05-21 Thread Tiemo Hollmann TB
Thanks for the Grüße WITH Umlaut :) > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:use-revolution- > [EMAIL PROTECTED] Im Auftrag von Klaus Major > Gesendet: Montag, 21. Mai 2007 19:52 > An: How to use Revolution > Betreff: Re: AW: Where is the difference with Umlaute on Win

Re: AW: Where is the difference with Umlaute on Win versus Mac?

2007-05-21 Thread Klaus Major
Hi Tiemo, Thanks Robert and Devin, I still have to learn better searching :) Up to now, I only have used goolge to search the list, but now I have seen, that the archive search brings completely other results. But even without you very helpful link, I didn't found your link with my search

Re: combine by column crashes

2007-05-21 Thread J. Landman Gay
Jacques Hausser wrote: Hello everybody 2.8.1 new features: I noticed that "combine by column" works only when the array variables contain the same number of lines, and no empty lines... if you have an empty line, RunRev simply crashes... By contrast, "split by column seems" to work OK, even wi

Re: Error in docs about "file creation date"

2007-05-21 Thread J. Landman Gay
Mark Smith wrote: Ran the script here, on Mac 10.4.9, Rev 2.8.1 - all detailed files info matched the finder Thanks for checking, Mark. It's puzzling why we're getting different results than Wilhelm. Any XP users who feel like running the script? Here it is again: on mouseUp answer fo

Re: WARNING BUG ! Rev fails to Communicate

2007-05-21 Thread Camm29
Mark , Is Rev that bad , for fixing bugs ? Regards Camm - Original Message - From: "Mark Wieder" <[EMAIL PROTECTED]> To: "How to use Revolution" Sent: Monday, May 21, 2007 6:11 AM Subject: Re: WARNING BUG ! Rev fails to Communicate > Camm29- > > Sunday, May 20, 2007, 11:36:07 AM, you w

Re: WARNING BUG ! Rev fails to Communicate

2007-05-21 Thread Camm29
Jim , >>> " Activity Monitor" in the utilities folder Where is it Windows XP Camm - Original Message - From: "Jim Ault" <[EMAIL PROTECTED]> To: "How to use Revolution" Sent: Monday, May 21, 2007 6:39 AM Subject: Re: WARNING BUG ! Rev fails to Communicate > Can't you open the app

Re: WARNING BUG ! Rev fails to Communicate

2007-05-21 Thread Camm29
Bob , Yeah , I have done much the same thing ! To date no problems with Ethernet ! using IP addresses etc But RS232 is a must for other projects and at present this bug (4972) is preventing anymore development ! Waitng to see how good the Run Rev team are ?? Regards Camm - Orig

AW: Where is the difference with Umlaute on Win versus Mac?

2007-05-21 Thread Tiemo Hollmann TB
Thanks Robert and Devin, I still have to learn better searching :) Up to now, I only have used goolge to search the list, but now I have seen, that the archive search brings completely other results. But even without you very helpful link, I didn't found your link with my search criteria :( I could

Re: Error in docs about "file creation date"

2007-05-21 Thread Jim Ault
Improved version of the modification date handler in Rev. This version will parse and deliver the dates and times in separate columns to make it easier to do comparisons. That's all the time I have for now, so hopefully this will help soomeone track what's happening replace the previous

Re: How do I make the top stack ignore the others?

2007-05-21 Thread Peter T. Evensen
Won't *modal stack "whatever"* pause the current script and wait for the modal dialog to be dismissed? I believe that is how it works, so you don't need the global property and wait listed below. Ian Wood wrote: On 21 May 2007, at 13:06, [EMAIL PROTECTED] wrote: I want to open a smaller siz

Re: Externals databasse

2007-05-21 Thread Luis
I've brought my project into the current build, and I can connect to PostgreSQL fine. Which version of PostgreSQL are you using? I'm using: http://www.postgresqlformac.com (if you decide to go this route, backup your db and uninstall it, then install PostgreSQL for Mac). Have you moved th

Re: Browser Sampler: Crashing on 2.8.1 in the IDE

2007-05-21 Thread Luis
That's weird. Weird, weird, weird...! Cheers, Luis. On 21 May 2007, at 10:22, Thierry wrote: Hi, Well, that's that theory down the toilet! Cheers, Luis. GOOD NEWS ! Did a second try to the Browser Sampler this morning . and now It works ! So, no more crash ( half an hour of intens

Re: Where is the difference with Umlaute on Win versus Mac?

2007-05-21 Thread Devin Asay
On May 21, 2007, at 2:01 AM, Tiemo Hollmann TB wrote: Hello, I am a little puzzled, but probably it's a Rev beginner question. I have text fields with german text, including Umlaute and "sz". On Win (IDE and standalone) everything looks quite normal with Umlaute. But the standalone on a Ma

Re: Decoding a vCard...

2007-05-21 Thread Jim Sims
On May 21, 2007, at 4:26 PM, Jim Carwardine wrote: I used Mark Weider's archive search but didn't come up with any hits on vObject or vCard. Does that search work or is there a better one? His looks pretty good... Jim http://www.mail-archive.com/search?l=use-revolution% 40lists.runrev.

Re: Decoding a vCard...

2007-05-21 Thread Jim Carwardine
I used Mark Weider's archive search but didn't come up with any hits on vObject or vCard. Does that search work or is there a better one? His looks pretty good... Jim on 5/20/07 11:31 AM, Mark Smith wrote: > Andre Garzia made a library for working with vObjects - I'm not sure > where to find i

combine by column crashes

2007-05-21 Thread Jacques Hausser
Hello everybody 2.8.1 new features: I noticed that "combine by column" works only when the array variables contain the same number of lines, and no empty lines... if you have an empty line, RunRev simply crashes... By contrast, "split by column seems" to work OK, even with empty cells in t

Re: How do I make the top stack ignore the others?

2007-05-21 Thread Ian Wood
On 21 May 2007, at 13:06, [EMAIL PROTECTED] wrote: I want to open a smaller sized stack on top of a larger one. This stack needs to be dominant so that clicks to the stacks showing underneath are ignored. Is there a way to accomplish this? modal stack "whatever" With that in mind, I also

How do I make the top stack ignore the others?

2007-05-21 Thread LunchnMeets
Hi Everyone, I want to open a smaller sized stack on top of a larger one. This stack needs to be dominant so that clicks to the stacks showing underneath are ignored. Is there a way to accomplish this? What I’m trying to accomplish is making a dialog box instead of using the built in ask and a

Can I use runrev (any version) send or receive data from any device by USB Com Port?

2007-05-21 Thread supote songthammawat
Dear Everybody I 'd like to know can I use runrev (any version) send or receive data from any device by USB Com Port. Yes or No? If yes pls suggest or guide me how to do. Thank you very much. Best Regard, Supote ___ use-revolution mai

Re: Browser Sampler: Crashing on 2.8.1 in the IDE

2007-05-21 Thread Thierry
Hi, Well, that's that theory down the toilet! Cheers, Luis. GOOD NEWS ! Did a second try to the Browser Sampler this morning . and now It works ! So, no more crash ( half an hour of intensive Internet navigation ) and did nothing specific consciously to make it work ? Regards, Thie

Re: Curse of the mystery tooltip...

2007-05-21 Thread Ian Wood
On 21 May 2007, at 09:32, Jeanne A. E. DeVoto wrote: Nope. You had your pointer over the third-from-right button in the message box, "Intelligence acts on mouseControl". What it does is make property names typed into the message box act on the object under the mouse. For example, if you ty

Re: Curse of the mystery tooltip...

2007-05-21 Thread Jeanne A. E. DeVoto
At 7:29 PM +0100 5/18/2007, Ian Wood wrote: I was flipping between Mail, Safari and Rev 2.8.1, and saw a brief flash of a bizarre tooltip while the cursor was near the vertical scrollbar of a script window: 'Intelligent use of mouseControl' or something similar to that. Did I just find an Eas

Where is the difference with Umlaute on Win versus Mac?

2007-05-21 Thread Tiemo Hollmann TB
Hello, I am a little puzzled, but probably it's a Rev beginner question. I have text fields with german text, including Umlaute and "sz". On Win (IDE and standalone) everything looks quite normal with Umlaute. But the standalone on a Mac doesn't shows the Umlaute and sz. It replaces them with any

Re: Error in docs about "file creation date"

2007-05-21 Thread Mark Smith
Ran the script here, on Mac 10.4.9, Rev 2.8.1 - all detailed files info matched the finder Best, Mark On 21 May 2007, at 03:04, J. Landman Gay wrote: Wilhelm Sanke wrote: The results I get here using your script are exactly the same as with my slightly different script I think we