Re: [Tkinter-discuss] Add text to desktop

2016-05-26 Thread Dudi Goldenberg
with a few modifications, your example can be used to actually look like a desktop wallpaper: # --- --- ### However, as soon as you call something like "pcmanfm --desktop" to get desktop icons y

Re: [Tkinter-discuss] Add text to desktop

2016-05-26 Thread Michael Lange
Hi, On Thu, 26 May 2016 09:36:16 +0200 Paul Malherbe wrote: > You could use canvas to achieve this as per attached snippet. with a few modifications, your example can be used to actually look like a desktop wallpaper: # import Tkinter as tk i

Re: [Tkinter-discuss] Add text to desktop

2016-05-26 Thread Paul Malherbe
evin Walzer Sent: Thursday, May 26, 2016 5:23 To: tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] Add text to desktop   On 5/25/16 7:31 PM, Dudi Goldenberg w

Re: [Tkinter-discuss] Add text to desktop

2016-05-26 Thread Dudi Goldenberg
Thanks to all repliers! This is all great help! I'll post the results. Thanks again. D. From: Paul Malherbe [mailto:p...@tartan.co.za] Sent: Thursday, May 26, 2016 10:36 To: Dudi Goldenberg ; tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] Add text to desktop Hi You coul

Re: [Tkinter-discuss] Add text to desktop

2016-05-26 Thread Hexamorph
Am 26.05.2016 um 07:32 schrieb Dudi Goldenberg: Hi Kevin and Hexamorph, I understand your point. The choice of Python was done for its good and easy support for my hardware (BeagleBone Black). While the project functionality is complete, I am now facing the need to display small amount (3-5

Re: [Tkinter-discuss] Add text to desktop

2016-05-25 Thread Dudi Goldenberg
day, May 26, 2016 5:23 To: tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] Add text to desktop On 5/25/16 7:31 PM, Dudi Goldenberg wrote: Is there another method/module/anything that makes this possible?? Your previous question asked if there was a way to do this without windows--t

Re: [Tkinter-discuss] Add text to desktop

2016-05-25 Thread Hexamorph
Am 26.05.2016 um 04:23 schrieb Kevin Walzer: On 5/25/16 7:31 PM, Dudi Goldenberg wrote: Is there another method/module/anything that makes this possible?? Your previous question asked if there was a way to do this without windows--that is absurd since drawing in and displaying windows is all T

Re: [Tkinter-discuss] Add text to desktop

2016-05-25 Thread Kevin Walzer
On 5/25/16 7:31 PM, Dudi Goldenberg wrote: Is there another method/module/anything that makes this possible?? Your previous question asked if there was a way to do this without windows--that is absurd since drawing in and displaying windows is all Tkinter does. There may be ways to display

Re: [Tkinter-discuss] Add text to desktop

2016-05-25 Thread Dudi Goldenberg
Is there another method/module/anything that makes this possible?? D. From: Bryan Oakley [mailto:bryan.oak...@gmail.com] Sent: Thursday, May 26, 2016 2:29 To: Dudi Goldenberg Cc: tkinter-discuss@python.org Subject: Re: [Tkinter-discuss] Add text to desktop There is no way to do what you want

Re: [Tkinter-discuss] Add text to desktop

2016-05-25 Thread Bryan Oakley
There is no way to do what you want with tkinter. On Wed, May 25, 2016 at 10:56 AM, Dudi Goldenberg wrote: > Hello list, > > > > What would be the best way to add some text over the desktop background > image, with no window and no frame? > > > > Font, size and colors needs to be controlled, som