Re: Standalone OS X Apps in 2.7.3 - Default Button Broken

2006-08-31 Thread Dan Shafer
Thanks, Sarah. Now if I can just remember to add that script to the stack scripts of all my apps. Too soon old, too late smart. Dan On 8/31/06, Sarah Reichelt <[EMAIL PROTECTED]> wrote: On 9/1/06, Dan Shafer <[EMAIL PROTECTED]> wrote: > I'm probably not searching by the right set of criteria

Re: Communicate with stepper motors?

2006-08-31 Thread Bridger Maxwell
Hey, I have been working with the BASIC stamp from Parallax. It is a micro controller and can control a few I/O switches. The language that you program in is called PBASIC. It is a simplified version of the BASIC language that the stamp understands and has a few commands that are specifically

Re: Crash report procedure

2006-08-31 Thread Sivakatirswami
Aloha Chipp: OK great.. thanks.. this was really an anamoly brought on by our bad connection (turns out it was the cable modem which Ocean Time Warner had to replace...) in the folder where altSplash is download the files there were two files.. htde_main.rev htde_main.rev.gz I deleted those

Re: Standalone OS X Apps in 2.7.3 - Default Button Broken

2006-08-31 Thread J. Landman Gay
Dan Shafer wrote: Thanks, Ken. I knew there was an answer. Three dot-revs into 2.7 and we still have these kinds of rough edges? Hm To be fair, the installer was overhauled more recently than that. The omission is an easy fix, requiring only a couple lines of script, and they're aware it

Re: Call for Media Viewer Test: Windows Users Especially

2006-08-31 Thread Sivakatirswami
OK, true, Apples seems to take it's time getting the Windoz version of any given QT upgrade ported over to DOS (must be an engineering night mare) But at least at present I think they are close. Windows users are able to get a QT 7.0 version now. But my worry is that even if they are publicly

Re: Crash report procedure

2006-08-31 Thread Sivakatirswami
Thanks Tereza... good idea: not, it's not that obvious (smile) I'm open to all kinds of input! Tereza Snyder wrote: On Aug 30, 2006, at 4:41 AM, Sivakatirswami wrote: ... Of course it means we might need to build in a little more error checking, perhaps a checksum() on some stack file

Re: Another Plugin Question

2006-08-31 Thread J. Landman Gay
Dar Scott wrote: On Aug 31, 2006, at 2:30 PM, J. Landman Gay wrote: Then I set the stack to open invisibly when Rev starts up. After that, the first stack I open puts my library in use. Actually, every stack that is opened puts it in use all over again, but that doesn't hurt anything. If it

Re: Standalone OS X Apps in 2.7.3 - Default Button Broken

2006-08-31 Thread Sarah Reichelt
On 9/1/06, Dan Shafer <[EMAIL PROTECTED]> wrote: I'm probably not searching by the right set of criteria, so there may be a BZ on this but I wanted to confirm this is a known issue. If I create a standalone app for OS X using 2.7.3, the default button comes out looking like the old Classic (OS9)

Re: mySQL & RR question

2006-08-31 Thread Stephen Barncard
I've been working with Trevor's DB library, and it includes Transcript routines for uploading and download dumps. It's a bit slow on the data gathering side, however it works well. I think it needs to be optimized however for faster downloads, but it might be a place to start. His lib is comple

Re: Standalone OS X Apps in 2.7.3 - Default Button Broken

2006-08-31 Thread Dan Shafer
Thanks, Ken. I knew there was an answer. Three dot-revs into 2.7 and we still have these kinds of rough edges? Hm On 8/31/06, Ken Ray <[EMAIL PROTECTED]> wrote: On 8/31/06 4:40 PM, "Dan Shafer" <[EMAIL PROTECTED]> wrote: > I'm probably not searching by the right set of criteria, so there m

Re: Call for Media Viewer Test: Windows Users Especially

2006-08-31 Thread Stephen Barncard
In all fairness to MS, I've heard that the version of QT for windoze is at least a version or two behind MacOS. That's not exactly bridge building. sqb Is Micro$oft still doing that stuff to break others' competing products? I thought they got busted and had to stop. sqb -- stephen barn

Re: Call for Media Viewer Test: Windows Users Especially

