Re: pause, rew and forwad an audio

2005-07-12 Thread Jeanne A. E. DeVoto
At 8:36 PM -0700 7/11/2005, Dan Shafer wrote: Thanks for pointing those out. Searching the docs proves once again to be less than useful. But the docs at least imply that a playRate 1 plays forward at slower speed. Would a negative number then result in a rewind? You could look at the

Re: PLEASE HELP PLEASE HEP.........

2005-07-12 Thread Eric Chatonet
Hi Ban and others who replied, In a scrolling list field, line selection is automated at mouseDown by the engine. So one single line in both scripts is enough (without using global, value function or anything else :-) answer the hilitedText of fld My scrolling list field -- of me in the

Re: Buggy debugger?

2005-07-12 Thread Eric Chatonet
Hello, There is another case where the debugger does not work: when the stack name begin with rev. It's not a bug but a feature, an annoying feature when you write plugins ;-) Le 12 juil. 05 à 04:46, J. Landman Gay a écrit : On 7/11/05 8:34 PM, Timothy Miller wrote: The details of my

Re: control and option keys not working on Tiger with 2.6?

2005-07-12 Thread Eric Chatonet
Hello Sivakatirswami, I would add that logging out/in, restarting Rev, the computer, etc. are always things to try when you encounter a weird behaviour :-) Just an example: sometimes and suddenly shortcuts do not work properly in Rev. Restarting a new session fixes the issue. Le 12 juil.

Re: Dreamcard Spell Check

2005-07-12 Thread Scott Morrow
Derek What about the rest of us? At least some of us anxious as well. -Scott Morrow Elementary Software (Now with 20% less chalk dust !) web http://elementarysoftware.com/ email [EMAIL PROTECTED] - On Jul 11, 2005, at 7:38

Re: pause, rew and forwad an audio

2005-07-12 Thread Malte Brill
Just a sidenote: If you need it to work on Win 98 setting the playrate to 0 seems to unexpectedly quit rev (using version 2.2). Not tested on other windows systems nor 2.5 or higher Cheers, Malte ___ use-revolution mailing list

[ANN][EN][FR] 18th Tutorial from So Smart Software available

2005-07-12 Thread Eric Chatonet
Paris, Tuesday, 12 July 2005 12:30:00 +0100 -- English version - Hello, So Smart Software has the pleasure to announce the avaibility of a 18th tutorial: How to download data from the internet This stack explains how to test the user connection,

Re: pause, rew and forwad an audio

2005-07-12 Thread Jon
Here is a handler that rewinds a player 10 seconds when a button is clicked. Call this repeatedly and periodically and you would get some sort of rewind effect on mouseUp local t put the currentTime of player myPlayer into t subtract (10 * the timeScale of player myPlayer) from t set the

Re: Stop RevXML converting illegals to entities

2005-07-12 Thread Ken Ray
p.s. Ken: a) would your library give us control over this kind of thing? Yes. b) if I installed your library on a server I could use start using and call it from a CGI? Yes. It's pure Transcript, so it can be used wherever a normal Transcript library can be used. Ken Ray Sons of

Re: mac file name fonkyness

2005-07-12 Thread mark
Thanks to Scott and Mark W., this works like a champ if your using long file names on a mac and trying to set the fileName of a player to these long names. I suppose another option is to use the rename command to generate shorter file names, but then you screw yourself if you want to

Re: pause, rew and forwad an audio

2005-07-12 Thread Dan Shafer
G. Well, first of all I didn't easily find playRate when I was searching for info for my first response. I realize what I did; I did a Filter on Objects for the word player rather than searching objects for the word player. Now, I've gotten into that habit because: (a) searching is

Re: play videoClip nameOfVideo does not work, Please help

2005-07-12 Thread Devin Asay
On Jul 11, 2005, at 6:08 PM, Ban Nguyen wrote: I create a button name play I put this script on button: on mouseUp play videoClip MENTORS at 100,100 end mouseUp It did not work. Please help me, thank you Did you import the clip into the stack? If so, open the Application Browser

Re: different UI approach

