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

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

[Octave-bug-tracker] [bug #36311] NoSuchMethodException: questdlg, error


From: Martin Molenaar
Subject: [Octave-bug-tracker] [bug #36311] NoSuchMethodException: questdlg, errordlg, helpdlg, inputdlg, warndlg
Date: Thu, 26 Apr 2012 08:26:31 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0

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

                 Summary: NoSuchMethodException: questdlg, errordlg, helpdlg,
inputdlg, warndlg
                 Project: GNU Octave
            Submitted by: nitram
            Submitted on: Thu 26 Apr 2012 08:26:30 AM GMT
                Category: Interpreter
                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.6.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Hello,

I found the next bug:

This is working fine:

questdlg('yes or no?', 'question', 'yes', 'no', 'no')
ans = no


But if there is a cell specified instead of a char[], there is a Java
Exception.

questdlg({'yes or no?'}, 'question', 'yes', 'no', 'no')
error: [java] java.lang.NoSuchMethodException: questdlg
error: called from:
error:  
E:\octave\Octave3.6.1_gcc4.6.2\share\octave\packages\java-1.2.8\questdlg.m at
line 79, column 7


Thanks,
Nitram




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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