Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
heyitsnick
on Jan 4, 2012
|
parent
|
context
|
favorite
| on:
A Programming Idiom You've Never Heard Of
I find it very handy with GUI programming under python too.
with wait_cursor(wxwindow):
... change cursor to hourglass whilst process runs...
I have similar context processors for locking controls or other temporary GUI changes
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
with wait_cursor(wxwindow):
I have similar context processors for locking controls or other temporary GUI changes