From: Christopher Tasma Date: 2007-03-12T05:20:30+09:00 Subject: Re: QT Ruby odd focus behavior > This might not be particularly useful, but have you considered > separating the gui code from the actual functional part and having them > run in separate processes? this would fix your issue, and give you the > 'feature' of allowing the downloads to continue with no window or have a > different gui. I've thought about that. I hadn't done anything with ruby and threads before this, so I got myself into a hole on this one. I think next time I will have to do like you said, and separate things on a process level. For this project, I might assume that it won't be a problem because there won't be anybody sharing with themselves anyway ;-) -- Posted via http://www.ruby-forum.com/.