Re: ttk::progressbar on Vista
[email protected] (Gisle Aas)
| Newsgroups | perl.tcltk |
|---|---|
| Message-ID | <[email protected]> |
On Sep 11, 2009, at 7:17 , Jeff Hobbs wrote: > Not yet. Tk 8.5.8 has not yet been released, but that will probably > happen soon. > > On 2009-09-10, at 9:33 PM, "Sylvain Thibault" <[email protected]> > wrote: > >> Is this fix included in the tkkit.dll for AP 5.10 build 1006 ? For the record. This is one possible way to figure out what version of Tk is shipped in the tkkit bundled with ActivePerl: $ perl -MTkx -E "say for ActivePerl->VERSION, Tkx::set('tk_patchLevel')" 1006 8.5.6 Another is to read 'perldoc Tcl::tkkit', but that doesn't document versions to patchlevel accuracy. --Gisle >> >> Thanks >> ----- Original Message ----- From: "Jeff Hobbs" <[email protected] >> > >> To: "Sylvain Thibault" <[email protected]> >> Cc: <[email protected]> >> Sent: Monday, June 22, 2009 3:22 PM >> Subject: Re: ttk::progressbar on Vista >> >> >>> On 20/06/2009 3:34 PM, Sylvain Thibault wrote: >>>> Running Vista Ultimate... (Because I have to) ActiveState Perl >>>> 5.10 build 1004 >>>> The progress bar in indeterminate mode is very skinny. Any way >>>> to make it wider ? >>> Got this info back from the Vista theme person - >>> This should be fine provided you're using the vista theme in ttk. >>> This got added into 8.6 (requires the vsapi element engine) and I >>> backported it into 8.5 branch (for 8.5.8), so the next version of >>> 8.5 will include it. The xptheme has a couple of issues on vista >>> hence the vista theme. >>> Jeff