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

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

[Octave-bug-tracker] [bug #40242] FLTK + GUI = crash on MacOSX


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #40242] FLTK + GUI = crash on MacOSX
Date: Sun, 17 Nov 2013 11:17:08 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:25.0) Gecko/20100101 Firefox/25.0

Follow-up Comment #8, bug #40242 (project octave):

I have installed QtHandles graphics_toolkit on mac os 10.7 :
 - it works just fine with the gui
 - crashes with --no-gui ("QWidget: Cannot create a QWidget when no GUI is
being used"). This is due to using a QCoreApplication instead of a
QApplication in --no-gui mode.
 - in cli mode, graphics_toolkit ("qt") returns an error as no QApplication
has been initiated.
 
That tends to make me second Ben interpretation. Even though the figures may
be launched from the interpreter thread they use the QApplication context that
was instantiated from the main GUI thread. In the case of FLTK the
initialization of the GUI is made from the interpreter thread. 

Is it possible to Initialise FLTK from the GUI thread (which would make 2 GUI
toolkits in the same thread)? 


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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