Re: Print to PDF on Win?

2007-03-05 Thread Chipp Walters
http://www.cutepdf.com/Products/CutePDF/writer.asp I've used it for years ___ 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/m

Re: Windows crash logs

2007-03-05 Thread Mark Talluto
On Mar 5, 2007, at 9:21 PM, Mark Talluto wrote: I am getting a repeatable crash on Windows, but do not know where to go for the new internal crash logs. Would someone please point me in the right direction? Thanks. Mark Talluto I found it on the forums. Now off to BZ. C:\Documents

Windows crash logs

2007-03-05 Thread Mark Talluto
I am getting a repeatable crash on Windows, but do not know where to go for the new internal crash logs. Would someone please point me in the right direction? Thanks. Mark Talluto -- CANELA Software http://www.canelasoftware.com ___ use-revoluti

Re: XP and Vista question

2007-03-05 Thread Richard Gaskin
On the question of whether it's technically possible to run Vista under virtualization, this author at Macworld.com of course never actually tried, but notes that he had a "dream" about doing so, and reports what happened in that dream:

Re: Code like a girl...

2007-03-05 Thread Andre Garzia
Mark, you know, I do think like that too. My little list function, a silly function I built out of necessity is the very best and most elegant function I ever wrote. function list local tList repeat with x = 1 to paramcount() put param(x) & cr after tList end repeat de

Re: Code like a girl...

2007-03-05 Thread john
Mark, One of the best compliments I ever got about a software program that I had written was from another programmer. After watching me demo the software interface he looked at me kinda strange and said "this may sound weird, but that looks somehow, beautiful". As we were talking about maritime

Odd issue with compress

2007-03-05 Thread Terry Judd
I've come up against a bit of an odd problem... I'm doing some data modelling that requires me to create long encoded strings using the md5digest function - by long I mean tens of thousands of characters long. I then do a comparison of the strings using a distance metric based on the individual an

Code like a girl...

2007-03-05 Thread Mark Wieder
All- http://headrush.typepad.com/creating_passionate_users/2006/03/code_like_a_gir.html -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: BinaryDecode

2007-03-05 Thread Brent Anderson
Correction: The base 64 version of the data is this: Aj9b6Lo+qptlQJfA8wAAHA== On Mar 5, 2007, at 5:57 PM, Brent Anderson wrote: Hello. I'm working with a helper application to process some video data. It's passing in int32 and float32 parameters as binary da

Re: Print to PDF on Win?

2007-03-05 Thread Richard Gaskin
Mark Schonewille wrote: I'm using an open-source tool PDFCreator, which works very nicely once you know how to use it. It can also serve as a printer server for Mac OS X while running on Windows and can run from the command line while it also has a complete GIU (for converting files and mo

BinaryDecode

2007-03-05 Thread Brent Anderson
Hello. I'm working with a helper application to process some video data. It's passing in int32 and float32 parameters as binary data and I need to convert them into actual integers and floating point values. I've been trying to use BinaryDecode to accomplish this, however it just isn't wo

Re: Print to PDF on Win?

2007-03-05 Thread Mark Schonewille
Hi Richard, I'm using an open-source tool PDFCreator, which works very nicely once you know how to use it. It can also serve as a printer server for Mac OS X while running on Windows and can run from the command line while it also has a complete GIU (for converting files and monitoring pr

Re: Print to PDF on Win?

2007-03-05 Thread Phil Davis
Hi Richard, After some testing, I installed PDFCreator on our 3 Windows computers here and have since recommended it to others. It works great. http://sourceforge.net/projects/pdfcreator/ Even my wife, a seriously technology-disinclined person, uses it successfully. Phil Davis Richard

Database query fields

2007-03-05 Thread Bill
Hi I know how to manually set database properties ( cRevGeneral["databaseQueryObject"] ) using the property inspector But I would like to go through about thirty fields with a script and set the name of the Linkcolumn to the same as the fld name Set the queryobject to "bgnd "Connect" And set the

Re: Print to PDF on Win?

2007-03-05 Thread Roger . E . Eller
> Richard, > > there is a free one called "pdf995" which is hosted at pdf995, I've > used once some years ago and it worked for me. > > Cheers > andre > > On Mar 5, 2007, at 6:21 PM, Richard Gaskin wrote: > >> >> Which freeware solution would you recommend for printing to PDF >> from Windows?

Re: Changing a Field's contents when a global variable is changed

2007-03-05 Thread Jim Ault
On 3/5/07 10:34 AM, "Len Morgan" <[EMAIL PROTECTED]> wrote: > Is there a way to have the contents of a field on a card change when a > global variable (in this case an array variable) is changed? > > I have a multiple card application that I'm converting from Tcl. One of > the things I like abo

Re: AW: How to create PDF files?

2007-03-05 Thread Roger . E . Eller
"Tiemo Hollmann TB" wrote: > Hello, > I am too interested in creating pdfs on Win and Mac. I didn't find any link > to quartum in google. Can anyone provide a link? > Someone posted to just use the print dialog on mac. Is a pdf printer > standard on mac? On win it is not. > Thank you > Tiemo On w

Re: Print to PDF on Win?

2007-03-05 Thread Andre Garzia
Richard, there is a free one called "pdf995" which is hosted at pdf995, I've used once some years ago and it worked for me. Cheers andre On Mar 5, 2007, at 6:21 PM, Richard Gaskin wrote: Which freeware solution would you recommend for printing to PDF from Windows? I have a lot of prin

Print to PDF on Win?

2007-03-05 Thread Richard Gaskin
Which freeware solution would you recommend for printing to PDF from Windows? I have a lot of printing tests to do, so I prefer a virtual printer. TIA - -- Richard Gaskin Fourth World Media Corporation ___ [EMAIL PROTECTED] ht

Re: Potential disaster for Rev/Linux pendrive apps

2007-03-05 Thread Bob Warren
Andre: I have tried running Rev from my pendrive using xterm in Feisty Fawn Flight 5 on a live CD. Here is the result: [EMAIL PROTECTED]:~$ /media/KINGSTON/Revolution/revolution.x86 bash: /media/KINGSTON/Revolution/revolution.x86: Permission denied [EMAIL PROTECTED]:~$ sudo /media/KINGSTON/Rev

Re: How to create PDF files?

2007-03-05 Thread Ian Wood
On 5 Mar 2007, at 18:30, [EMAIL PROTECTED] wrote: General obvious point: If you have "Acrobat PDF Writer" as one of your print options, it works a treat on Windows. I don't know if Acrobat for OSX comes with a similar printer driver. All print dialog boxes on OS X have an option to prin

Changing a Field's contents when a global variable is changed

2007-03-05 Thread Len Morgan
Is there a way to have the contents of a field on a card change when a global variable (in this case an array variable) is changed? I have a multiple card application that I'm converting from Tcl. One of the things I like about Tcl is that a field has a parameter called -textvariable) that po

Re: How to create PDF files?

2007-03-05 Thread FlexibleLearning
General obvious point: If you have "Acrobat PDF Writer" as one of your print options, it works a treat on Windows. I don't know if Acrobat for OSX comes with a similar printer driver. /H ___ use-revolution mailing list use-revolution@lists.run

Re: How to create PDF files?

2007-03-05 Thread James Richards
Try here: http://www.quartam.com/ :) James -- James J Richards [EMAIL PROTECTED] Tel. +44 (0)15394 43063 On 5 Mar, 2007, at 17:41, Tiemo Hollmann TB wrote: Hello, I am too interested in creating pdfs on Win and Mac. I didn't find any link to quartum in google. Can anyone provide a link? So

AW: How to create PDF files?

2007-03-05 Thread Tiemo Hollmann TB
No wonder, even with google, you should be able to spell ;-) Thanks Mark and Klaus Tiemo > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:use-revolution- > [EMAIL PROTECTED] Im Auftrag von Mark Powell > Gesendet: Montag, 5. März 2007 18:50 > An: How to use Revolution > Betreff:

Re: AW: How to create PDF files?

2007-03-05 Thread Klaus Major
Hi Tiemo, Hello, I am too interested in creating pdfs on Win and Mac. I didn't find any link to quartum in google. Can anyone provide a link? No wonder, the name is QUARTAM :-) Check this page: http://www.quartam.com/ Someone posted to just use the print dialog on mac. Is a pdf printer

RE: How to create PDF files?

2007-03-05 Thread Mark Powell
Google quartam (with an a) and you will find it. www.quartam.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tiemo Hollmann TB Sent: Monday, March 05, 2007 10:41 AM To: 'How to use Revolution' Subject: AW: How to create PDF files? Hello, I am too i

Re: Pendingmessages

2007-03-05 Thread Dave Cragg
On 5 Mar 2007, at 16:25, Richard Gaskin wrote: There's a blocking form for uploading and downloading available in libURL, and in the last several versions includes callbacks so one can update a progress indicator or do other minor housekeeping. Would that help your situation? I haven'

AW: How to create PDF files?

2007-03-05 Thread Tiemo Hollmann TB
Hello, I am too interested in creating pdfs on Win and Mac. I didn't find any link to quartum in google. Can anyone provide a link? Someone posted to just use the print dialog on mac. Is a pdf printer standard on mac? On win it is not. Thank you Tiemo > -Ursprüngliche Nachricht- > Von: [EM

Re: Build external on Linux

2007-03-05 Thread chris bohnert
Kirill, The xcmdGlue code has been around for awhile. I haven't been able to compile it out of the box since about gcc 2.95. You are more than likely using a much newer gcc. You might try adding the -fpermissive flag to see if that helps or change to an earlier gcc version. Its also worth no

Build external on Linux

2007-03-05 Thread Kirill Pekarov
Hi, List. Is anyone has successful build plugin under Linux? Is anywhere present documentation or may be worked example where used Revolution SDK and Linux? In root RunRevExternalSDK present Makefile, but it is not build nothing, just errors I have here. Thanks! -- Best regards, Kirill Peka

Re: Delete an Array Entry?

2007-03-05 Thread Dave
Hi Richard, On 5 Mar 2007, at 16:22, Richard Gaskin wrote: Dave wrote: > Well he should have known better then! First, Jeanne is a woman. Just a typing error, didn't meant to imply otherwise. No problem. Errors happen. Yes and as long as they are addressed in a timely manner there is

Re: Potential disaster for Rev/Linux pendrive apps

2007-03-05 Thread Bob Warren
Andre wrote: >Bob, did you try running revolution.x86 from an xterm? No I didn't, but it would be a good thing to try. At this very moment I'm downloading Herd 5. I'll see whether they've already done anything abou

Re: XP and Vista question

2007-03-05 Thread Bob Warren
Chipp wrote: >Bob, There's no way Mac can be #1 unless they allow others to sell hardware. Too many companies can't rely on a single-source hardware solution. Hey Chipp, I think you're getting me mixed up with Joe. Leaving hopes on one side, my own predictio

Re: Pendingmessages

2007-03-05 Thread Richard Gaskin
Richard Miller wrote: >>> We discovered that the pending messages were the source of our file >>> transferring problem. I don't know what the doc's say or when these >>> messages are supposed to be sent, but I do know they greatly >>> effected our file transferring routine, interrupting it at see

Re: Delete an Array Entry?

2007-03-05 Thread Richard Gaskin
Dave wrote: > Well he should have known better then! First, Jeanne is a woman. Just a typing error, didn't meant to imply otherwise. No problem. Errors happen. Second, that a mistake is made in any product's documentation does not necessarily mean the author doesn't understand the concept

Re: How to create PDF files? Part II

2007-03-05 Thread Dave
Hi, Basically I need the following: Page 1 - Title Page has 2 Images at top left and top right of the page, then a list of statistics about the movie file that has been analyzed. Page 2 to End, has two (html like) tables side by side with 6 columns across. The first 5 contain Text data,

Re: How to create PDF files? Part II

2007-03-05 Thread Rob Cozens
All, Don''t know what platform you're on, but I would assume that on OS X you could pipe it to TextEdit and get it to save it as a PDF If Rev is running on OS X, "open printing with dialog" opens the OS X print dialog, which includes a "Save as PDF" option. Rob Cozens CCW, Serendipity Soft

Re: How to create PDF files? Part II

2007-03-05 Thread Ken Ray
On Mon, 5 Mar 2007 15:27:45 +, Dave wrote: > Hi Luis, > > Yes, I'm on MacOS X. I looked at doing that, but it seems like a lot > of work and it is fairly fancy and so would need "pages" and I can't > guarantee that they will have this on their system. If I can't use > the Quartum library o

Re: Pendingmessages

2007-03-05 Thread Richard Miller
Yes that was exactly it. We were using a non-blocking transfer, and pending messages did interfere with it. Richard On Mar 5, 2007, at 8:32 AM, Richard Gaskin wrote: Richard Miller wrote: > On Mar 2, 2007, at 1:50 PM, Richard Gaskin wrote: >> Pending messages are only sent at idle, and

Re: Pendingmessages

2007-03-05 Thread Richard Gaskin
Richard Miller wrote: > On Mar 2, 2007, at 1:50 PM, Richard Gaskin wrote: >> Pending messages are only sent at idle, and "lock messages" no >> longer has effect once idle hits should there should be no conflict. >> > We discovered that the pending messages were the source of our file > transferri

Re: How to create PDF files? Part II

2007-03-05 Thread Dave
Hi Luis, Yes, I'm on MacOS X. I looked at doing that, but it seems like a lot of work and it is fairly fancy and so would need "pages" and I can't guarantee that they will have this on their system. If I can't use the Quartum library or something like it then I'll probably write my own Ex

Re: Moving a File

2007-03-05 Thread Klaus Major
Hi Dave, Hi, Sorry, my mailer is playing up, I lost quite a few emails over the weekend. Thanks a lot for that. Just didn't think of looking at the rename command. The documentation really is all over the place. If you look up revMoveFolder, revCopyFile or revCopyFolder is doesn't say

Re: How to create PDF files? Part II

2007-03-05 Thread Luis
Don''t know what platform you're on, but I would assume that on OS X you could pipe it to TextEdit and get it to save it as a PDF (AppleScript triggers). For fancier stuff then it could be piped to Pages (part of iWork). Cheers, Luis. On 5 Mar 2007, at 15:05, Luis wrote: Hiya, I ran

Re: Moving a File

2007-03-05 Thread Dave
Hi, Sorry, my mailer is playing up, I lost quite a few emails over the weekend. Thanks a lot for that. Just didn't think of looking at the rename command. The documentation really is all over the place. If you look up revMoveFolder, revCopyFile or revCopyFolder is doesn't say to "also l

Re: How to create PDF files?

2007-03-05 Thread Luis
Hiya, I ran a check on some links I had to do with converting to PDF: http://www.lowagie.com/iText/ http://www.accesspdf.com/pdftk/ http://jasperforge.org/sf/projects/jasperreports http://www.pdflib.com/products/platforms/ Not cheap! I've used iText from a Java app, pulling it in through Te

Re: Moving a File

2007-03-05 Thread Marielle Lange
Hi Dave, What about using the shell? Impossible to consider at all? Marielle The obstacle is the path. --Zen Proverb On 5 Mar 2007, at 14:47, Dave wrote: Hi Marielle, The files are in excess of 3 GB and some can be be as large as 200 GB! I don't think that will work very well!!! I need

Re: Delete an Array Entry?

2007-03-05 Thread Dave
Hi All, This is the type of thing where threads tend to go south here: >>> Whoever wrote the documentation didn't understand how Arrays in >>> RunRev work. >> >> That would be hard to believe. Jeanne DeVoto, who wrote most of the >> documentation, is one of the foremost documentation experts on

