Re: loading a https page on OS X

2010-11-16 Thread paolo mazza
. How can I fix this? All the best Paolo Mazza On Mon, Oct 4, 2010 at 3:47 PM, Trevor DeVore li...@mangomultimedia.comwrote: On Sun, Oct 3, 2010 at 1:25 PM, Klaus on-rev kl...@major.on-rev.com wrote: I tried to load a page from an https server and got of course an error because

Re: loading a https page on OS X

2010-11-16 Thread paolo mazza
Yes I tryed it. The address of the file is correct and if I send the command put URL ADDRESS1 into VAR1 i get the file uploaded to the variable VAR1. But, for some reasons, the command *set* the sslCertificates to URL ADDRESS1 does not work and when I post to the https server I get an

Functions in the on-rev - LC server script

2010-11-16 Thread paolo mazza
put 1 + 1 into VAR2 return VAR2 end MyFunction ? ... but obviously it does not work !!! Any idea? Many thanks Paolo Mazza ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: loading a https page on OS X

2010-11-16 Thread paolo mazza
I did exacly what you wrote here. I got ADDRESS1 = file:///home/neol/public_html/cgi-bin/(...)/stacks/cacert.pem Then, in order to check the script, I uploaded the content of this file into the variable VAR1 with the command: put URL ADDRESS1 into VAR1.. and it worked fine!!! However, even if

Re: Functions in the on-rev - LC server script

2010-11-16 Thread paolo mazza
, Devin Asay devin_a...@byu.edu wrote: On Nov 16, 2010, at 9:40 AM, paolo mazza wrote: How can I place a function in a on-rev - CGI server script ? I have to port a stack script (with commands and functions) to a .irev text file for the on-rev server . I expected something similar

Re: Stack dimension for mobile application

2010-11-02 Thread paolo mazza
Thank you Terry. You are right, so the stack size for the 3 devices will be: iPhone 4 is 920 x 640 iPhone3 - iPod Touch is 460 x 320 iPad is 1004 x 768 This is if you have a portrait application. What happen if you turn the device to the landscape orientation? I guess you have to resize

Stack dimension for mobile application

2010-10-31 Thread paolo mazza
screen application in the iPhone and in the iPad? Thanks a lot Paolo Mazza ___ 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

Re: Rép : [ANN] Data Grid Helper - What is it? - Text rewrote

2010-10-11 Thread paolo mazza
The DGH is a plugin, right? Can we use it also to deploy application for the web (revlet) and for mobile ? Thanks Paolo Mazza ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: iphoneRotateInterface command in mobile apps

2010-10-06 Thread paolo mazza
I have to'inform you that opening a mobile application in the iPad the platform is iPhone so In our Rev_mobile applications we have to' write if the environment is iPhone then  iphoneRotateInterface landscape left end if On Thursday, September 16, 2010, Kevin Miller ke...@runrev.com wrote:

LiveCode 4.5 personal licences

2010-09-23 Thread paolo mazza
your Personal license with more deployment options, pick from Mobile, Web and Server. This license is for educational and non-commercial use, all standalone executable applications will display a splash screen on launch stating non-commercial use only. All the best Paolo Mazza

Re: using datagrid with revmobile

2010-09-16 Thread paolo mazza
Terry, exept the scrolling, all the other feautures of the datagrid library work in the mobile applications? I tryed and seems to work. Thanks a lot, Paolo ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

iphoneRotateInterface command in mobile apps

2010-09-16 Thread paolo mazza
avoid this? Still, once the application is compiled, it works fine. All the best Paolo Mazza ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

using datagrid with revmobile

2010-09-15 Thread paolo mazza
I have few questions about using datagrid in mobile applications... In an application for iPhone, can I place a datagrid object ? Datagrid objects work fine in mobile applications created by the present RevMobile plugin? What about next release of the RevMobile plugin? Thanks a lot Paolo

Re: [ANN] Rodeo IDE preview video

