[issue5569] Issue in transparency in top level tk window(python) on MAC

2009-03-26 Thread Yogendra Mohan

New submission from Yogendra Mohan :

Hello All,

   OS - MAC 10.5.1
   Python 2.5.1
   Tk - 8.5.6

I am using the wm_attributes for transparency of top level window. But 
unable to do the same.  
The Tk wm attributes command takes option arguments
self.top=Toplevel(master=self.parent)
self.top.wm_attributes(alpha=0.0)
Let me know can I do on MAC system or Not? If not then please let me 
know what all changes are required into tkinter.

Thanks in advance.
Yogendra Mohan

--
components: Tkinter
messages: 84196
nosy: YMohan
severity: normal
status: open
title: Issue in transparency in top level tk window(python) on MAC
type: crash
versions: Python 2.5

___
Python tracker 
<http://bugs.python.org/issue5569>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5569] Issue in transparency in top level tk window(python) on MAC

2009-03-27 Thread Yogendra Mohan

Yogendra Mohan  added the comment:

Hello Amaury Forgeot,

Thanks for reply.
As you said 'wm_attributes does not take keyword arguments' I have 
taken that pach from issue1500773 and updated the same.
Still I am not able to run with Python 2.5.1 on MAC 10.5.1. Please let 
me know if anything else I have to do.

Regards
Yogendra Mohan

--
status: closed -> open

___
Python tracker 
<http://bugs.python.org/issue5569>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com