octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #42490] helpdlg does not return a proper graph


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #42490] helpdlg does not return a proper graphics handle
Date: Wed, 10 Feb 2016 07:45:03 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #6, bug #42490 (project octave):

FYI, if code is still in the state I think it is, the Qt dialog code is
something I wrote, and it was not initially intended to be a full-blown
implementation of handles or whatnot for reasons of limitations.  Also, the
dialogs have to be modal because of this limitation.  The limitation at the
time was the lack of a well-designed cross-thread communication between Octave
core and whatever GUI it is running in.  Without that, about all that can be
done is suspend the Octave core while the GUI dialog is responded to, return
the answer, then take the core out of sleep state and read the result.  Having
a good cross-thread comm where commands and results can be exchanged would
solve not only this problem, but make breakpoints and such easy as well.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42490>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]