Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38710
| Date | 2013-02-11 23:50 +0000 |
|---|---|
| From | MRAB <python@mrabarnett.plus.com> |
| Subject | Re: Monitoring updating directory for image for GUI |
| References | <8a572770-9cc1-4b65-9053-10fd6c2f543b@googlegroups.com> <ecf822b9-9192-48a6-8ca6-2059fafd22ff@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1672.1360626611.2939.python-list@python.org> (permalink) |
On 2013-02-11 22:50, ciscorucinski@gmail.com wrote: [snip] > > So I would only create one image location at "images\sheetMusic.png" > and that file would be continuously updated as new notes are streamed > in. My "monitor" class (might be a legacy component now) would > basically look for that one image - "images\sheetMusic.png", grab it, > and update the GUI at an interval that is easy on the eyes (maybe a > half second for example). > > Could there be a problem where the image is being updated, so the OS > deletes the image, and my program tries to update the image but > cannot find it, and the OS reassigns that file location to that > previous file location and name? > [snip] You could create the image under one name and then copy or move/rename it for display.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Monitoring updating directory for image for GUI ciscorucinski@gmail.com - 2013-02-06 14:02 -0800
Re: Monitoring updating directory for image for GUI Chris Angelico <rosuav@gmail.com> - 2013-02-07 17:25 +1100
Re: Monitoring updating directory for image for GUI ciscorucinski@gmail.com - 2013-02-07 16:48 -0800
Re: Monitoring updating directory for image for GUI Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-02-08 02:01 +0000
Re: Monitoring updating directory for image for GUI ciscorucinski@gmail.com - 2013-02-08 09:09 -0800
Re: Monitoring updating directory for image for GUI Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-02-09 00:53 +0000
Re: Monitoring updating directory for image for GUI Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-02-08 20:32 -0500
Re: Monitoring updating directory for image for GUI ciscorucinski@gmail.com - 2013-02-08 09:09 -0800
Re: Monitoring updating directory for image for GUI ciscorucinski@gmail.com - 2013-02-07 16:48 -0800
Re: Monitoring updating directory for image for GUI Alain Ketterlin <alain@dpt-info.u-strasbg.fr> - 2013-02-07 11:25 +0100
Re: Monitoring updating directory for image for GUI Piet van Oostrum <piet@vanoostrum.org> - 2013-02-07 18:11 +0100
Re: Monitoring updating directory for image for GUI ciscorucinski@gmail.com - 2013-02-11 14:50 -0800
Re: Monitoring updating directory for image for GUI MRAB <python@mrabarnett.plus.com> - 2013-02-11 23:50 +0000
Re: Monitoring updating directory for image for GUI Piet van Oostrum <piet@vanoostrum.org> - 2013-02-13 17:09 +0100
csiph-web