Re: [OctDev] [pkg.m] Code sprint

2012-11-13 Thread Juan Pablo Carbajal
On Thu, Nov 1, 2012 at 1:08 PM, Juan Pablo Carbajal ajuanpi+...@gmail.com wrote: Hi all, The code sprint to improve pkg.m will take place on the 17th and 18th of November. Choose your task here http://wiki.octave.org/Code_sprint:_pkg.m If you still want to join us you can add yourself here

Re: [OctDev] image 2.0.0 released

2012-11-13 Thread Carnë Draug
On 11 November 2012 23:20, Carnë Draug carandraug+...@gmail.com wrote: On 11 November 2012 16:39, Rafael Laboissiere raf...@laboissiere.net wrote: * Carnė Draug carandraug+...@gmail.com [2012-11-11 13:34]: I don't know what changed to make this usage stop working so I only left a note on the

[OctDev] ginput doesn't work

2012-11-13 Thread Henque
Hello, I've installed octave 3.6.2 on windows XP. And I try to use the function ginput : imshow(rand(100)) [x,y]=ginput(1) But I get this error: error: feval: function '__qt_ginput__' no found error: called from: error: \m\plot\ginput.m at line 41, column 21 Does anyone have an idea? Thanks

Re: [OctDev] ginput doesn't work

2012-11-13 Thread Daniel J Sebald
On 11/13/2012 08:54 AM, Henque wrote: Hello, I've installed octave 3.6.2 on windows XP. And I try to use the function ginput : imshow(rand(100)) [x,y]=ginput(1) But I get this error: error: feval: function '__qt_ginput__' no found error: called from: error:\m\plot\ginput.m at line 41,

Re: [OctDev] ginput doesn't work

2012-11-13 Thread Andy Buckle
On 13 November 2012 19:28, Henque he_l...@hotmail.com wrote: Hello Dan, Thanks for reply me. My graphics type is a: Mobile Intel(R) 965 Express Chipset Family. Just to be more precise, I installed this version of octave Octave 3.6.2 for Windows Microsoft Visual Studio. Thanks, Hector

Re: [OctDev] ginput doesn't work

2012-11-13 Thread Daniel J Sebald
On 11/13/2012 01:28 PM, Henque wrote: Hello Dan, Thanks for reply me. My graphics type is a: Mobile Intel(R) 965 Express Chipset Family. Too precise. :-) Just to be more precise, I installed this version of octave Octave 3.6.2 for Windows Microsoft Visual Studio. Octave uses a graphics

Re: [OctDev] ginput doesn't work

2012-11-13 Thread Henque
Hello, Sorry for the mistake. I've just started working with octave. First, I installed octave with the default parameters : Toolkit = qt. I have just uninstalled and reinstalled it but this time I chose Gnuplot as graphics toolkit and the problem is solved. Thanks a lot. Hector -- View

Re: [OctDev] ginput doesn't work

2012-11-13 Thread Daniel J Sebald
On 11/13/2012 02:26 PM, Henque wrote: Hello, Sorry for the mistake. I've just started working with octave. First, I installed octave with the default parameters : Toolkit = qt. I have just uninstalled and reinstalled it but this time I chose Gnuplot as graphics toolkit and the problem is

Re: [OctDev] ginput doesn't work

2012-11-13 Thread Salva Ardid
El Dimarts, 13 de novembre de 2012, a les 14:41:09, Daniel J Sebald va escriure: On 11/13/2012 02:26 PM, Henque wrote: Hello, Sorry for the mistake. I've just started working with octave. First, I installed octave with the default parameters : Toolkit = qt. I have just uninstalled

Re: [OctDev] ginput doesn't work

2012-11-13 Thread Daniel J Sebald
On 11/13/2012 02:45 PM, Salva Ardid wrote: El Dimarts, 13 de novembre de 2012, a les 14:41:09, Daniel J Sebald va escriure: On 11/13/2012 02:26 PM, Henque wrote: Hello, Sorry for the mistake. I've just started working with octave. First, I installed octave with the default parameters :

Re: [OctDev] ginput doesn't work

2012-11-13 Thread Salva Ardid
El Dimarts, 13 de novembre de 2012, a les 14:52:05, Daniel J Sebald va escriure: On 11/13/2012 02:45 PM, Salva Ardid wrote: El Dimarts, 13 de novembre de 2012, a les 14:41:09, Daniel J Sebald va escriure: On 11/13/2012 02:26 PM, Henque wrote: Hello, Sorry for the mistake. I've

Re: [OctDev] ginput doesn't work

2012-11-13 Thread Henque
Hello Dan, I only chose it to maintain the compatibility with other applications. Hector Date: Tue, 13 Nov 2012 12:41:32 -0800 From: ml-node+s1599824n4646595...@n4.nabble.com To: he_l...@hotmail.com Subject: Re: ginput doesn't work On 11/13/2012 02:26 PM, Henque wrote: Hello,

Re: [OctDev] ginput doesn't work

2012-11-13 Thread Martin Helm
You run the qthandles toolkit which has no implementation for ginput, switch to one of the others and try with that close all graphics_toolkit fltk for example at the octave prompt (you may need to close all graphics before with the close all).

Re: [OctDev] ginput doesn't work

2012-11-13 Thread Daniel J Sebald
On 11/13/2012 02:05 PM, Martin Helm wrote: You run the qthandles toolkit which has no implementation for ginput, switch to one of the others and try with that close all graphics_toolkit fltk for example at the octave prompt (you may need to close all graphics before with the close all).

Re: [OctDev] [pkg.m] Code sprint

2012-11-13 Thread Sergei Steshenko
From: Juan Pablo Carbajal ajuanpi+...@gmail.com To: Octave Forge octave-dev@lists.sourceforge.net; help-oct...@octave.org; Octave Maintainers octave-maintain...@octave.org Sent: Tuesday, November 13, 2012 3:12 PM Subject: Re: [pkg.m] Code sprint On Thu,

Re: [OctDev] [pkg.m] Code sprint

2012-11-13 Thread Michael D. Godfrey
On 11/13/2012 06:16 PM, Sergei Steshenko wrote: Or you think existence of SW architects is a human race mistake and they are unnecessary ? Regards, Sergei. I am with you, Sergei. I have been there: spec and USER doc first, then design, then consider some coding. I know this is boring