[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnumed-devel] lil' project
From: |
Karsten Hilbert |
Subject: |
[Gnumed-devel] lil' project |
Date: |
Sat, 7 Sep 2002 18:07:04 +0200 |
User-agent: |
Mutt/1.3.22.1i |
for someone honing her Python/GUI skillz:
A generic progress bar. There's only one for MS Windows
implemented in wxWindows. Useful for
- loading of plugins
- bulk import of data
- data transfer from medical devices
- long searches in patients
Should support:
- a pipe filling left to right
- arbitrary caption
- arbitrary naming of start and end points
- numeric percentage display
- arbitrary fixed string
- another string changeable with every step() or set_progress()
- modal and non-modal mode
- optional acoustic/pop forward completion notification
- cancel button
Example:
,-------------------------------.
| Loading GnuMed plugins | fixed caption
| ,---------------------------. |
| |######## 35 % | |
| `---------------------------' |
| loading: Prescription writer | <fixed string>: <changing string>
| ________ |
| | CANCEL | |
| `--------' |
`-------------------------------'
Note how in this example the start and endpoints don't have
any label !
It might conceivably be based on the wxGauge family of widgets.
Comments, ideas, opinions ?
Regards,
Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346
- [Gnumed-devel] lil' project,
Karsten Hilbert <=