Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~1K People Reached
Favorite Forums
Member Avatar for xcristi

Hello, Has anyone some tutorials/info about how can I print from a RichTextCtrl in wx,python? I tried using HtmlEasyPrinting but the text is not formatted as it's displayed on screen. Probably using wx.richtext.RichTextPrinting could help but I have no idea how. Thanks, Cristian

0
159
Member Avatar for xcristi

Hello, I have an application with a db update dialog: a static text and two buttons. One of the button is bind with the [B]do_update[/B] method which uses multiprocessing module to run a long task in the background. To communicate from there, I use Publisher() class. A receiver for that …

Member Avatar for xcristi
1
1K
Member Avatar for xcristi

Hello everyone, I try to build a python application based on pygtk. For GUI development I used glade3 with the option translatable strings. I've created all the PO, MO files needed, starting application with different LANG constants in command line gives me expected results. My goal is to be able …

0
56