Re: irev script to detect a mouseWithin or mouseclick

2009-12-30 Thread Pierre Sahores
In short : No, because as long as an irev script acts as a server-side handler, it can only respond to get or post messages. In long : Yes, if you use an AJAX client side HTTPrequest object to catch the mouseWithin or mouseClick state before sending the adequate get or post message from it

Re: bar code support

2009-12-30 Thread dlwild at gmail
Hi Ruslan, Check out the links: http://en.wikipedia.org/wiki/PDF417 http://grandzebu.net/index.php?page=/informatique/codbar-en/pdf417.htm In short, a pdf417 is a stacked linear bar code, and my particular use would be for inventory management. For those who don´t want to follow the link,

Re: bar code support

2009-12-30 Thread Michael Kann
Might this help? http://www.runrev.com/products/related-software/quartam-reports/ Quartam Reports Improvements for Professional edition only: * Barcodes Another new feature in Quartam Reports 1.1 is the ability to add barcodes to your reports and label sets - currently supporting

bar code support

2009-12-30 Thread dlwild at gmail
Hello (Merry Christmas and a Happy New Year in advance), Anyone know if RunRev 4.0 supports or if there is a way to create, print, read, regular bar codes or pdf417 bar codes (http://en.wikipedia.org/wiki/PDF417 ) in revolution or related software? All the best, Leonardo PS: I´m trying out

Re: bar code support

2009-12-30 Thread dlwild at gmail
Hi Michael, I´m acquired the bundle 09, so quartam will be included. I´ll see what I can generate with it. However, as you probably read in another post, I´m particularly interested in the possibility of creating a data input-output option using pdf417 type barcodes. I have a friend who

Re: Slideshows in iRev

2009-12-30 Thread -= JB =-
Sivakatirswami, Thank you very much! Well done, informative and will definitely help me. One thing I noticed was Richard Matthewson mentioned he liked the music as well as the picts plus your code displays how to use music with the slideshow. But I have never heard any music even on your

Compact SQLite database

2009-12-30 Thread RevList
Is there a way to compact a SQLite database from within a Rev application? I have an application that uses a SQLIte database and it grows in size as records are added. The nature of the application is that the database is often purged but the db size does not reduce. I can use a SQLite Manager

Re: bar code support

2009-12-30 Thread Bernard Devlin
Leonardo, In case you are planning on your MegaBundle 09 solving your barcode issues. AFAIU a) it contains Quartam Reports (not Quartam Reports Professional, which has the barcode support) b) it contains Valentina 3.4 OS X Windows - I belileve to get the free Valentina Reports you need to

Re: bar code support PDF417 - present in Valentina reports.

2009-12-30 Thread Ruslan Zasukhin
On 12/30/09 3:58 PM, dlwild at gmail dlw...@gmail.com wrote: Hi Leonardo, Hi Ruslan, Check out the links: http://en.wikipedia.org/wiki/PDF417 Okay I see now, that PDF417 is one of barcode formats. I have check this page of features of Valentina Reports,

put shell() and escaping quotes, how to do this?

2009-12-30 Thread Peter Alcibiades
How do you put quoted strings into a shell command? As in, for instance, put shell(echo -e [quoted string] [some raw printer]) I have tried using double quotes, which the compiler won't accept, and single quotes, which do not seem to be passed through. This is once again in pursuit

Re: put shell() and escaping quotes, how to do this?

2009-12-30 Thread Mark Schonewille
Peter, echo hi how are \you\ -- hi how are you -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer Full PayPal integration and automation in web site or (Revolution/

shell

2009-12-30 Thread Hershel Fisch
Hi, I¹d like to write an admin gui for hylafax+, any advise on how to issue remote shell commands? As well how to write multiple arguments via shell? Thanks, Hershel ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Opening a doc in a cd or fld

2009-12-30 Thread Hershel Fisch
Hi, is there a way to open a document,doc, pages, pdf, xls and so on in a stack, card or fld? Thanks, Hershel ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: put shell() and escaping quotes, how to do this?

2009-12-30 Thread David Beck
I could be misunderstanding, but if not I think you are looking for: put shell(echo -e quote [quoted string] quote[some raw printer]) David Beck Rotunda Software On 12/30/2009 10:00 AM, Peter Alcibiades wrote: How do you put quoted strings into a shell command? As in, for

Re: Compact SQLite database

2009-12-30 Thread Christian Langers
Hi Stewart, this could answer your question : http://www.sqlite.org/lang_vacuum.html try somthing like this (if needed) : global gConID put VACUUM into tSQL get revdb_execute(gConID,tSQL) Hope this helps, Christian On 30/12/09 17:42, RevList wrote: Is there a way to compact a SQLite

Re: put shell() and escaping quotes, how to do this?

2009-12-30 Thread Peter Alcibiades
David, problem is, it will not let you use double quotes. So for instance put shell(echo -e \x1C usb/dev/lp0) will not compile, because of the double quotes. Then if you replace the innermost double quotes with single quotes, it compiles fine, and it works fine from the shell, but

Re: How do I paste into a different app?

2009-12-30 Thread Bill Vlahos
It looks like on the Mac you can get AppleScript to send keystrokes by telling the application System Events. tell application System Events keystroke x end tell How can I tell Rev to execute this AppleScript code? Bill Vlahos _ InfoWallet (http://www.infowallet.com)

Re: How do I paste into a different app?

2009-12-30 Thread Sarah Reichelt
On Thu, Dec 31, 2009 at 8:55 AM, Bill Vlahos bvla...@mac.com wrote: It looks like on the Mac you can get AppleScript to send keystrokes by telling the application System Events. tell application System Events        keystroke x end tell How can I tell Rev to execute this AppleScript code?

Re: How do I paste into a different app?

2009-12-30 Thread Jim Ault
It may sound simple, but using the system clipboard to move data between programs automatically is very complex. The receiving app needs to be the frontmost app, its selection needs to be compatible with the incoming data, and formatting conversions may be difficult to control. One of the

Context menu for Header of DataGrid

2009-12-30 Thread Mark Stuart
Written by Trevor DeVore on Mon Dec 28, 2009 - 10:51 AM CST I just added two new lessons to the manual that show how to do determine if the user clicks in the header and how to display a contextual menu for a column header. You would just build off of the example and show a different

Re: bar code support

2009-12-30 Thread dlwild at gmail
Hi Bernard, Thanks for the clarification. The barcode issues were not meant to be solved by the bundle :-). In any case, your input comes at the right time, as I am looking for a solution for my near future needs of creating barcodes. I will see which of the PRO softwares will be best

Re: View and print a PDF file from Rev

2009-12-30 Thread Josh Mellicker
Just FYI, the Acrobat Developer FAQ says: How Can I Display a PDF File in an External Application Window? There are several ways to have the Acrobat program display a PDF file in an external application’s window. Acrobat must be installed on the system to view a PDF file in your own