Re: GUIs and events (was: Re: Concurrency)
Nick Name <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.gui |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 12 Mar 2003 23:46:57 +0100 Wolfgang Thaller <[email protected]> wrote: > > > , but: there will be a way to avoid that. Is this what you are > > saying? > > I haven't said that. But it's probably a good idea. > However, I think this is a (partly) independent issue, so those > details should be discussed separately (as point 3, for example). I am by no means useful in a discussion about strategies in multithreading. I rephrase my wish, and leave it here for the mission statement. GUI libraries wich make the application hang when a dialog is created are a bad idea. We need to have a way, even in hugs, to control the events that are to be sent to the underlying parent window when a dialog is created. Vincenzo