2005-07-12 Thread Devin Asay
On Jul 11, 2005, at 5:31 PM, Erik Hansen wrote: --- Chipp Walters [EMAIL PROTECTED] wrote: My inclination is to agree with you, Dan, agree with the agreement, but... it -felt- good. Whoa. It drove me crazy! I hate an interface that tries to guess what I want to do. A click is a

Re: Spell Checker

2005-07-12 Thread Bob Earp
Dear Derek, Is there any chance you could share this with the rest of us. To be able to add a spell checker to Rev would be quite fantastic given my spelling and typing dyslexia ;-) Thanks for responding. Bob... Bob Earp - White Rock, British Columbia

Re: Spell Checker

2005-07-12 Thread Derek Bump
Bob Earp wrote: Is there any chance you could share this with the rest of us. To be able to add a spell checker to Rev would be quite fantastic given my spelling and typing dyslexia ;-) I'm working hard on completing the Spell Checker Plugin. I wanted to have something by this morning, but

Folder size

2005-07-12 Thread Chris Carroll-Davis
Hello folks - Anyone know if there is an easy way in Rev of getting the size of a folder (together with all it's sub-folders). I know I can do a loop using detailed files and detailed folders but that seems a bit long-winded, and I'm sure I'd be re-inventing the wheel! Is there another

Re: play videoClip nameOfVideo does not work, Please help

2005-07-12 Thread J. Landman Gay
On 7/12/05 9:09 AM, Devin Asay wrote: If you did not import the clip, but are trying to play it as an external file, you must specify the entire file path, like this: As long as we're talking about videoclips, is there a way to store a QT movie as an imported file in a stack, but still set

RE: play videoClip nameOfVideo does not work, Please help

2005-07-12 Thread Ban Nguyen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of J. Landman Gay Sent: Tuesday, July 12, 2005 8:33 AM To: How to use Revolution Subject: Re: play videoClip nameOfVideo does not work, Please help On 7/12/05 9:09 AM, Devin Asay wrote: If you did not import

RE: play videoClip nameOfVideo does not work, Please help

2005-07-12 Thread Ban Nguyen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of J. Landman Gay Sent: Tuesday, July 12, 2005 8:33 AM To: How to use Revolution Subject: Re: play videoClip nameOfVideo does not work, Please help On 7/12/05 9:09 AM, Devin Asay wrote: If you did not

random number help...

2005-07-12 Thread Paul Salyers
I need help on putting a random number in a array. Here is my random code to get a random number 0-5: on mouseUp put random(6) -1 onto tFNF1 put tFNF1 into field FNF put random(6) -1 onto tSNF1 put tSNF1 into field SNF end mouseUp What I need to do is to do that 100 times and store

Re: pause, rew and forwad an audio

2005-07-12 Thread Richard Gaskin
Dan Shafer wrote: To see a list of messages that can be sent to a player as a result of user actions or internal Revolution events, open the Transcript Language Dictionary page of the main Documentation window, and choose Player Messages from the Show menu at the top. To see a list of all

Re: play videoClip nameOfVideo does not work, Please help

2005-07-12 Thread Devin Asay
On Jul 12, 2005, at 9:57 AM, Ban Nguyen wrote: - Does it play .wmv movie? This is what I did: I create a button and put this code in there on mouseUp play videoClip MENTORS.wmv at 100,100 end mouseUp I didnot not work. What did I do wrong? Please help To the best of my knowledge,

Re: play videoClip nameOfVideo does not work, Please help

2005-07-12 Thread Devin Asay
On Jul 12, 2005, at 9:32 AM, J. Landman Gay wrote: On 7/12/05 9:09 AM, Devin Asay wrote: If you did not import the clip, but are trying to play it as an external file, you must specify the entire file path, like this: As long as we're talking about videoclips, is there a way to store

place the window in the middle of screen?

2005-07-12 Thread Ban Nguyen
Hello, How to place the window in the center of the screen? Please help ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: pause, rew and forwad an audio

2005-07-12 Thread Dan Shafer
OK, this is Dan with egg all over his face. Thanks, Richard. I hate to admit this but when I first got the new docs and poked around a bit, I never took the time to see what the left pane would expand to. Not me, the super user. No, sirree. I'll do a search and filter and find everything

Re: place the window in the middle of screen?

2005-07-12 Thread Klaus Major
Hi Ban, Hello, How to place the window in the center of the screen? Please help ... set the loc of stack xyz to the screenloc ... :-) Regards Klaus Major [EMAIL PROTECTED] http://www.major-k.de ___ use-revolution mailing list