2006-08-31 Thread Stephen Barncard
Is Micro$oft still doing that stuff to break others' competing products? I thought they got busted and had to stop. sqb "The error was caused by Quicktime player. the Software was created by Apple inc." ... Thanks! Sivakatirswami -- stephen barncard s a n f r a n c i s c o - - - -

Re: Standalone OS X Apps in 2.7.3 - Default Button Broken

2006-08-31 Thread Ken Ray
On 8/31/06 4:40 PM, "Dan Shafer" <[EMAIL PROTECTED]> wrote: > I'm probably not searching by the right set of criteria, so there may be a > BZ on this but I wanted to confirm this is a known issue. > > If I create a standalone app for OS X using 2.7.3, the default button comes > out looking like t

Re: Communicate with stepper motors?

2006-08-31 Thread Mark Wieder
Marty- In addition to what Stephen posted, I want to add that if you *do* decide to write the low-level stuff yourself, stay away from setSerialControlString (BZ#1708). What you'll end up with is the port being reset before each new control value is set, and you'll have extra pulses in uncomfortab

Re: mySQL & RR question

2006-08-31 Thread Mark Wieder
Ton- Thursday, August 31, 2006, 10:34:02 AM, you wrote: > I need to create a dump of the whole database, including all table > descriptions and content. mysqldump -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@list

Re: Communicate with stepper motors?

2006-08-31 Thread Dar Scott
On Aug 31, 2006, at 12:16 PM, Dar Scott wrote: You might have trouble with jitter and getting up to speed. Stephen Barncard mentioned that you need ramping. I think you can ramp with control from a serial port if you set a specified delay in your circuit for the handshake. All you need to

Standalone OS X Apps in 2.7.3 - Default Button Broken

2006-08-31 Thread Dan Shafer
I'm probably not searching by the right set of criteria, so there may be a BZ on this but I wanted to confirm this is a known issue. If I create a standalone app for OS X using 2.7.3, the default button comes out looking like the old Classic (OS9) default button rather than the new throbbing blue

Re: encode text to image

2006-08-31 Thread Dar Scott
On Aug 31, 2006, at 2:15 PM, Wilhelm Sanke wrote: Putting the text of an image into a global (or elsewhere) "put the text of image x into imagetext" and then "set the text of image x to imagetext" produces a white and blank image. Maybe I am missing something very simple here, but all vari

Re: How I can to save files .txt on internet?

2006-08-31 Thread Klaus Major
Hi Alvaro, Hello Klaus.. Gracias, correct spelling :-) Thanks ! You're welcome. I have other question. If I need to link .swf files, how I can? Hmm... Good question... You have 2 possibilities here: 1. Use a player object and play the Flash files via Quicktime. Pro: Built in solution

Re: Another Plugin Question

2006-08-31 Thread Dar Scott
On Aug 31, 2006, at 2:30 PM, J. Landman Gay wrote: Then I set the stack to open invisibly when Rev starts up. After that, the first stack I open puts my library in use. Actually, every stack that is opened puts it in use all over again, but that doesn't hurt anything. If it bothers you, th

Re: Another Plugin Question

2006-08-31 Thread Dar Scott
On Aug 31, 2006, at 1:43 PM, Scott Rossi wrote: Where should libraries used by plugins be placed in the 2.7 folder structure? These questions are on my mind, too. I don't have an answer, but I have a few hints and opinions. You might guess that it could go into a new folder "Stack Librari

RE: How I can to save files .txt on internet?

2006-08-31 Thread Alvaro Abril - Tecnologia
Hello Klaus.. Thanks ! I have other question. If I need to link .swf files, how I can? Cordialmente, Alvaro Abril Tecnología Divertia S.A. www.fantasticguatemala.com Tel. 502 2410 4600 Fax.502 2410 4646 Guatemala -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre

Re: Another Plugin Question

2006-08-31 Thread J. Landman Gay
Scott Rossi wrote: Where should libraries used by plugins be placed in the 2.7 folder structure? I have a stack to be used as a library by more than one Rev plugin. I don't need the stack accessible by users since it only provides functions, but there doesn't appear to be any means in Rev's Plu

Re: Another Plugin Question

