Opened 10 years ago
Closed 10 years ago
#4399 closed defect (wontfix)
Trianglepaint example takes 2:15 to load
Reported by: | tonyforster | Owned by: | walter |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Turtleart | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
xo-4, os26, ta170
Triangle paint takes 2m15s to load, more than enough for the user to assume it has crashed. This might indicate inefficiency in the loading algorithm or just that the example is very complex. If the latter, then indicating in the name might help, eg "Tpaint-very slow to load"
Change History (3)
comment:1 Changed 10 years ago by tonyforster
comment:2 Changed 10 years ago by AlanJAS
In my computer takes about 10 secs (and it have a good processor).
We need a progress bar or something..
comment:3 Changed 10 years ago by walter
- Resolution set to wontfix
- Status changed from new to closed
I changed the way loading works so that it launches the activity and then puts up a WATCH cursor. I don't think I will go so far as to put up a progress bar.
Note: See
TracTickets for help on using
tickets.
or maybe it could display loading ... with incrementing dots
(but that might be more effort than this one example can justify)