2010-05-31 Thread paolo mazza
I look forward to use your new application Rodeo. Then, I would love to have a list of the commands that are going to be included in your application in order to evaluate the possibility of developing a couple of applications I have in mind for the iPad. Thanks a lot Paolo Mazza

Re: VLC and Rev

2010-05-28 Thread paolo mazza
engine for video playback. However, AFAIK, at the moment, we can rely on QT only. Using VLC form Revolution would be great, but I have not expereince on this. regards Paolo Mazza On Fri, May 28, 2010 at 6:04 AM, Glen Bojsza gboj...@gmail.com wrote: I was wondering if anyone has done any

Re: revmobile and posting to the internet

2010-05-07 Thread paolo mazza
Peter, going through the Documentation I found this: At present, there is only limited support for non-file URL access. You can fetch urls by using the url chunk, just as you do in the Desktop engine, but post url, delete url and load url will not work. However the get command works fine. I

MySQL driver in Windows standalones

2010-05-07 Thread paolo mazza
(like for the mac?) ? Thanks Paolo Mazza ___ 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: No-asci chars from the on-rev CGI

2010-05-04 Thread paolo mazza
Thank you. You are right. Now I realize that from the on-rev CGI (using the put command) i receive a Mac OS character-set string, So, when I am in windows I have to use a macToISO() to translate it into the ISO 8859-1character set. On Mon, May 3, 2010 at 6:21 PM, J. Landman Gay I'm not sure if

Re: No-asci chars from the on-rev CGI

2010-05-03 Thread paolo mazza
windows i get some strange chars (i.e. ^ати) . Any clue for a solution? On Thu, Apr 15, 2010 at 3:51 PM, Richard Gaskin ambassa...@fourthworld.comwrote: paolo mazza wrote: I am facing a problem sending NO-ASCI chars with the rev CGI ( i. e. put щати ) to a Rev application. When I receive

Re: On-Rev Directory Configuration

2010-04-27 Thread paolo mazza
I get my index.html file . Or, if it is available, the index.irev file, However, if I remove these 2 pages, I get the list of directories. I did not change any preferences in the on-rev server. All the best, Paolo ___ use-revolution mailing list

No-asci chars from the on-rev CGI

2010-04-15 Thread paolo mazza
I am facing a problem sending NO-ASCI chars with the rev CGI ( i. e. put ùàòè ) to a Rev application. When I receive a string containing chars with accent (i.e. ùàòè) from the Revolution CGI , I get strange chars. Example: put ùàòè I receive: ^:' How can I fix this? Thanks a lot Paolo

Re: No-asci chars from the on-rev CGI

2010-04-15 Thread paolo mazza
Thank you Richard. I fixed everythingh and now my first application in the iPhone is running. Thanks a lot to everybody in this great list !!! All the best Paolo Mazza ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Regular expression

2010-03-11 Thread paolo mazza
Thank you all. Talking about Regular Expressions, one more question. If I have more than one string matching the Regex I expect the command matchChunk returns more than a couple of numbers, Consider this script: on mouseUp local mySource,myStart,myEnd,TESTO,myStart2,myEnd2 put xx

Re: Open HTML code with Revbrowser

2010-03-10 Thread paolo mazza
Thank you Sarah really helpfull. On Tue, Mar 9, 2010 at 9:02 AM, Sarah Reichelt sarah.reich...@gmail.comwrote: On Tue, Mar 9, 2010 at 5:37 PM, paolo mazza mazzapaoloit...@gmail.com wrote: How can I open the Html code with revRrowser ? I mean, I have the Html Using... revBrowserOpen

Regular expression

