Hi Dave,

I don't understand:
You say you use send "ProgressUpdate theProgressAmount" to stack "Progress"
And you send code snippets that refer to HandleProgressUpdate?
In addition, this code is in the progress bar's script and not in the stack's script. Have you a ProgressUpdate handler in the script of your "Progress" stack? This is the one that would be fine to know in order to be able to help you.

Best regards from Paris,
Eric Chatonet.

Le 15 nov. 07 à 18:23, Dave a écrit :


On 15 Nov 2007, at 16:40, Eric Chatonet wrote:

Hi Dave,

I'm sorry too.
I copied pasted the wrong line!
You write:

send "ProgressUpdate "theProgressAmount" to stack "Progress"

I just wanted to tell you that this above line can't work:
Or you write 'send "ProgressUpdate theProgressAmount" to stack "Progress"'
Or 'send "ProgressUpdate" && theProgressAmount to stack "Progress"'
But not 'send "ProgressUpdate "theProgressAmount" to stack "Progress"'
There is a problem with quotes here :-)

Sorry, this was just a typeo on my part. It works fine on the Mac.


If you could send the code in ProgressUpdate, it would be easier to help you...

The code is here, this in in the Progress Bar Script:

---------------------------------------------------------------
--
--  HandleProgressUpdate
--
---------------------------------------------------------------
on HandleProgressUpdate theMessageID,theMessageKind,theMessageData
  local myMessageData

  put ISMDecodeMessage(theMessageData,"String,") into myMessageData
  set the thumbPosition of me to (0 + myMessageData)
end HandleProgressUpdate

This works fine on a Mac.



The code is here, this in in the Caption Field Script:

---------------------------------------------------------------
--
--  HandleProgressSetCaption
--
---------------------------------------------------------------
on HandleProgressSetCaption theMessageID,theMessageKind,theMessageData
  local myMessageData

  put ISMDecodeMessage(theMessageData,"String,") into myMessageData
  set the text of me to myMessageData
end HandleProgressSetCaption

All the Best
Dave


Le 15 nov. 07 à 17:08, Dave a écrit :

Hi,

Sorry you have lost me! What are you saying? Do I need to change the way I do the "Send" ?


It's not just the progress window, how can this ever work if when you say put xxx into field y it doesn't change the screen?

Thanks a lot
All the Best
Dave

----------------------------------------------------------------
Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
Email: [EMAIL PROTECTED]/
----------------------------------------------------------------


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to