Hi Xavier,

Long time no scan! Thanks for the help on this. The way I am using the Progress Bar is as follows:


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!

All the Best
Dave

On 15 Nov 2007, at 12:57, [EMAIL PROTECTED] wrote:

Hi Dave,

I've seen this happen often. Seemingly the application is hung while
working (most noticeable on vmware, citrix or Terminal
servers)...

What works in these cases is giving your monitoring window (progress bar)
a real event instead of a "Send" update
event. Sending the update event usually means that there is a wait and
sometimes this
event never seems to get there. Another issue is the lock screen which
sometimes doesn't unlock out of context.

I may be wrong and never really investigated since im the sole user of my
programs which usually run all day long
updating things - so when i dont see something updated, i know where to
look...

Please give us more details how you update your progress bar to get an
idea...

Regards,
---------------------=---------------------
Xavier Bury


[EMAIL PROTECTED] wrote on 15/11/2007 13:10:49:

Hi,

I have an that is built as a standalone, part of it uses a Stack/
Window to show a progress bar. On the Mac it works fine, on Windows
however, it doesn't update, the window gets displayed, but the
contents of a Text Field and the Progress bar itself never change.

Any ideas on what might cause this?

All the Best
Dave

_______________________________________________
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



---------------------------------------------------------------------- ------
Clearstream Services S.A.
42 Avenue JF Kennedy, L-1855 Luxembourg
Société anonyme is organised with limited liability
in the Grand Duchy of Luxembourg R.C.S. Luxembourg B 60911.


-----------------------------------------
Visit us at http://www.clearstream.com

IMPORTANT MESSAGE

Internet communications are not secure and therefore Clearstream
International does not accept legal responsibility for the contents
of this message.

The information contained in this e-mail is confidential and may be
legally privileged. It is intended solely for the addressee. If you
are not the intended recipient, any disclosure, copying,
distribution or any action taken or omitted to be taken in reliance
on it, is prohibited and may be unlawful. Any views expressed in
this e-mail are those of the individual sender, except where the
sender specifically states them to be the views of Clearstream
International or of any of its affiliates or subsidiaries.

Legally required information for business correspondence/
Gesetzliche Pflichtangaben fuer Geschaeftskorrespondenz:
http://deutsche-boerse.com/letterhead

END OF DISCLAIMER
_______________________________________________
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

_______________________________________________
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