Re: random number help...

2005-07-12 Thread Dar Scott
On Jul 12, 2005, at 12:09 PM, Paul Salyers wrote: What I need to do is to do that 100 times and store the random number is an aray I'm not sure what you are asking for. Maybe this gets you to walking distance: repeat with i = 1 to 100 put random(6)-1 into a[i] end repeat Dar --

RE: place the window in the middle of screen?

2005-07-12 Thread Ban Nguyen
Hello, How to place the window in the center of the screen? Please help ... set the loc of stack xyz to the screenloc ... :-) Should I put this code in the main stack? Where should I put this code. Thank you for your help ___

Re: place the window in the middle of screen?

2005-07-12 Thread Klaus Major
Hi Ban, Hello, How to place the window in the center of the screen? Please help ... set the loc of stack xyz to the screenloc ... :-) Should I put this code in the main stack? Where should I put this code. This should go into the stackscript into an preopenstack handler so the window

Re: pause, rew and forwad an audio

2005-07-12 Thread Richard Gaskin
Dan Shafer wrote: Dan Shafer wrote: To see a list of messages that can be sent to a player as a result of user actions or internal Revolution events, open the Transcript Language Dictionary page of the main Documentation window, and choose Player Messages from the Show menu at the top.

RE: place the window in the middle of screen?

2005-07-12 Thread Ban Nguyen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Major Sent: Tuesday, July 12, 2005 9:48 AM To: How to use Revolution Subject: Re: place the window in the middle of screen? Hi Ban, Hello, How to place the window in the center of the screen?

Re: place the window in the middle of screen?

2005-07-12 Thread Klaus Major
Xin chào Ban, ... This should go into the stackscript into an preopenstack handler so the window will appear in the middle of the screen: on preopenstack set the loc of this stack to the screenloc ... end preopenstack Thank you for your help You're welcome :-) Best from germany

building an audio player

2005-07-12 Thread Ban Nguyen
Xin chào Klaus, I am new to Revolution. I am building an audio player. So far I got the play, stop, next, previous buttons work Do you have any idea to do the pause button and I want to use the slider to control the audio id user want to play fast or play back (you know what I mean) I want

Serial communication in Tiger

2005-07-12 Thread Dennis Brown
Hi All, I just ran into a problem that perhaps I can use Rev to solve, but I don't know if I can, or where to start looking, so perhaps one of you can point me in the right direction. I have a robotic glass cutting machine I built 12 years ago. It uses a serial communications port to

Script editor - non-existent changes.

2005-07-12 Thread Alex Tweedly
One of the things that has annoyed me, on and off, about the script editor is that it will ask me Do you want to apply the changes . [Apply] [ Cancel] [Don't Apply] even when I didn't think I had made any changes. Today, it got annoying enough for me to investigate (rather than

Re: different UI approach

2005-07-12 Thread Ken Norris
On Jul 12, 2005, at 9:18 AM, [EMAIL PROTECTED] wrote: Date: Tue, 12 Jul 2005 08:32:25 -0600 From: Devin Asay [EMAIL PROTECTED] Subject: Re: different UI approach On Jul 11, 2005, at 5:31 PM, Erik Hansen wrote: --- Chipp Walters [EMAIL PROTECTED] wrote: My inclination is to agree

Re: Serial communication in Tiger

2005-07-12 Thread Gordon Tillman
Hi Dennis, On Jul 12, 2005, at 12:43, Dennis Brown wrote: Hi All, I just ran into a problem that perhaps I can use Rev to solve, but I don't know if I can, or where to start looking, so perhaps one of you can point me in the right direction. I have a robotic glass cutting machine I

Re: building an audio player

2005-07-12 Thread Klaus Major
Xin chào Ban, Xin chào Klaus, I am new to Revolution. I am building an audio player. So far I got the play, stop, next, previous buttons work Do you have any idea to do the pause button and I want to use the slider to control the audio id user want to play fast or play back (you know

RE: building an audio player

2005-07-12 Thread Ban Nguyen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Major Sent: Tuesday, July 12, 2005 10:54 AM To: How to use Revolution Subject: Re: building an audio player Xin chào Ban, Xin chào Klaus, I am new to Revolution. I am building an audio player.

Re: Buggy debugger -- solved?

2005-07-12 Thread Timothy Miller
On 7/11/05 8:34 PM, Timothy Miller wrote: The details of my debugger frustration, previously described: It works fine on, for example, a simple mouseUp script in a simple button. However, if the button sends a message to a handler in a stack script (for instance), which then sends another

Re: Script editor - non-existent changes.

2005-07-12 Thread Jon
I agree that this behavior is annoying. It is one of the reasons I don't really trust the editor. Neat that you were able to locate the reason for the bizarre behavior... :) Jon Alex Tweedly wrote: One of the things that has annoyed me, on and off, about the script editor is that it

Re: play videoClip nameOfVideo does not work, Please help

2005-07-12 Thread Judy Perry
Also, I may be wrong, but I think from a previous email of his that he may have used a wmv format which I think is proprietary and perhaps unsupported? Anybody know about this? Judy ___ use-revolution mailing list use-revolution@lists.runrev.com

Ann: Video player posted on RevNet

2005-07-12 Thread Mark Talluto
With all the talk about forwarding and rewinding video, I thought it might be useful to release a project I created as a proof of concept for video on demand. It could really use a moment with Scott Rossi to make it look good. The code is very short and simple. It was designed to access

RE: building an audio player

2005-07-12 Thread Stephen Barncard
HI, Ban Nguyen, could you do us all a favor and EDIT your text a little before replying? -- 1. Try and trim most of the quoted and viewed posts in your responses - cut it back to the essence where we can pick up the thread. Many people are on digests and to have so much unneeded verbiage

Re: Serial communication in Tiger

2005-07-12 Thread Dennis Brown
Thanks Gordan, I just found Sarah's SerialTest.rev stack and it can communicate to my device. So I am home free now --just have to make a few adjustments to her stack. Thanks also to Sarah --when you get here! Dennis On Jul 12, 2005, at 1:48 PM, Gordon Tillman wrote: Hi Dennis, On

Re: play videoClip nameOfVideo does not work, Please help

2005-07-12 Thread Jeanne A. E. DeVoto
At 10:32 AM -0500 7/12/2005, J. Landman Gay wrote: As long as we're talking about videoclips, is there a way to store a QT movie as an imported file in a stack, but still set a player to use it? I know I can write the movie to disk temporarily and play it from there, but it would be cleaner if

Re: play videoClip nameOfVideo does not work, Please help

2005-07-12 Thread J. Landman Gay
On 7/12/05 1:56 PM, Jeanne A. E. DeVoto wrote: At 10:32 AM -0500 7/12/2005, J. Landman Gay wrote: As long as we're talking about videoclips, is there a way to store a QT movie as an imported file in a stack, but still set a player to use it? I know I can write the movie to disk temporarily

Re: Script editor - non-existent changes.

2005-07-12 Thread Mark Schonewille
Hi Alex, You are completely right. Yet, if you decide to change it, then change it right. When the script editor opens, store the md5digest of the htmlText of fld Script in a custom property. When it closes, compare the new md5digest with the custom property and pop up the dialog if they are

RE: play videoClip nameOfVideo does not work, Please help

2005-07-12 Thread Ban Nguyen
As long as we're talking about videoclips, is there a way to store a QT movie as an imported file in a stack, but still set a player to use it? I know I can write the movie to disk temporarily and play it from there, but it would be cleaner if I could just refer to it in the stack.

Re: play videoClip nameOfVideo does not work, Please help

2005-07-12 Thread Klaus Major
Hi Jeanne, At 10:32 AM -0500 7/12/2005, J. Landman Gay wrote: As long as we're talking about videoclips, is there a way to store a QT movie as an imported file in a stack, but still set a player to use it? I know I can write the movie to disk temporarily and play it from there, but it

Re: building an audio player

2005-07-12 Thread Klaus Major
Hi Ban, -Original Message- From: [EMAIL PROTECTED] [mailto:use- [EMAIL PROTECTED] On Behalf Of Klaus Major Sent: Tuesday, July 12, 2005 10:54 AM To: How to use Revolution Subject: Re: building an audio player Xin chào Ban, Xin chào Klaus, I am new to Revolution. I am building an

RE: play videoClip nameOfVideo does not work, Please help

2005-07-12 Thread Ban Nguyen
At 10:32 AM -0500 7/12/2005, J. Landman Gay wrote: As long as we're talking about videoclips, is there a way to store a QT movie as an imported file in a stack, but still set a player to use it? I know I can write the movie to disk temporarily and play it from there, but it would be

Re: play videoClip nameOfVideo does not work, Please help

2005-07-12 Thread J. Landman Gay
On 7/12/05 1:56 PM, Jeanne A. E. DeVoto wrote: Since playing a clip creates a temporary player for display, the settings of the templatePlayer are used when playing the clip. So now if I want to stop the movie with the controller and then get rid of it, how do I remove it from the card? It

simple questions

2005-07-12 Thread Brad Borch
1) Is there a function that executes when exiting edit mode and entering browse mode (e.g., to automatically initialize variables)? 2) Is there a handler generated when focus is returned to a stack (say, after a modal or other type of substack is closed)? 3) Where do I keep images or other

Re: play videoClip nameOfVideo does not work, Please help

2005-07-12 Thread Mark Swindell
On Jul 12, 2005, at 12:35 PM, Ban Nguyen wrote: How do you set the location for this video? Set the loc of player 1 to 100,100 Are you using the built-in documentation at all for your project? Mark ___ use-revolution mailing list

Re: play videoClip nameOfVideo does not work, Please help

2005-07-12 Thread Mark Swindell
On Jul 12, 2005, at 12:35 PM, Ban Nguyen wrote: How do you set the location for this video? The location of any object can be set by the following: Set the loc of object to x,y An object's location is a property of the object. From the docs: location property (any object) loc

Re: random number help...

2005-07-12 Thread Brad Borch
Dar Scott wrote: On Jul 12, 2005, at 12:09 PM, Paul Salyers wrote: What I need to do is to do that 100 times and store the random number is an aray I'm not sure what you are asking for. Maybe this gets you to walking distance: repeat with i = 1 to 100 put random(6)-1 into a[i]

Re: simple questions

2005-07-12 Thread Eric Chatonet
Hi Brad, 1. Have a look at the newTool message. 2. Have a look at the resumeStack message. 3. There are many ways to keep images you want to use as icons: both you mentioned may be used. Another one I use often is to put the images on the first card (nevertheless they can be accessed from

Re: random number help...

2005-07-12 Thread Eric Chatonet
Hi Paul, There are many ways that other nice guys pointed. But I wonder... Could you tell us why do you need an array? In other words, what exactly your problem? Then, may be :-) shall we be able to help you more efficiently? I guess here an architecture issue rather than a code issue... Le 12

Re: Buggy debugger?

2005-07-12 Thread Mark Wieder
Eric- Tuesday, July 12, 2005, 12:31:48 AM, you wrote: EC There is another case where the debugger does not work: when the EC stack name begin with rev. EC It's not a bug but a feature, an annoying feature when you write EC plugins ;-) Take a look at the trace handler in the debugger button

Re: Buggy debugger?

2005-07-12 Thread Eric Chatonet
Hi Mark, Great tip :-) At least for some of us. Thank you a lot. I am used to dig in Rev IDE scripts but since Rev displays a super warning message when you want to name a stack as revSomething, I took the habit to rename a plugin stack when finished. The issue came when I want to make some

