Re: blocking gui process

2010-06-07 Thread Eirik Byrkjeflot Anonsen
John Tapsell johnf...@gmail.com writes: On 5 June 2010 12:07, Russell Shaw rjs...@netspace.net.au wrote: Constructing GUIs with a declarative language is all well and good for non-programmers and artistic types, but as soon as you want to create a custom action or widget such as eg a

Re: blocking gui process

2010-06-07 Thread Alexandre Mazari
what | web | guis --- style | css | program calls gui toolkit* structure | html | program calls gui toolkit** behaviour | js| program shows different parts when it | gets callbacks; calling

Re: blocking gui process

2010-06-07 Thread John Tapsell
On 7 June 2010 18:53, Alexandre Mazari sca...@gmail.com wrote: what     |  web   |  guis --- style     |  css   |  program calls gui toolkit* structure |  html  |  program calls gui toolkit** behaviour |  js    |  program shows

blocking gui process

2010-06-04 Thread Johannes Buchner
Hi! I was wondering if it would be possible to architect GUIs so that their process can be blocked while the user doesn't interact with them. That would make it possible to swap the process out completely (e.g. while it is on a different workspace). In reality, a program will often have some

Re: blocking gui process

2010-06-04 Thread John Tapsell
On 5 June 2010 00:41, Johannes Buchner buchner.johan...@gmx.at wrote: Hi! I was wondering if it would be possible to architect GUIs so that their process can be blocked while the user doesn't interact with them. That would make it possible to swap the process out completely (e.g. while it is