From ajaygargnsit at gmail.com Tue Aug 21 09:05:55 2012 From: ajaygargnsit at gmail.com (Ajay Garg) Date: Tue, 21 Aug 2012 12:35:55 +0530 Subject: [Pygui] Is there a way to purposefully do synchronous GUI updates? Message-ID: Hi all. I frequently happen to encounter cases, where GUI updates do not happen in the in-order manner. For eg, if the code is on the lines :: logic statement 1 update GUI logic statement 2 the actual procedure that happens is :: logic statement 1 logic statement 2 update GUI However, if I do something like logic statement 1 update GUI gobject.idle_add(logic statement 2) the procedure now runs in in-order. The above is not a problem for such trivial cases, but it IS a problem, when we want to have seemingly in-order GUI updates, when the code runs deep. So, is there a way to have the code always in-order; in other words, have the GUI updates absolutely synchronous? WIll be grateful for a reply. Thanks and Regards, Ajay -------------- next part -------------- An HTML attachment was scrubbed... URL: From silentrunner at sonnenkinder.org Fri Aug 24 13:36:54 2012 From: silentrunner at sonnenkinder.org (silentrunner) Date: Fri, 24 Aug 2012 13:36:54 +0200 Subject: [Pygui] Commandline issue and pyGUI status Message-ID: Hallo, currently I do some research about Python and GUI-frameworks. When running the examples via: python.exe blobedit.py and close the window, the cmd freezes or a least does not response any more. cmd shows: GWindow.center GWindow.center Using windows 7 64-bit I found are similar issue at: https://groups.google.com/forum/?fromgroups=#!topic/pyglet-users/6lb-AKrbKbk which was a year ago. Is there a solution or workaround yet? My second question would be, how is the status of pyGUI, is it still under development and how about the goal becoming pythons main GUI - Framework? Thanks in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: