octave-maintainers
[Top][All Lists]
Advanced

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

Re: QtHandles: Qt-based toolkit with uicontrol/uipanel support


From: Joaquim Luis
Subject: Re: QtHandles: Qt-based toolkit with uicontrol/uipanel support
Date: Wed, 12 Oct 2011 14:12:31 -0700 (PDT)

Sorry, I forgot to mention in previous message. Your example from another
thread works 

h0 = uimenu ('label', 'Level 0', 'callback', @(h,e) disp('level 0'));
h1 = uimenu (h0, 'label', 'Level 1', 'callback', @(h,e) disp('level 1'));
h2 = uimenu (h1, 'label', 'Level 2', 'callback', @(h,e) disp('level 2'));

... as long as I cat the above 3 lines into one. When executed from an m
file I get

error: invalid call to script /home/j/programs/octave/QtHandles/t.m

--
View this message in context: 
http://octave.1599824.n4.nabble.com/QtHandles-Qt-based-toolkit-with-uicontrol-uipanel-support-tp3887875p3899746.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


reply via email to

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