2010-03-10 Thread paolo mazza
the following RevTalk script) Which is the regular expression to get just the argument of the src variable ( HTTPWEB in this example)? Thanks a lot Paolo Mazza SAMPLE CODE on mouseUp local TESTO,STRINGA,VAR1,VAR2 put xx src='HTTPWEB' width='3845' height='334' x into TESTO put (src

Re: Regular expression

2010-03-10 Thread paolo mazza
Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer Economy-x-Talk is always looking for new software development projects. Feel free to contact me for a quote. Op 10 mrt 2010, om 12:30 heeft paolo mazza het volgende geschreven: To me regular expressions

Open HTML code with Revbrowser

2010-03-08 Thread paolo mazza
) put htmlbodyHello people/body/html into MYHTMLCODE revBrowserOpen(tWinID,MYHTMLCODE) Thanks a lot Paolo Mazza ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

ExplicitVariables

2010-03-01 Thread paolo mazza
?)) near UNO, char 10 How can I fix this? Any idea? Thanks a lot. Paolo Mazza ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: From XML to array

2010-02-24 Thread paolo mazza
Yes, you are right. Here it is the right XML file: ?xml version=1.0? records record IDnum=1 firstNameSteve/firstName lastNameJobs/lastName roomNums roomNum1001/roomNum1 roomNum2054/roomNum2 roomNum3545/roomNum1 /roomNums phoneExt345/phoneExt parkingSlot100/parkingSlot /record record IDnum=2

Re: matchChunk works?

2009-11-16 Thread paolo mazza
Thanks a lot. -- View this message in context: http://n4.nabble.com/matchChunk-works-tp620097p622046.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: Print stack as PDF

2008-08-29 Thread paolo mazza
. Rob Cozens, Director Resighini Rancheria Environmental Protection Authority Klamath, California ** Paolo Mazza NEOL SRL Società partecipata da Università di Padova via N. Tommaseo 84 35131 - Padova (Italy) Tel 049- 2050147 - Fax 049-7964386 www.neol.it

Fill up a form using revbrowser

2008-08-29 Thread paolo mazza
Using a script from Revolution, I wuold like to: - open a web page with a form (RevBrowser ) - put some text into a field of a form - click the button to send the form. Is it possible? Any idea? ** Paolo Mazza NEOL SRL Società partecipata da Università

Print stack as PDF

2008-08-26 Thread paolo mazza
Dear friends, how can I print a stack as PDF from revolution 3.0? Am I supposed to use the Quartam PDF Library? and how? Thanks Paolo Mazza ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Rev browser exporting pdf

2008-08-19 Thread paolo mazza
How can I export a web page as PDF using the internal browser of Revolution? I tryed with Quartam PDF Library for Revolution but I could not find a solution. Have you a clue? Thanks Paolo ** Paolo Mazza NEOL SRL Società partecipata da Università di

Re: Rev quicktime problem

2008-04-09 Thread paolo mazza
Since I updated quicktime to the new version 7.4.5 in windows XP I can not see the movies from the movie-player in Rev With QuickTime 7.1 everything was OK. Any clue? How can I find the installer for quicktime 7.1 for windows XM ? Thanks Paolo Mazza How to use Revolution use-revolution

Re: why XHTML cannot be parsed with RevXML ?

2008-03-18 Thread paolo mazza
** Paolo Mazza NEOL SRL ___ 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

Re: why XHTML cannot be parsed with RevXML ?

2008-03-17 Thread paolo mazza
/ ___ 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 ** Paolo Mazza NEOL SRL Società partecipata da

why XHTML cannot be parsed with RevXML ?

2008-03-13 Thread paolo mazza
Dear Revs, as far as I know XHTML cannot be parsed with the XML tools in Rev. Why? Don't you think It would be great manage the XHTML code with the RevXML tools? I found these the following messages on the list dated 23-12-2006. Anything has changed then? Paolo Mazza MESSAGES: Unfortunately

shell sudo from CGI - MACOSX

2008-02-18 Thread paolo mazza
Ctrl-C to abort. Password: Sorry, try again. Password: sudo: 1 incorrect password attempt How can I use Sudo commands from the CGI in MACOSX ? Thanks, Paolo Mazza ** Paolo Mazza NEOL SRL Società partecipata da Università di Padova via N. Tommaseo 84 35131

