help-octave
[Top][All Lists]
Advanced

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

zenity_list


From: Michael Grossbach
Subject: zenity_list
Date: Sat, 23 May 2009 19:35:16 +0200
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Hi,
the function zenity_list() works fine on Octave 3.0.1 on Debian lenny using the online help example. When I use the "radiolist" or "checklist" options though zenity returns an error once I click the list window's OK button:

octave:11>choice = zenity_list ("Test", {"val", "Height"}, {"TRUE", "FALSE"; "120cm", "180cm"}, "radiolist")

(zenity:5653): GLib-GObject-CRITICAL **: g_value_get_string: assertion `G_VALUE_HOLDS_STRING (value)' failed
choice = (null)

which returns:
octave:14> which zenity_list
zenity_list is the user-defined function from the file
/usr/share/octave/packages/zenity-0.5.5/zenity_list.m


Any ideas what I am doing wrong?

Thanks, Michael


reply via email to

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