surprising filter benchmarks

2005-07-12 Thread Richard Gaskin
I figured the filter command would carry at least some overhead for its convenience, but I had no idea how much! I wrote the test below to compare it with walking through a list line by line, and the results were surprising: on mouseUp put fwdbCurTableData() into s -- gets 10,800 lines

Buggy debugger -- solved?

2005-07-12 Thread Timothy Miller
It looks like this thread might die. I hope not. I hope a knowledgeable someone is going to reply. I'd sure appreciate it. I'm depending on you guys. I've searched the docs, learned nothing, and taken all advice offered so far. Where else can I turn? The gist is, the debugger works fine in

Re: surprising filter benchmarks

2005-07-12 Thread Eric Chatonet
Hi Richard, I think the speed depends on the filter complexity. For instance: on mouseUp repeat 10 if random (2) = 1 then put zaz cr after tList else put zbz cr after tList end repeat - put the milliseconds into tStart1 filter tList with *a* put the milliseconds -

slide show questions???

2005-07-12 Thread Ban Nguyen
Hello I am using this code I found from this list: I create a substack and put this code into it: global the_advancing on openCard send advanceSlide to me in 2 seconds global the_advancing put the result into the_advancing end openCard on advanceSlide visual dissolve go next cd end

Re: Buggy debugger -- solved?

