I would highly recommend wxPython over TkInter, especially if you are already familiar with Win32 GUI programs in general.<br><br>reasons:<br>- better supported on Win32<br>- better native look-n-feel<br>- much more extensive (supports more types of controls, etc.)
<br>- more active community <br><br>Of course this is just my opinion, and YMMV.<br><br>Kevin Horn<br><br><br><div class="gmail_quote">On Dec 17, 2007 2:08 PM, Johri, Mayank (GTI) <<a href="mailto:mayank_johri@ml.com">
mayank_johri@ml.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Tim,<br><br>Thanks for the information, I know the pain ;) it is causing me.
<br>The reason why I went to use RC was that the over head on my final<br>package size was minimal. But now I think trying wxPython or Tkinker<br>will be a better solution in long run.<br><div class="Ih2E3d"><br>Thanks and Regards,
<br>Mayank Johri<br>Merrill Lynch & Co.<br>Ph: 212.647.3076<br><br><br><br>-----Original Message-----<br>From: <a href="mailto:python-win32-bounces@python.org">python-win32-bounces@python.org</a><br>[mailto:<a href="mailto:python-win32-bounces@python.org">
python-win32-bounces@python.org</a>] On Behalf Of Tim Roberts<br></div><div class="Ih2E3d">Sent: Monday, December 17, 2007 12:59 PM<br>To: Python-Win32 List<br>Subject: Re: [python-win32] python and Windows Resource Files.
<br><br><br></div><div><div></div><div class="Wj3C7c">Johri, Mayank (GTI) wrote:<br>> Tim,<br>><br>> I am using the win32rcparser and win32gui to display the dialog on the<br>> screen. I have used the example
win32rcparser.py for this.<br>><br><br>Well, win32rcparser.py reads the RC file, but it doesn't display it on<br>the screen.<br><br>What you're doing is working at the lowest possible level. If you want<br>to create a Windows GUI using the raw API, then you might as well write
<br>it in C++. You're just going to battle the Python/C boundary over and<br>over. It is possible to call GetDlgItem to fetch window handles for the<br>controls in your dialog, and then send Windows messages to fetch their
<br>contents, but it's a lot of work for no particularly good reason.<br><br>It would be much better in the long term for you to investigate wxPython<br>or tkinter or one of the other GUI wrappers, to let you create and
<br>manage your GUI with something approaching Python's class philosophy.<br><br>--<br>Tim Roberts, <a href="mailto:timr@probo.com">timr@probo.com</a><br>Providenza & Boekelheide, Inc.<br><br>_______________________________________________
<br>python-win32 mailing list<br><a href="mailto:python-win32@python.org">python-win32@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/python-win32" target="_blank">http://mail.python.org/mailman/listinfo/python-win32
</a><br></div></div><div class="Ih2E3d">--------------------------------------------------------<br><br>This message w/attachments (message) may be privileged, confidential or proprietary, and if you are not an intended recipient, please notify the sender, do not use or share it and delete it. Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Merrill Lynch. Subject to applicable law, Merrill Lynch may monitor, review and retain e-communications (EC) traveling through its networks/systems. The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or error-free. This message is subject to terms available at the following link:
<a href="http://www.ml.com/e-communications_terms/" target="_blank">http://www.ml.com/e-communications_terms/</a>. By messaging with Merrill Lynch you consent to the foregoing.<br>--------------------------------------------------------
<br>_______________________________________________<br></div><div><div></div><div class="Wj3C7c">python-win32 mailing list<br><a href="mailto:python-win32@python.org">python-win32@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/python-win32" target="_blank">
http://mail.python.org/mailman/listinfo/python-win32</a><br></div></div></blockquote></div><br>