2006-08-31 Thread Mark Smith
If you know the path (maybe a sub-folder of the plugins folder), couldn't you have an openStack handler in your plugins that starts using the library? Best, Mark On 31 Aug 2006, at 20:43, Scott Rossi wrote: Where should libraries used by plugins be placed in the 2.7 folder structure? I h

Re: encode text to image

2006-08-31 Thread Wilhelm Sanke
On Thu, 31 Aug 2006, Dar Scott <[EMAIL PROTECTED]> wrote: The name "the text" for the property of the image that stores the standard compressed image is a little strange since the is binary. Perhaps it comes from the fact that you can do this... put imageValue into image "Image 1" ...

Another Plugin Question

2006-08-31 Thread Scott Rossi
Where should libraries used by plugins be placed in the 2.7 folder structure? I have a stack to be used as a library by more than one Rev plugin. I don't need the stack accessible by users since it only provides functions, but there doesn't appear to be any means in Rev's Plugins Manager to confi

Re: mySQL & RR question

2006-08-31 Thread Ton Kuypers
ok, the mysqldump I know, what I didn't know I could use it across the network... Will give it a try, thanks :-) Warm regards, Ton Kuypers Digital Media Partners bvba Tel. +32 (0)477 / 739 530 Fax +32 (0)14 / 71 03 04 http://www.dmp-int.com On 31-aug-06, at 21:03, Ken Ray wrote: On 8/31/0

Re: Sending an apple event with custom parameters (BBEdit roundtrip)

2006-08-31 Thread Ken Ray
On 8/31/06 5:39 AM, "Ben Rubinstein" <[EMAIL PROTECTED]> wrote: > Ken Ray <[EMAIL PROTECTED]> writes: >> But keep in mind that you cannot do this with Revolution 2.7.3 because of a >> bug that scrambles the apple events. If you use Revolution 2.7.2, you can >> use apple events, but they come in ba

Re: mySQL & RR question

2006-08-31 Thread Ken Ray
On 8/31/06 12:34 PM, "Ton Kuypers" <[EMAIL PROTECTED]> wrote: > Hi gang, > > I have created a few (and still more coming up) client-server > applications using RR and mySQL, but now I am in need for a way to to > create a back-up possibility for remote databases... > The clients are Macs and PC's

Re: Communicate with stepper motors?

2006-08-31 Thread Dar Scott
On Aug 31, 2006, at 11:08 AM, Marty Knapp wrote: I was talking with a guy yesterday who said that using Basic you could use the printer port on Windows to talk to a stepper motor. I know pretty much nothing about robotics (or communicating through ports for that matter). Does anyone know i

Re: Skin conductance measurement

2006-08-31 Thread David Glasgow
The guy that designed it was nice enough to send me a copy of his thesis. This, plus the posts from the Revistas makes it clear this is way out of my league. So unless I am offered a Chair at MIT... Thanks anyway, and if anyone does anything on physiological measurement and Rev, be sure

Re: encode text to image

2006-08-31 Thread Dar Scott
On Aug 31, 2006, at 1:47 AM, paolo mazza wrote: I have to store an image in a MySQL database and I was told I could store the text... it is not gonna work ... I thought it was like that but I wanted be sure that there was not a way to recover the imagedata from the text. So, I have t

Re: Communicate with stepper motors?

2006-08-31 Thread Stephen Barncard
I worked with a lot of stepper motors in my days in the movies working with Jim Cameron in the early 80's. You don't want to create the pulses yourself unless you're trying to prove something. Stepper motors require a lot more than 'electrical pulses' sent to it. They also would need anywher

mySQL & RR question

2006-08-31 Thread Ton Kuypers
Hi gang, I have created a few (and still more coming up) client-server applications using RR and mySQL, but now I am in need for a way to to create a back-up possibility for remote databases... The clients are Macs and PC's, the servers running the database Server can be Windows or Mac I

Communicate with stepper motors?

2006-08-31 Thread Marty Knapp
I was talking with a guy yesterday who said that using Basic you could use the printer port on Windows to talk to a stepper motor. I know pretty much nothing about robotics (or communicating through ports for that matter). Does anyone know if this is possible with Rev? I read through the docs a

Re: Cgi function

