octave-maintainers
[Top][All Lists]
Advanced

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

Re: closed loop control GSoC Design Question


From: Doug Stewart
Subject: Re: closed loop control GSoC Design Question
Date: Mon, 10 Jun 2013 15:54:32 -0400




On Mon, Jun 10, 2013 at 1:49 PM, Jordi Gutiérrez Hermoso <address@hidden> wrote:
On 10 June 2013 13:09, Doug Stewart <address@hidden> wrote:
>  Matheus got it to work but he said:
> "Anyway, I tried to use the uiXXX functions on Octave. Even though I could
> plot a function, the push buttons didn't appear on the screen. In my
> opinion, if these functions are too unstable, we should use pure Qt to build
> the GUI."

Is this with QtHandles or with fltk?

- Jordi G. H.

I am not sure what Mathious did, I will let him say what he did.

when I tried it I got:

>> graphics_toolkit qt
>> demo uimenu
uimenu example 1:
 clf;
 surfl (peaks);
 colormap (copper (64));
 shading ('interp');
 f = uimenu ('label', '&File', 'accelerator', 'f');
 e = uimenu ('label', '&Edit', 'accelerator', 'e');
 uimenu (f, 'label', 'Close', 'accelerator', 'q', 'callback', 'close (gcf)');
 uimenu (e, 'label', 'Toggle &Grid', 'accelerator', 'g', 'callback', 'grid (gca)');

uimenu example 1: failed
A(I,J,...): index to dimension 1 out of bounds; value 61 out of bound 1
>> diary off

and I got the surface drawn in a qt window but there were no menus that i can see.

doug



DAS

https://linuxcounter.net/user/206392.html





reply via email to

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