Re: Brightness and Contrast

2002-01-15 Thread Jeanne A. E. DeVoto
At 2:30 AM -0800 1/14/2002, Marten van den Berg wrote: >I could't find a description of the imageData property in my transcript >dictionary (I'm using rev 1.1). I had forgotten, there's a bug in the 1.1 version. The imageData property is in there, though, and you can get to it by typing "imagePix

Re: tabstops fld

2002-01-15 Thread David Vaughan
Yves When you say that would be slow, are you using the construct for the loop? As discussed in other threads, it is much faster than or whatever. I have very fast Split and Join XFCNs for column separation and joining under Hypercard but they are all history now. cheers David On Wednesda

RE: files lost when building..

2002-01-15 Thread Almesjö
Great, so I am not crazy after all.. that part about the exe (or if it was the rev-file) was missing sounds familiar.. though the files that got deleted were in the build-directory in my case. Also I think the distribution builder deletes files even if you answer cancel to if you wish to overwrite

FTP progress feedback

2002-01-15 Thread Roger . E . Eller
Hi, I am using the put URL ftp command to transfer files. Can someone offer a suggestion of how to get the percent completed of an FTP in progress to show in a progress bar? Similarly, how can I get an object to move from screen location 200,35 to location 200, 450. What I want to do is animate

Re: tabstops fld

2002-01-15 Thread yves COPPE
>function extractItem pFieldName, pItemNumber > set the itemDelimiter to TAB # TAB is a constant in the language > return item pItemNumber of fld pFieldName >end extractItem > >hope that helps.. > >- So you extract the item pItemNumber of line 1 of fld pFieldName I'd like to extract the it

Re: tabstops fld

2002-01-15 Thread Shao Sean
function extractItem pFieldName, pItemNumber set the itemDelimiter to TAB # TAB is a constant in the language return item pItemNumber of fld pFieldName end extractItem hope that helps.. - Original Message - > I' have a fld with columns (tabstop property). > I'd like to pick the tex

tabstops fld

2002-01-15 Thread yves COPPE
Hello, I' have a fld with columns (tabstop property). I'd like to pick the text of one column. There is a XFCN from Rinaldi put extractitems(fld "myFld",tab,"2") into txtofColumn2 Is it possible to write a script that goes even fast ? Is there a syntax in transcript ? Thanks -- __

selectedchunk

2002-01-15 Thread bmmeili
hi I've still got a problem with the selectedchunk-function. The following test-script works properly and I get the wished chunk-description. on mouseup select word random(50) of field 1 put the selectedchunk end mouseup But, if I select a word in field 1 myself and then press the button wi

Re: Help with videoclips

2002-01-15 Thread Geoff Canyon
At 12:23 PM -0500 1/15/02, Charles Silverman wrote: >on mouseup > play videoclip "tempfile1" > repeat >if movie() = "done" then exit repeat >end repeat >end mouseup > >I'm running off a Powerbook Pismo with 384 megs lots of hard drive space and >Mac OS 9.2. > >The file is a quicktime aud

Re: open socket with message for function?

2002-01-15 Thread andu
[EMAIL PROTECTED] wrote: > > Does anyone know how to open a socket with a message to call a function? I > know that the "ACCEPT" (with message) can be used for ports, but what about > sockets? > > What I want is for Revolution to call a function when I receive data on the > open socket (this

Script windows not appearing

2002-01-15 Thread Charles Silverman
On many occasions the script palettes disappear. I can call them back by finding their stack names in the windows list, e.g. RevPropertyPalette33 and typing a show command. This was a problem in 1.0 and continues to be so in 1.1. Charles Silverman ___

Help with videoclips

2002-01-15 Thread Charles Silverman
Is there any way to get the following to work? on mouseup play videoclip "tempfile1" repeat if movie() = "done" then exit repeat end repeat end mouseup I'm running off a Powerbook Pismo with 384 megs lots of hard drive space and Mac OS 9.2. The file is a quicktime audio recording th

Re: Checking for internet access

2002-01-15 Thread Kaelin Colclasure
On 1/14/02 7:55 PM, "andu" <[EMAIL PROTECTED]> wrote: > Sarah Reichelt wrote: >> >> Thanks, Andu. That works OK, except that if there is no link, the computer >> looks like it has hung for 45 seconds. It stops completely and can't process >> any pending messages, even the menubar clock stops. >>

how to copy files?

2002-01-15 Thread Almesjö
Is there any way to copy files? found delete file but nothing for copying.. thanks, /Niklas __ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ ___ use-revolution mai

open socket with message for function?

2002-01-15 Thread JohnRule
Does anyone know how to open a socket with a message to call a function? I know that the "ACCEPT" (with message) can be used for ports, but what about sockets? What I want is for Revolution to call a function when I receive data on the open socket (this works fine with an open port), but