Development
|
iPOGO Development Center Report #177
| #177 WHIP! - Resolved - Hourglass flashes multiple times
| |
BugNo |
177
| |
CodeModule |
WHIP!
| |
Status |
Resolved
| |
Title |
Hourglass flashes multiple times
| |
Description |
The hourglass flashes 11 times everytime the interactive session dialog gets focus. There is a function named OnIdleUpdateCmdUI causing the problem. See the comments below about the specifics.
| |
Comments |
Function causing hourglass flashes:
function OnIdleUpdateCmdUI()
The first line of code forces a loop of 11 iterations as follows:
if (updateScaleCount > 10)
return;
Each iteration forces an UpdateScaleDisplay() function call at the end of the function. The updateScaleCount is incremented by 1 and repeated until updateScaleCount>10. Each call to UpdateScaleDisplay() refreshes the screen and forces the hourglass flash.
| |
FiledBy |
set
| |
FiledDate |
04/11/2000
| |
ResolvedDate |
04/12/2000
| |
Resolution |
-
| |
VersionNo |
4.0 Beta
| |