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

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

[Octave-bug-tracker] [bug #54720] Opening a msgbox, warndlg etc. after d


From: Rik
Subject: [Octave-bug-tracker] [bug #54720] Opening a msgbox, warndlg etc. after dialog freezes octave
Date: Tue, 25 Sep 2018 11:56:44 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0

Follow-up Comment #4, bug #54720 (project octave):

Confirmed as well.  This could also be a problem with the dialog code itself. 
The example from the help text for dialog


## create an empty dialog window titled "Dialog Example"
h = dialog ("name", "Dialog Example");

## create a button (default style)
b = uicontrol (h, "string", "OK",
                  "position", [10 10 150 40],
                  "callback", "delete (gcf)");

## wait for dialog to resume or close
uiwait (h);


doesn't work for me.  The callback is never activated and I have to close the
window in order for it to work.  In 4.2.2 the code stops after the uicontrol
object is created, which works, but then the uiwait code fails because there
is no handle h.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54720>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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