Re: Rev cgi vs. php

2008-01-30 Thread paolo mazza
the Revolution does a great job as a CGI, and I have used if for several web application. That's why I look forward to have a new CGI engine for MACOSX Server Paolo ** Paolo Mazza NEOL SRL Società partecipata da Università di Padova via N. Tommaseo 84 35131

Re: OS X cgi error

2007-12-06 Thread paolo mazza
and higher level libraries. Anyone in the mood to discuss anything? Cheers, Paolo Mazza ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: OS X cgi error

2007-12-06 Thread paolo mazza
to place any license.rev stack in the cgi-bin folder. Just place the the Darwin engine and refer to it as: #!revolution -ui on startup put htmlbodyHello/body/html end startup I hope it helps. Ciao Paolo Mazza ___ use-revolution mailing list use

Re: OS X cgi error

2007-12-06 Thread paolo mazza
of the cgi-executables folder is my login id. The group is www Any other ideas? I don't know what to try next. Thanks. Richard ** Paolo Mazza NEOL SRL Società partecipata da Università di Padova via N. Tommaseo 84 35131 - Padova (Italy) Tel 049- 2050147 - Fax

Setting paths to Externals in revolution

2007-12-03 Thread paolo mazza
I have to create a stack myExternals ? Am I going to face some problems using this simple script at sturtUp of the application? Best regards, Paolo Mazza local NAMEAPP,LISTEXTERNALS on startup put empty into LISTEXTERNALS if the environment is not development then put the effective

Re: Setting paths to Externals

2007-11-27 Thread paolo mazza
too. ...and at the end I found out that my stand alone application load the external only if I put the external in the folder where is placed the application ( the defaultfolder of the standalone application). Isn't strange this? ** Paolo Mazza NEOL SRL

Revolution stack always on top

2007-11-16 Thread paolo mazza
** Paolo Mazza NEOL SRL Società partecipata da Università di Padova via N. Tommaseo 84 35131 - Padova (Italy) Tel 049- 2050147 - Fax 049-7964386 www.neol.it ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Revolution stack always on top

2007-11-16 Thread paolo mazza
without affecting its systemwindow property but changing its decorations will set systemWindow to false... Le 16 nov. 07 à 09:48, paolo mazza a écrit : Dear friends, how can I keep a revolution stack always on top and at the same time have an application working in background in MACOSX

Re: revdb_execute problem

2007-09-05 Thread paolo mazza
SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'go ... Ciao Paolo ** Paolo Mazza NEOL SRL Società partecipata da Università di Padova via N. Tommaseo 84 35131 - Padova (Italy) Tel 049- 2050147 - Fax

syncronize MySQL to LDAP

2007-08-28 Thread paolo mazza
Dear friends, I want both Mysql database and MACOSX server to use the same login information to authenticate users. How can I syncronize the information in the MySQL database to the LDAP database of MACOSX server? Can I use revolution to accomplish this task? Any idea? Thanks Paolo Mazza

close the answer dialog from script

2007-08-24 Thread paolo mazza
into gTEMPOCONTROL end if end ControlloTempo ** Paolo Mazza NEOL SRL Società partecipata da Università di Padova via N. Tommaseo 84 35131 - Padova (Italy) Tel 049- 2050147 - Fax 049-7964386 www.neol.it ___ use

Re: close the answer dialog from script

2007-08-24 Thread paolo mazza
Thanks for your help. I tryed to use the command close stack Answer Dialog Actually it closes the answer dialog but unfortunately the exit to top command in the following line does not work and the it does not stop. See this sample. This script put 2 into message even if I did not press any

Re: SQLite

