Windows Display Problems

Dave dave at looktowindward.com
Thu Nov 15 11:08:12 EST 2007


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

On 15 Nov 2007, at 15:02, Eric Chatonet wrote:

> Hi Dave,
>
> send "ProgressInitialize theProgressEndValue" to stack "Progress"  
> could be written:
> send "ProgressInitialize" && theProgressEndValue to stack "Progress"
> Assuming that 'theProgressEndValue' is a var... and that nothing  
> locks the screen during the process ;-)
>
> Best regards from Paris,
> Eric Chatonet.
>
> Le 15 nov. 07 à 14:29, Dave a écrit :
>
>> The progress stack had a number of Command Handlers that get  
>> called by the using stack:
>>
>> ProgressInitialize - Initializes the Progress Bar and set the  
>> Ending Limit in the Scroll Bar.
>> ProgressFinalize - Closes the Progress Stack.
>> ProgressUpdate  - Sets the Value of the Scroll Bar,
>> ProgressSetCaption - Sets a message to be displayed in a field.
>>
>> The main stack then works like this:
>>
>> go stack "Progress"  --Initially Hiddens
>> set the defaultStack to <the name of this stack>
>>
>> send "ProgressInitialize theProgressEndValue" to stack "Progress"
>>
>> then in a loop:
>>
>> ProgressSetCaption("The Caption")
>> send "ProgressUpdate "theProgressAmount" to stack "Progress"
>>
>>
>> and finally
>>
>> send "ProgressFinalize " to stack "Progress"  --Hides the Progress  
>> Window and closes it
>>
>> That's about it really. This works fine on a mac!
>
> ----------------------------------------------------------------
> Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
> Email: eric.chatonet at sosmartsoftware.com/
> ----------------------------------------------------------------
>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your  
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list