On Dec 31, 2004, at 4:25 PM, Seth Willits wrote:
Summary:
ChasingArrows - Requires Event Loop Pass to Spin
Report Reference ID:
<http://support.realsoftware.com/feedback/viewreport.php?
reportid=ugrhqyfh>
Development Environment:
5.5.4 Mac OS X OS: Mac OS 10.3
Issue appears in:
Built Application -- Carbon OS: Mac OS X 10.3
Severity:
Incorrect Functionality
Description:
Typically a Refresh is used to spin or move a ChasingArrows or
ProgressBar while inside a loop. However this doesn't work with
ChasingArrows controls at the moment. Instead it needs and event loop
pass (such as with App.DoEvents) to actually spin.
<whack>
I would expect that with the first case above, when the ChasingArrows
is refreshed it should actually spin, but it doesn't. The progress bar
does however. Instead, the ChasingArrows requires that an event loop
pass for it to actually spin.
Or you could move the loop into a thread, which would be the proper way
to do it.
--------------
Charles Yeomans
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|