2005-07-12 Thread Eric Chatonet
Hi Tim, I made some tests in a brand new stack. Works perfectly here. Could be a specific issue in your stack? As usual, when you get a problem, try to isolate it in a new stack. There are so many parameters we often miss ;-) Le 12 juil. 05 à 22:40, Timothy Miller a écrit : It looks like this

Re: Buggy debugger -- solved?

2005-07-12 Thread J. Landman Gay
On 7/12/05 3:40 PM, Timothy Miller wrote: The gist is, the debugger works fine in stack scripts, but I am not able to debug any background script. I'm talking about bg scripts that work perfectly, every time. If I move any background script to the stack script, the debugger works perfectly.

Re: surprising filter benchmarks

2005-07-12 Thread Richard Gaskin
Eric Chatonet wrote: Hi Richard, I think the speed depends on the filter complexity. For instance: on mouseUp repeat 10 if random (2) = 1 then put zaz cr after tList else put zbz cr after tList end repeat - put the milliseconds into tStart1 filter tList with *a*

Re: surprising filter benchmarks

2005-07-12 Thread Alex Tweedly
Richard Gaskin wrote: I figured the filter command would carry at least some overhead for its convenience, but I had no idea how much! I wrote the test below to compare it with walking through a list line by line, and the results were surprising: on mouseUp put fwdbCurTableData() into

Re: Buggy debugger -- solved?

2005-07-12 Thread Mark Wieder
Timothy- Tuesday, July 12, 2005, 11:13:26 AM, you wrote: TM If background scripts are different, what's different about them? I TM looked through the documentation pretty carefully, but didn't find TM any mention of this. Take a look at Richard Gaskin's tutorial stack on the message-passing

Re: surprising filter benchmarks

2005-07-12 Thread Eric Chatonet
Hi Richard, You are right, I made an error writing tList instead of tLine (then we gain about 25/30%). But unfortunately it's not enough to say that a method or another is always the better one. That would be good news... Le 12 juil. 05 à 23:10, Richard Gaskin a écrit : Eric Chatonet

Re: surprising filter benchmarks

2005-07-12 Thread Alex Tweedly
Alex Tweedly wrote: You could simplify it to put format(*a*\t*r*\tr\t*) into tFilter and should get the same results more quickly. No you can't - I'll go back to sleep now (You need all that\t*\t sequence to ensure the *a* is in the first item - right ?) -- Alex Tweedly

Re: random number help...

2005-07-12 Thread Paul Salyers
At 01:01 PM 7/12/2005, you wrote: Hi Paul, There are many ways that other nice guys pointed. But I wonder... Could you tell us why do you need an array? In other words, what exactly your problem? Then, may be :-) shall we be able to help you more efficiently? I guess here an architecture issue

Re: slide show questions???

2005-07-12 Thread Eric Chatonet
Hi Ban, I really don't know where you have found this weird code ;-) You might try something like the following you will put in your stack's script: on openCard if the number of this cd = the number of cds then exit to top -- slide show is finished send NextSlide to me in 2 seconds end

