No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
I'm developing a calendar application The top level window is a frame containing a panel that displays the calendar grid and a panel that contains a "Close" button. I'm unable to obtain the size of the calendar grid panel. When I add code to get the panel size, the result … | |
Hi everyone, I've been researching various python libraries to extract data from pdf files. Currently, I'm exploring PyMuPDF After installing it, I try to run a basic script to get the number of pages in the pdf file. However, the following runtime error occurs. File "/usr/local/apps/PyMuPDF-1.18.17/fitz/fitz.py", line 1281 def is_rectangular(self) … | |
Re: Add a timer after adding the text control and the buttons. Bind a function to the timer to increment a counter and to update the text control with the value of the counter. When the start button is pressed, initialize the counter and start the timer. When the stop button … | |
Re: I used the widget inspection tool to analyze the widget events. It seems that EVT_SHOW of the popup window can be used to achieve your result. If you're still reading this, let me know if you got this to work. Good luck. | |
Hi, Does anyone have an example of code in wxpython that moves a sprite across an image background? Or can point me to an url that shows an example? Thanks |
The End.