> On Thu, Aug 15, 2013 at 8:13 AM, Mark Miesfeld <miesf...@gmail.com>
> wrote:
>
>>
>> Here is a simple example using a ProgressDialog:
>>
>
> Art,
>
>
> Here is a second example using a ProgressDialog.  It is exactly
> like the first example, except it steps the progress bar rather
> than using marquee mode.  The only changes are in the longTask()
> method.
>
>
> Typically you use marquee mode when you want to show that your
> application is not hung, is making progress, but your long task is
> not easily broken up into distinct increments.
>
> In my example, we are using a set number of loops, so it is easy to
> break the task into distinct increments.
>
Thanks Mark, the marquee is a better solution for my situation, but there
are a couple of cases where the stepping mode will also work.  I am working
on it, but it will be awhile before it is all implemented as I would like.
 
Your examples have been a great help to me - I am thankful to you for
them.  I was not aware of the "start" or the "reply" statements, and was
not aware of the extensive capabilities of the progressDialog.  I guess
I need to come against some more challenges so I can pick up more
of these tidbits with ooRexx/ooDialog.

--
 Art Heimsoth - artst...@artheimsoth.com
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to