Re: [Tkinter-discuss] Possible to stack frames with frame transparency? (create widget w/gradient background)

2010-11-03 Thread Igor Novikov
On Wed, Nov 3, 2010 at 11:50 PM, Igor Novikov wrote: > > > On Wed, Nov 3, 2010 at 8:55 PM, wrote: > >> New to Tkinter: Is it possible to stack frames on top of one another and >> if so, can frames have transparency? >> >> My goal is to create widgets with gradient backgrounds. I was hoping I >> c

Re: [Tkinter-discuss] Possible to stack frames with frame transparency? (create widget w/gradient background)

2010-11-03 Thread Igor Novikov
On Wed, Nov 3, 2010 at 8:55 PM, wrote: > New to Tkinter: Is it possible to stack frames on top of one another and if > so, can frames have transparency? > > My goal is to create widgets with gradient backgrounds. I was hoping I > could do this by placing an image in a frame and then placing an id

Re: [Tkinter-discuss] Possible to stack frames with frame transparency? (create widget w/gradient background)

2010-11-03 Thread Michael O'Donnell
Malcom, > New to Tkinter: Is it possible to stack frames on top of one another and if > so, can frames have transparency? Unless things have changed in recent releases of Tcl/Tk, what you are tring to do is not possible. Frames cannot be transparent. Frames cannot usually be stacked on top of e

[Tkinter-discuss] Possible to stack frames with frame transparency? (create widget w/gradient background)

2010-11-03 Thread python
New to Tkinter: Is it possible to stack frames on top of one another and if so, can frames have transparency? My goal is to create widgets with gradient backgrounds. I was hoping I could do this by placing an image in a frame and then placing an identical sized frame over this image frame. This on

[Tkinter-discuss] Tkinter/ttk compatibility with Citrix/WTS (Windows Terminal Services)?

2010-11-03 Thread python
Anyone have any experience using Python Tkinter/ttk applications with Citrix or WTS (Windows Terminal Services)? Any concerns, gotchas, or workarounds we should be aware of? I googled this topic [1], [2] and came up with nothing. No news is good news ... but just checking to make sure. Thanks, M