Printing one card on multiple pages

2005-07-12 Thread Hershel Fisch
Hi I have a long fld I'd need to break it up into a few pages, how do I do it ? Thanks, Hershel ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

RE: slide show questions???

2005-07-12 Thread Ban Nguyen
You might try something like the following you will put in your stack's script: on openCard if the number of this cd = the number of cds then exit to top -- slide show is finished send NextSlide to me in 2 seconds end openCard - on NextSlide visual effect dissolve -- [very]

Re: surprising filter benchmarks

2005-07-12 Thread Sumner,Walt
The difference is quite a bit smaller if the loop checks the number of items, as the filter is designed to do. Still usually a 3 to 6 fold difference, loop being faster. ... if item 1 of tLine contains a \ AND item 2 of tLine contains r\ AND item 3 of tLine is r

Window Positioning Bug?

2005-07-12 Thread Scott Rossi
When I run the following script, I actually see the offscreen-intended window appear every *other* time, in other words a reliable failure that occurs 50% of the time: on showWindow set topLeft of stack progind to 1,1 palette stack progind put windowID of stack progind into tID

Scrollbars in Rev

2005-07-12 Thread Mark Swindell
What exactly are the built-in Rev scroll bars, sliders? Can one get into the images they use and modify them, or create others and have them available, or does one have to roll one's own completely, ala Klaus's banana bar? It would be cool to have more style options built in. Thanks,

Re: Script editor - non-existent changes.

2005-07-12 Thread Alex Tweedly
Mark Schonewille wrote: Hi Alex, You are completely right. Yet, if you decide to change it, then change it right. When the script editor opens, store the md5digest of the htmlText of fld Script in a custom property. It already does that (I think). When it closes, compare the new

Re: Scrollbars in Rev

2005-07-12 Thread Scott Rossi
Recently, Mark Swindell wrote: What exactly are the built-in Rev scroll bars, sliders? Can one get into the images they use and modify them, or create others and have them available, or does one have to roll one's own completely, ala Klaus's banana bar? The latter. Check the mail archives

Re: Buggy debugger -- solved?

2005-07-12 Thread Timothy Miller
Hi Tim, I made some tests in a brand new stack. Works perfectly here. Could be a specific issue in your stack? As usual, when you get a problem, try to isolate it in a new stack. There are so many parameters we often miss ;-) Hi Eric, Thanks very much for the extra effort. I've gotten some

passing quotes parameters to a 'send' message...

2005-07-12 Thread Chipp Walters
Hmmm I know this isn't supposed to be this hard... create a button named 'fred' on mouseUp put the long name of me into tName send (putInMsg tName) to me end mouseUp on putInMsg p put p end putInMsg I get nadda. I know the quotes are screwing it up someway. Do I need to encode with

Re: passing quotes parameters to a 'send' message...

2005-07-12 Thread Jeanne A. E. DeVoto
At 5:45 PM -0500 7/12/2005, Chipp Walters wrote: Hmmm I know this isn't supposed to be this hard... create a button named 'fred' on mouseUp put the long name of me into tName send (putInMsg tName) to me end mouseUp on putInMsg p put p end putInMsg Try send putInMsg tName to me --

How to import track into player

2005-07-12 Thread Ban Nguyen
Does anyone know how to import track into player object? Thank you ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

RE: passing quotes parameters to a 'send' message...

2005-07-12 Thread Jim Bufalini
This worked for me. All in button Fred: on mouseUp put quote the long name of me quote into tName send putInMsg tName to me end mouseUp on putInMsg tName answer I got the tName end putInMsg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chipp

Re: passing quotes parameters to a 'send' message...

2005-07-12 Thread Alex Tweedly
Jeanne A. E. DeVoto wrote: Try send putInMsg tName to me OK, it works. But *why* ? In any other context, the content of a quoted string is not evaluated - put putInmsg tName after msg puts that literal string into the message box. Even stranger, you can also do send (putInMsg

Re: play videoClip nameOfVideo does not work, Please help

2005-07-12 Thread Jeanne A. E. DeVoto
At 2:36 PM -0500 7/12/2005, J. Landman Gay wrote: Since playing a clip creates a temporary player for display, the settings of the templatePlayer are used when playing the clip. So now if I want to stop the movie with the controller and then get rid of it, how do I remove it from the card? It

creating an animation banner

2005-07-12 Thread Ban Nguyen
Hello everyone I like to create an animation banner (with 3 images changing every 15 seconds) and ach image has it own like to its website. Example when image 1 shows, user click on it, it will take to url1 when image 2 shows, user click on it, it will take to url2 Thank you for your

Re: Printing one card on multiple pages

2005-07-12 Thread Dan Shafer
Hershel It's not as easy as it should be. You have two values to deal with. One is the formattedHeight of the field. The other is the height of the field. As explained to me by Chipp Walters as part of my research into printing for my eBook on Basic Printing in Rev: 1. Put the text

RE: passing quotes parameters to a 'send' message...

2005-07-12 Thread Jim Bufalini
You know what's funny on this that I forgot to mention, if you leave out the second *quote* as in put quote the long name of me into tName it still works and you don't get an extra quote at the end. But leave out both quotes and you get nothing??? Must have something to do with there being

Re: creating an animation banner

2005-07-12 Thread Dan Shafer
Ban. It might be useful for you to spend some time reading the documentation and looking at sample stacks and tutorials *before* you attempt a multimedia application. You've been asking a lot of questions -- which is good. We love newbies here and we always try to help kindly. But

Problem with standalone built with Rev 2.6 ?

2005-07-12 Thread Alex Tweedly
This is all on Win XP. I have a stack, and built from it a standalone. When I run this (on any of 3 Win-XP machines), I regularly get a fatal error app name has encountered an error and needs to close (Please send an error report to Microsoft) This usually happens within the first 2

Re: Window Positioning Bug?

2005-07-12 Thread Buster
Hi Scott, This works in Rev 2.6, OS X 10.4.1 without a flicker or reappearance of the stack. on showWindow --set topLeft of stack progind to 1,1 --palette stack progind go invisible stack progind go back set topLeft of stack progind to 1,1 set the visible of stack

Re: play videoClip nameOfVideo does not work, Please help

2005-07-12 Thread J. Landman Gay
On 7/12/05 6:28 PM, Jeanne A. E. DeVoto wrote: At 2:36 PM -0500 7/12/2005, J. Landman Gay wrote: Since playing a clip creates a temporary player for display, the settings of the templatePlayer are used when playing the clip. So now if I want to stop the movie with the controller and then

Re: preserve vertical white space in XML?

2005-07-12 Thread Ken Ray
Ken... just a thought... you might sell more software if you had a full demo that timed out... even if you only gave it 24 hours or 72 hours... I generally always want to know what I'm getting. and since the standard ediiton of your XML library is locked... I can't see the scripts.

CGI to send back a file to save

2005-07-12 Thread Sivakatirswami
Short version: I need to know the proper HTTP header to set to force a browser to save the incoming data to a file. (at least I *think* that's what I need to know.) Long Scenario: Goal: create a CGI that responds to a GET request that will automatically generate a fooSoundFile.ram file

Re: is it me?

2005-07-12 Thread Richard Gaskin
Sarah Reichelt wrote: It seems that buttons of style default do not give any visual indication that they're being pressed in Tiger, even with the autoHilite set to true. Have any of you seen this? Checking this with a dialog in Safari containing one normal button one default, this is

Re: passing quotes parameters to a 'send' message...

2005-07-12 Thread Dar Scott
On Jul 12, 2005, at 5:24 PM, Alex Tweedly wrote: Try send putInMsg tName to me OK, it works. But *why* ? In any other context, the content of a quoted string is not evaluated - Think of it as a 'do' that also specifies the message path location and maybe changes the defaultStack.

Re: Window Positioning Bug?

2005-07-12 Thread Chipp Walters
Hey man, couple things you should consider trying. 1) check the windowBoundingRect and set it larger. 2) set the stack's formatForPrinting property to true, this will ignore the windowBoundingRect; be aware of editing any text of a stack who's formatForPrinting prop is true. 3) Don't use a

  1   2   >