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: H. G.
Subject: [Octave-bug-tracker] [bug #42490] helpdlg does not return a proper graphics handle
Date: Mon, 02 Jun 2014 13:36:19 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0

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

                 Summary: helpdlg does not return a proper graphics handle
                 Project: GNU Octave
            Submitted by: hardy
            Submitted on: Mon 02 Jun 2014 01:36:18 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.1
        Operating System: Any

    _______________________________________________________

Details:

This behavior is fully documented in the Octave doc. But it is incompatible to
Matlab.

Here is an (artificial) example that works under Matlab and does not under
Octave: 


clear all;
h = helpdlg('Are you ready?') 
uiwait(h)
display('Lets start');


The difference seems to be that
* helpdlg does NOT return a proper graphics handle of its own window, but
always returns the value 1  (as is said in the manual)
* uiwait can only work with proper graphics handles (which is fine, but
generates an error message in this case)





    _______________________________________________________

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]