2006-08-31 Thread Joel Guillod
revSetDatabaseDriverPath... The rev documentation states that : «The revSetDatabaseDriverPath command is part of the Database library. To ensure that the command works in a standalone application, you must include this custom library when you create your standalone.» I have no idea but a

Re: encode text to image

2006-08-31 Thread Wilhelm Sanke
On Thu Aug 31, 2006, paolo mazza paolo.mazza at neol.it wrote: Thank you Dar . I have to store an image in a MySQL database and I was told I could store the text... it is not gonna work ... I thought it was like that but I wanted be sure that there was not a way to recover the imagedata from

Re: Crash report procedure

2006-08-31 Thread Tereza Snyder
On Aug 30, 2006, at 4:41 AM, Sivakatirswami wrote: ... Of course it means we might need to build in a little more error checking, perhaps a checksum() on some stack files and if it's not in a reasonable range, then assume the files are corrupt and delete them and get fresh copie

Subject: Re: more on the recorder

2006-08-31 Thread rand valentine
Thanks to the people who have given me information about recording sound in Revolution on both mac and pc. The bottom line for me is that it doesn't seem remotely work _at all_. While I was able to get something to work on my g4 laptop initially (by using the imic input and playing with the system

Call for Media Viewer Test: Windows Users Especially

2006-08-31 Thread Sivakatirswami
I would kind request anyone who has time to test the following. go stack decompress(URL "http://www.hinduismtoday.com/digital/htde_media-player.rev.gz";) It is a small "Media Viewer" that streams on-line video and sound via Quicktime. I have the players set to SMIL files, but we are getting

Re: Sending an apple event with custom parameters (BBEdit roundtrip)

2006-08-31 Thread Ben Rubinstein
Ken Ray <[EMAIL PROTECTED]> writes: > But keep in mind that you cannot do this with Revolution 2.7.3 because of a > bug that scrambles the apple events. If you use Revolution 2.7.2, you can > use apple events, but they come in backwards on Universal Binary builds > (i.e. The class is "csim" and the

Re: Sending an apple event with custom parameters (BBEdit roundtrip)

2006-08-31 Thread Ben Rubinstein
Jim Ault <[EMAIL PROTECTED]> writes: > > I think you need to think 'misc' 'dosc' with your own data structure and > content. > > Google the following "dosc misc revolution" and look at a couple of the > archive posts on our list. > > on appleEvent theClass,theID >if theClass is "misc" and

Re: Cgi function

2006-08-31 Thread jbv
paolo, what I know for sure is that the Linux Rev 2.5 I'm using as cgi engine for more than 2 years on a Linux box accepts revSetDatabaseDriverPath... Perhaps should you asked RR support : AFAIR this is where I got the advice about using Rev 2.5 because it featured various libs... JB > JB, >

Re: Cgi function

2006-08-31 Thread paolo mazza
JB, I am Just trying this in MACOSX As far as I know the last Rev engine for MacOSX is 2.5 If I send >revSetDatabaseDriverPath to Rev 2.5 i get an error. Are you sure the mySQL Library is included in the 2.5 engine? How can I check this? Thanks Paolo How to use Revolution writes: >> On 8/30/

Re: Cgi function

2006-08-31 Thread jbv
Hershel, Actually you need to place the db driver inside a folder of your choice and let it know to the rev cgi engine by these 2 lines in your scripts. JB > On 8/30/06 5:18 PM, "jbv" <[EMAIL PROTECTED]> wrote: > > >put "/usr/local/bin/" into path > >revSetDatabaseDriverPath path > Hi,

Re: How I can to save files .txt on internet?

2006-08-31 Thread Klaus Major
Hi Alvaro, Thank you Klauss ... Good instructions, but where we can I to place the username and password of the server? I think Mark Smith already answered this: ftp://username:[EMAIL PROTECTED]/directory/file But, madre de dios, my name is STILL spelled Klaus, with only ONE "s"! :-D Cord

Re: encode text to image

2006-08-31 Thread paolo mazza
Thank you Dar . I have to store an image in a MySQL database and I was told I could store the text... it is not gonna work ... I thought it was like that but I wanted be sure that there was not a way to recover the imagedata from the text. So, I have to encode and decode the image data ... I t