Oddly, I never received the message you are linking to here. In an ideal world, though, Qt and JHS would both listen to their sockets from the same main loop. This would allow both to be active at the same time.
I do not know if Qt exposes its sockets in a fashion which allows poll (or select) to wait for the sockets to be ready - this would be required before the ideal could be implemented. Still, if Qt does not currently allow this, it's LGPL software so someone could modify it to do so (though that might require a major disruption of its architecture, depending on how it's abstracted). FYI, -- Raul On Mon, Mar 18, 2013 at 6:15 AM, Ric Sherlock <[email protected]> wrote: > Linda, > There is nothing wrong with your install. The beta forum is a good > place to find out about J8. > I think the following thread has covered the issue you describe: > > http://www.jsoftware.com/pipermail/beta/2013-March/006606.html > > On Mon, Mar 18, 2013 at 8:45 PM, Linda Alvord <[email protected]> wrote: >> I just installed J8. I have an icon jqt - cmd which takes me to Term. Run >> and Launch JHS takes me to Chrome. Here there seems to be no problem with >> link. All choices seem to work as they did in J7. However, if I close >> Chrome, the Term crashes and I must close it and close the program. >> >> >> >> Actually without closing Chrome, if I enter the Term window it will not >> respond and must be closed and the program closed. Restarting the Term is >> not a problem. >> >> >> >> Have I installed something incorrectly? >> >> >> >> Linda >> >> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
