<br><br><div class="gmail_quote">On Fri, Oct 29, 2010 at 10:02 AM,  <span dir="ltr">&lt;<a href="mailto:python@bdurham.com">python@bdurham.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div><div style="font-family: Arial; font-size: medium;" dir="ltr"><div>Wondering if there are ways to use the Win32 API to get around the following Tkinter limitations?</div></div></div></blockquote><div><br>If you are familiar with winapi you can try using pywin32 extension:<br>
<br><a href="http://sourceforge.net/projects/pywin32/">http://sourceforge.net/projects/pywin32/</a><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div style="font-family: Arial; font-size: medium;" dir="ltr">
<div> </div>
<div>1. Inability to set custom mouse cursors via *.cur/*.ani files.</div></div></div></blockquote><div><br>Why not use conventional tcl/tk functionality? It seems tcl/tk allows to use cur/ani files for custom cursor:<br>
<br><a href="http://wiki.tcl.tk/8674">http://wiki.tcl.tk/8674</a><br><br>In *nix environment you can use the same images converted into xcursor resources:<br><br><a href="http://sk1project.org/viewpage.php?page_id=20">http://sk1project.org/viewpage.php?page_id=20</a><br>
</div></div><br>-- <br>Regards,<br><br>Igor Novikov<br>sK1 Project<br><a href="http://sk1project.org" target="_blank">http://sk1project.org</a><br><br><br>