2007-06-22 Thread paolo mazza
: There is a tutorial look in Resources/Examples it is very good and easy to use good luck Liam IRELAND [EMAIL PROTECTED] ** Paolo Mazza NEOL SRL Società partecipata da Università di Padova via N. Tommaseo 84 35131 - Padova (Italy) Tel 049- 2050147 - Fax 049-7964386

Re: SQLite

2007-06-22 Thread paolo mazza
Thank you all. It is very helpfull. Revolution Studio/2.8.1-gm-2/Resources/Examples/SQLite Sampler.rev ** Paolo Mazza NEOL SRL Società partecipata da Università di Padova via N. Tommaseo 84 35131 - Padova (Italy) Tel 049- 2050147 - Fax 049-7964386

SQLite

2007-06-21 Thread paolo mazza
I was told Rev 2.8.1. has Integrate Database Capabilities. (SQLite database engine). How can I use SQLite from Revolution? Is there a tutorial somewhere? Thanks Paolo ** Paolo Mazza NEOL SRL Società partecipata da Università di Padova via N. Tommaseo

revolution in background catchig arrow keys

2007-02-01 Thread paolo mazza
document (with a full screen presentation) using the program Acrobat Reader . I wuold like my revolution stack to import a scrennshot any time the user press the arrow key (and move to another slide). How can I do this in Macintosh? Any idea? Thanks Paolo Mazza

Re: Re:importing/exporting images with a transparent background