Re: Moving a File

2007-03-05 Thread Klaus Major
Hi Dave, Hi Marielle, The files are in excess of 3 GB and some can be be as large as 200 GB! I don't think that will work very well!!! I need a native "move" command! Don't tell me there isn't one!?!? here is my post from three days ago, which is still valid... All the Best Dave ##

Re: Moving a File

2007-03-05 Thread Brent Anderson
Hello. I don't think there is a native move file command. You will probably get more mileage calling a shell command to move what you need to (such as "mv" on *nix). Thanks, Brent Anderson Christa McAuliffe Space Education Center On Mar 5, 2007, at 7:47 AM, Dave wrote: Hi Marielle, The

Re: Moving a File

2007-03-05 Thread Dave
Hi Marielle, The files are in excess of 3 GB and some can be be as large as 200 GB! I don't think that will work very well!!! I need a native "move" command! Don't tell me there isn't one!?!? All the Best Dave On 5 Mar 2007, at 14:44, Marielle Lange wrote: Hi Dave, Have a try with "revC

Re: Moving a File

2007-03-05 Thread Marielle Lange
Hi Dave, Have a try with "revCopyFile" Examples from the doc: revCopyFile "/Disk/myfile","/Disk/Folder/" revCopyFile "data/settings.txt","olddata" revCopyFile the sourceFile of this card, it Best, Marielle Hi, How do I move a File from one folder to another? I found revMoveFolder, but no M

Re: How to create PDF files?

2007-03-05 Thread Dave
Hi, I have asked, but had no reply as yet, but I need to get *something* ready now and if he doesn't reply or doesn't want to release it then I can't do the demo and I need to let them know ASAP! So if there's anything out there that will do what I want NOW, I'll use it! Thanks a lot All

Re: How to create PDF files?

2007-03-05 Thread Andre Garzia
Dave, jan's pdf library and report tool are the best thing you can have. I recommend sticking to Quartam library, you can ask him if you can include it in your app by paying the license beforehand or something like that. Andre On Mar 5, 2007, at 11:19 AM, Dave wrote: Hi, Are there any

How to create PDF files?

2007-03-05 Thread Dave
Hi, Are there any products available to create PDF files in RunRev? I need to be able to create a simple PDF file for a Demo this week. I need it to be working for Friday. It looks like Quartum would do it but it's not available for sale as yet and I can't get figure out how to include th

Moving a File

2007-03-05 Thread Dave
Hi, How do I move a File from one folder to another? I found revMoveFolder, but no Move File command. Thanks in Advance Have a Great Weekend - All the Best Dave ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url t

Re: Potential disaster for Rev/Linux pendrive apps

2007-03-05 Thread Andre Garzia
Bob, did you try running revolution.x86 from an xterm? Andre On Mar 5, 2007, at 10:08 AM, Bob Warren wrote: I have already reported this bug to Ubuntu and also informed Rev (Kevin) about it, so this thread is just for the record or for your participation. Here is the original text of my

Potential disaster for Rev/Linux pendrive apps

2007-03-05 Thread Bob Warren
I have already reported this bug to Ubuntu and also informed Rev (Kevin) about it, so this thread is just for the record or for your participation. Here is the original text of my report: - In previous versions of Ubunt

Re: Pendingmessages

2007-03-05 Thread Richard Miller
Richard, We discovered that the pending messages were the source of our file transferring problem. I don't know what the doc's say or when these messages are supposed to be sent, but I do know they greatly effected our file transferring routine, interrupting it at seemingly random times.

Can REV create Excel files?

2007-03-05 Thread Liam Lambert
Thank you Ken Liam IRELAND [EMAIL PROTECTED] ___ 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-revolu

AW: strage things happening with Rev cgi 2.5

2007-03-05 Thread Tiemo Hollmann TB
JB, I have made once the experience of a corrupted script or object. When compiling the script it gave me always an error, where definatly no error was. My solution was to copy the script into a txt file, delete the object with its script, create a new object and paste the script again into the new