From: Olivier Lenormand on 25 May 2010 04:36 Hi, ttk::combobox isn't diplayed correctly since I'm running Windows Seven: the right arrow is 80% cropped, but still usable. Changing the font settings does not change the problem. Here is what it looks like: http://uppix.net/d/7/0/a33e1b63b764125a66cd5ee12f865.png Same tcl (8.6b1.1) code is flawless on Windows XP. Any ideas? Thanks, Olivier.
From: Keith on 25 May 2010 22:59 On Tue, 25 May 2010 01:36:25 -0700 (PDT), Olivier Lenormand <o.lenormand(a)gmail.com> wrote in [ comp.lang.tcl ]: > Hi, > ttk::combobox isn't diplayed correctly since I'm running Windows > Seven: the right arrow is 80% cropped, but still usable. > Changing the font settings does not change the problem. > Here is what it looks like: > http://uppix.net/d/7/0/a33e1b63b764125a66cd5ee12f865.png > Same tcl (8.6b1.1) code is flawless on Windows XP. > Any ideas? > Thanks, Olivier. Try setting the -width and you could also try putting it into a frame. -- Best Regards, Keith http://home.comcast.net/~kilowattradio/ I'm Your Huckle Berry http://www.youtube.com/watch?v=KfbAFgD2mLo
From: Olivier Lenormand on 26 May 2010 04:12 On 26 mai, 04:59, Keith <kilowattra...(a)use-reply-to.invalid> wrote: > Try setting the -width and you could also try putting it into a frame. Hi Keith, Neither -width option nor frame usage modify this behaviour. Am I the only one using ttk:combobox in Seven or is this widget displayed correctly for everyone else? Thanks, Olivier.
From: Jeff Godfrey on 26 May 2010 12:04 On 5/26/2010 3:12 AM, Olivier Lenormand wrote: > On 26 mai, 04:59, Keith<kilowattra...(a)use-reply-to.invalid> wrote: >> Try setting the -width and you could also try putting it into a frame. > > Hi Keith, > > Neither -width option nor frame usage modify this behaviour. > > Am I the only one using ttk:combobox in Seven or is this widget > displayed correctly for everyone else? > > Thanks, Olivier. While I don't know what the problem is, I can reproduce the clipped combobox arrow under Win7 64-bit using ActiveTcl 8.6b1.1. Using ActiveTcl 8.5.8, the arrow is rendered correctly. Jeff
From: Jeff Hobbs on 26 May 2010 16:07
On May 26, 9:04 am, Jeff Godfrey <jeff_godf...(a)pobox.com> wrote: > On 5/26/2010 3:12 AM, Olivier Lenormand wrote: > > > On 26 mai, 04:59, Keith<kilowattra...(a)use-reply-to.invalid> wrote: > >> Try setting the -width and you could also try putting it into a frame. > > > Neither -width option nor frame usage modify this behaviour. > > > Am I the only one using ttk:combobox in Seven or is this widget > > displayed correctly for everyone else? > > While I don't know what the problem is, I can reproduce the clipped > combobox arrow under Win7 64-bit using ActiveTcl 8.6b1.1. Using > ActiveTcl 8.5.8, the arrow is rendered correctly. Using the latest AT 8.6 beta 3 (core 8.6b1.2) it renders correct on Vista 64-bit, but that may not be the same as Windows 7. Jeff |