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

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

[Octave-bug-tracker] [bug #38046] struct2hdl error


From: Rik
Subject: [Octave-bug-tracker] [bug #38046] struct2hdl error
Date: Wed, 09 Jan 2013 18:03:43 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0

Update of bug #38046 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

The issue is that your figure had an object of type "uicontrol" which
currently isn't supported by struct2hdl.

The code to modify begins at line 114 of struct2hdl where there is a large
if/elsif/elsif/endif tree for each type of object.  It seems like a branch
needs to be added for "uicontrol" and then a new subfunction createuicontrol()
added.  There are examples of other createXXXX functions in struct2hdl so it
shouldn't be too difficult.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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