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

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

[Octave-bug-tracker] [bug #45492] cufsm4.m program GUI generates errors,


From: Rik
Subject: [Octave-bug-tracker] [bug #45492] cufsm4.m program GUI generates errors, problems whit type conversions
Date: Tue, 11 Aug 2015 17:31:32 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)

Update of bug #45492 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #2:

I think you will have to narrow it down before anyone can be of help.

The warnings are quite straightforward.  Somewhere there is code of the form.


set (h, 'Tooltip', 'some string')


but the property name is actually 'tooltipstring'.  You can do a search and
replace in the m-file to correct that.  Or you can turn off this particular
warning with


warning ('off', 'Octave:abbreviated-property-match');


The real problem seems not to be the warnings but the error from str2num.  Try
setting


debug_on_error (true)


and then running cufsm4.  When Octave encounters the first error it will drop
into a command line debug prompt and you can inspect the variables and see
what is going on.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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