2006-12-11 Thread paolo mazza
(MAC) of black (WINDOWS) hole! Any workaround for this? Thanks Paolo Mazza Le 9 déc. 06, à 19:00, Paolo Mazza a écrit : Dear Friends... I got a problem importing images with a transparent background... can you help me on this? 1-I imported a picture (png file made by another program

importing/exporting images with a transparent background

2006-12-09 Thread paolo mazza
- when I draw a picture in revolution with a transparent backgorund, export it and import it again It works fine ... I get a transparent background Thanks Paolo Mazza ** Paolo Mazza NEOL SRL Società partecipata dall'Università di Padova via N

Re: v2.7 engine?

2006-12-07 Thread paolo mazza
| http://www.hyperactivesw.com ** Paolo Mazza NEOL SRL Società partecipata dall'Università di Padova via N. Tommaseo 84 35131 - Padova Tel 049- 2050147 www.neol.it ___ use-revolution mailing list use-revolution

remove element from array

2006-11-29 Thread paolo mazza
How can I delete (or remove) an element from an array so that it does not appear anymore in the keys of the array? Thanks Paolo Mazza ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: remove element from array

2006-11-29 Thread paolo mazza
Thank you guys ... it is so simple! delete variable tArray[5] It was very kind of you. Bye Paolo Mazza ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: RevVideoGrabber

2006-11-14 Thread paolo mazza
___ 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 Paolo Mazza NEOL SRL Società partecipata

Externals in a standalone MacOSX

2006-10-10 Thread paolo mazza
? Thanks Paolo Mazza Paolo Mazza NEOL SRL Via Calatafimi, 16 - 35137 PADOVA www.neol.it [EMAIL PROTECTED] Tel 049-7386590 ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: Saving externals in a standalone on OSX?

2006-10-06 Thread paolo mazza
to the application file and into the External folder ... it does not work. Where I am supposed to place the damn file? Will externals work both in Universal binary and PowerPc applications? Thanks Paolo Mazza Paolo Mazza NEOL SRL Via

remove html tags from text

2006-09-08 Thread paolo mazza
in a field and use the HtmlText. Ciao Paolo Mazza Paolo Mazza NEOL SRL Via Calatafimi, 16 - 35137 PADOVA www.neol.it [EMAIL PROTECTED] Tel 049-7386590 ___ use-revolution mailing list use

Re: remove html tags from text

2006-09-08 Thread paolo mazza
not know replaceText command could use wildcard as an argument ... it is fantastic. I have to say documentation does not mention this. I am really impressed by your smartness. Thanks Paolo Mazza Paolo Mazza NEOL SRL Via Calatafimi, 16

Re: encode text to image

2006-08-31 Thread paolo mazza
(and alphaData). (I'm going by memory; there might be a flaw in that.) If the image file is really JPEG or PNG then simply set the text of the image to the value. Dar Scott Paolo Mazza NEOL SRL Via Calatafimi, 16 - 35137 PADOVA

Re: Cgi function

2006-08-31 Thread paolo mazza
@lists.runrev.com writes: On 8/30/06 5:18 PM, jbv [EMAIL PROTECTED] wrote: put /usr/local/bin/ into path revSetDatabaseDriverPath path Hi, doesn't work, Internal error. Tanks, Hershel Paolo Mazza NEOL SRL Via Calatafimi, 16 - 35137

encode text to image

2006-08-30 Thread paolo mazza
I imported an image as text (URL file:xxx) I wonder if I can convert the text file to binary and set the imagedata of an image to it Ciao Paolo Paolo Mazza NEOL SRL Via Calatafimi, 16 - 35137 PADOVA www.neol.it [EMAIL PROTECTED] Tel

From CGI to MySQL database

2006-08-22 Thread paolo mazza
the database drivers? Ciao Paolo Mazza ___ 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

Runtime Revolution Newsletter Issue 6

2006-08-04 Thread paolo mazza
regards, Paolo Mazza ___ 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: video/audio capture and more

2006-06-23 Thread paolo mazza
Hi Sivakatirswami, I was looking for a solution to record screen action to a mov file and I went through your message in the lista. Were you able to import screen action into Revolution at the end? Ciao Paolo Mazza (Italy) How to use Revolution use-revolution@lists.runrev.com writes: I

Re: video/audio capture and more

2006-06-23 Thread paolo mazza
Talking about video/audio capture ... How can I set audio recording from revolution? As far as I know I have two commands to set video recording revVideoGrabDialog revVideoGrabSettings but I have none to set audio recording? (in rev 2.7.2) Thanks Paolo Mazza How to use Revolution use

Re: video/audio capture and more

2006-06-23 Thread paolo mazza
Talking about video/audio capture... I tryed to set audio using command: RevSetVideoGrabAudio true, 1, 8, 11025 Unfortunately, it does not work in MACOSX and Rev 2.7.2 What I get, regardless of any setting, is a big file with audio set to: 16-bit Intero (Endian grande), Mono, 48,000 kHz

Re: videograbber sound encoding preferences

2006-04-18 Thread paolo mazza
: RevSetVideoGrabAudio true, 1, 8, 11025 Paolo Mazza NEOL SRL Via Calatafimi, 16 - 35137 PADOVA www.neol.it [EMAIL PROTECTED] Tel 049-7386590 ___ use-revolution mailing list use-revolution@lists.runrev.com

videograbber sound encoding preferences

2006-04-14 Thread paolo mazza
Paolo Mazza NEOL SRL Via Calatafimi, 16 - 35137 PADOVA www.neol.it [EMAIL PROTECTED] Tel 049-7386590 ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Problem with Videograbber on Intel iMac

2006-04-14 Thread paolo mazza
ideas? Everything works fine on my Powerbook G4. Thanks, Tohm Paolo Mazza NEOL SRL Via Calatafimi, 16 - 35137 PADOVA www.neol.it [EMAIL PROTECTED] Tel 049-7386590 ___ use-revolution

Stack for use-revolution list archive

2005-12-06 Thread paolo mazza
I wonder if someone has developed a stack to browse/search the messages downloaded from the use-revolution list archive . I think it would be very useful for Revolutionaries. Ciao Paolo Mazza ___ use-revolution mailing list use-revolution

Stack for use-revolution list archive

2005-12-06 Thread paolo mazza
I wonder if someone has developed a stack to browse/search the messages downloaded from the use-revolution list archive . I think it would be very useful for Revolutionaries. Ciao Paolo Mazza ___ use-revolution mailing list use-revolution

selectedChunk in MAC and Windows

2005-11-23 Thread paolo mazza
it keeps the selection after pressing the button, in windows no. Is it a bug or what? I transferd exactly the same stack. Best regards Paolo Mazza ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

broadcaster

2005-10-28 Thread paolo mazza
I know revolution can do almost everythingbut I wonder if I can develope a broadcaster using revolution+Quicktime. I mean .. I need my application to broadcast a video streaming to a quicktime file . Best regards, Paolo Mazza ___ use-revolution

CGI MYSQL MACOSX

2005-09-16 Thread paolo mazza
Why I can not connect to database from the CGI of revolution in MAC OSX ? I got Internal Server Error from Apache anytime I try to connect to database. I have - MACOSX 10.4 - Darwin Engine 2.5 that I got from ftp://ftp.runrev.com/pub/revolution/downloads/engines/2.1.2/Darwin.gz and people said

Re: Most Recent Darwin Engine

2005-09-15 Thread paolo mazza
You wrote: I think that is the last one that was officially released. where can I download the last darwin engine from? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

CGI Revolution MACOSX

2005-09-14 Thread paolo mazza
I am looking for a darwin engine of Revolution (version 2.6) for MacOSX I tryed to copy the program from the application folder but .. it does not work. I need to connect to a Mysql database ... how can I do it? The present version of the Revolution engine in my CGI is 2.5 and does not work with

CGI and MSQL in MAC OSX

2005-09-02 Thread paolo mazza
Where can I get a Mysql driver for the Revolution engine (version 2.5)? How can I connect the driver to the engine ? I wuold like to have the CGI/revolution get the data from a MySQL server using MAC OSX 10.4 . Than you all Paolo Mazza ___ use

Re: Darwin engine and AppleScript in CGI's?

2005-09-02 Thread paolo mazza
Hi Mark, how can I copy the engine from the Rev app bundle 2.6? How can I have the CGI/REV connect to a Mysql database? Do I need to copy any driver? Thank you Paolo Mazza YOU WROTE: Just a small word of warning to those copying the engine from the Revolution app bundle

Re: CGI and MSQL in MAC OSX

2005-09-02 Thread paolo mazza
Thanks Dave, Actually it is MySQL . You wrote: MySQL drivers are included with Rev. The drivers are included in the engine? I am supposed to connect to MySQL from the CGI/revolution .. and I am getting Internal Server Error when I try to connect to the DB. So.. I do not know why. Ciao

Re: Darwin engine and AppleScript in CGI's?

2005-09-02 Thread paolo mazza
Thank You Klaus I did as you said .. I set permissions but still my cgi does not work. With the engine of Rev 2.6 I get Internal Service Errore With the engine 2.5 the cgi works. Do not know why. Ciao Paolo ___ use-revolution mailing list

Re: CGI and MSQL in MAC OSX

2005-09-02 Thread paolo mazza
Dave, may I ask you where did you find the package? Thank you anyway. Ciao Paolo OK. I found the source. It was included with the Darwin engine package that I originally downloaded. Cheers Dave ___ use-revolution mailing list

Re: Darwin engine and AppleScript in CGI's?

2005-09-01 Thread paolo mazza
parameter . What does it mean exactly this parameter? Thank you Paolo Mazza How to use Revolution use-revolution@lists.runrev.com on Mercoledì, 31 agosto 2005 at 19:08 +0100 wrote: On Aug 31, 2005, at 2:31 PM, Mark Smith wrote: Ah...that explains a few things. Thanks for the info. Cheers

Re: CGI MAC OSX

2005-07-26 Thread paolo mazza
[EMAIL PROTECTED] on Venerdì, 22 luglio 2005 at 19:19 +0100 wrote: The last Darwin engine available is 2.1.2. This version still works fine. You can get it here: http://www.runrev.com/downloads/engines/2.1.2/cgi/osx.zip Why only the engines for windows and Linux are available? I would like

Re: CGI MAC OSX

2005-07-26 Thread paolo mazza
at 14:36 +0100 wrote: Benvenuto Paolo, http://downloads.runrev.com/revolution/ Le 22 juil. 05 à 15:36, paolo mazza a écrit : Hi revs, I am looking for a MAC OSX engine of Revolution. I need to install it in a MAC OSX server as CGI. In the ftp.runrev.com I found the REV 2.5 engines

CGI MAC OSX

2005-07-22 Thread paolo mazza
Hi revs, I am looking for a MAC OSX engine of Revolution. I need to install it in a MAC OSX server as CGI. In the ftp.runrev.com I found the REV 2.5 engines for WINDOWS and LINUX. Where can I find the engine for the MAC OS X ? Best regards Paolo Mazza

Re: barcode scanner

2004-11-30 Thread Paolo Mazza
I want my rev-application to collect data from a barcode scanner in background . In other words, I want to use my PC (WIN-XP) with other programs and at the same time I want my application to collect and save data from the barcode scanner. Is it possible?

Re: barcode scanner

2004-11-26 Thread Paolo Mazza
Thanks to everybody. I really appreciated your suggestions on the barcode issue. I will buy a barcode scanner tomorrow, I will test your script and let you know. I am supposed to set up a Personnel control System using a win-PC and Revolution. Best regards, Paolo Mazza Venerdì, 26 Nov 2004

Re: barcode scanner

2004-11-26 Thread Paolo Mazza
Hi, thak you for offering your Mac Apple Desktop Bus bar code scanners. However I think l I need a USB code scanner too. Any suggestion for a reliable and not expensive USB code scanner? ciao Paolo Mazza Giovedì, 25 Nov 2004, alle 15:20 Europe/Rome, kee nethery ha scritto: bar code scanners act

Re: Where to store read/write files on multi-user systems

2004-06-07 Thread Paolo Mazza
/MYAPP specialFolderPath(pref) * Shared files writable by everyone (2 and 3)- /Users/Shared/MYAPP specialFolderPath(sdat) SET PERMISSIONS get shell(chmod 666 quote MY_FILE_PATH quote) Ciao Paolo Mazza Venerdì, 4 Giu 2004, alle 19:47 Europe/Rome, Trevor DeVore ha scritto: On Jun 4, 2004, at 11:31 AM

Forward on LibCGI 1.0

2004-02-08 Thread Paolo Mazza
I have been using LibCGI 1.0 [ANN] for a while. It is great. However my server refuse the Forward command to redirect remote users libCGI_Forward http://www.X; does not work ... any suggestion? All the other handlers work. Best regards, Paolo ___

Unix linebreaks and permissions

2004-01-27 Thread Paolo Mazza
I have to put a field of my stack into a text file posted on a remote Linux server. I can use put field XXX into URL http://myserver; . But how can I set Unix linebreaks? how can i set perpissions? Ciao Paolo ___ use-revolution mailing list

Re: Linux Engine: Problems on Red Hat server with CGI

2004-01-13 Thread Paolo Mazza
of Revolution on the CGI folder of MAC OS X ... and I got the 500 Error from Apache. Best regards, Paolo Mazza Sabato, 29 Nov 2003, alle 08:44 Europe/Rome, Sannyasin Sivakatirswami ha scritto: OK, Alex, good call... we dug up an old (I mean *really* old -- built for Linux RH 6.2) MC linux engine

Re: Determining which menu button was clicked on Mac

2004-01-13 Thread Paolo Mazza
the text of the button and let the script unchanged (for example when we have a menu issued in different languages). Best regards Paolo Mazza Giovedì, 8 Gen 2004, alle 06:40 Europe/Rome, Trevor DeVore ha scritto: On Jan 7, 2004, at 6:26 PM, Björnke von Gierke wrote: I had a similar problem like

  1   2   >