|
From: Joe E. <jen...@fl...> - 2005-03-01 03:50:33
|
Michael Kirkham wrote: > > 1. I don't think indeterminate bars should show the cylon block (dunno what > else to call it :P) when they are not running. "Cylon block" is an excellent name :-) I'm going to start calling it that instead. But yeah, with -mode indeterminate -value 0, the block probably shouldn't appear. Possibly the trough/track shouldn't be visible either. > 2. The start/stop stuff doesn't work under the Aqua theme. It turns the > track to a barber pole (actually the initial version always showed the barber > pole, but I fixed that) but doesn't animate. Phase is always 0. That doesn't sound right -- it worked for me on Aqua when I last tried it. Maybe I broke something between then and now... > Oh. And why "ttk::progress::start $w" instead of "$w start"? Judgment call, mostly; it just seemed to fit together better that way. We could make these widget methods instead; it just seemed better to me to handle this at the script level. Conversely, we could also handle the -phase-autoincrement logic at the script level, but since -phase is part of the interface between the widget and the theme I think it's better that the scripting layer not have to worry about it. More on this next message. --Joe English jen...@fl... |