Re: [Gambas-user] more trigonometry fun (not)

2011-05-23 Thread Kevin Fishburne
On 05/24/2011 12:57 AM, Bruce Bruen wrote: > On 24/05/11 14:08, Kevin Fishburne wrote: >> On 05/24/2011 12:16 AM, Bruce Bruen wrote: >> >>> On 24/05/11 13:14, Kevin Fishburne wrote: >>> I was already helped graciously in figuring out how to translate a point in a plane along its local axe

Re: [Gambas-user] more trigonometry fun (not)

2011-05-23 Thread Bruce Bruen
On 24/05/11 14:08, Kevin Fishburne wrote: > On 05/24/2011 12:16 AM, Bruce Bruen wrote: > >> On 24/05/11 13:14, Kevin Fishburne wrote: >> >>> I was already helped graciously in figuring out how to translate a point >>> in a plane along its local axes at a given orientation, but now need a

Re: [Gambas-user] more trigonometry fun (not)

2011-05-23 Thread Kevin Fishburne
On 05/24/2011 12:34 AM, wally wrote: > On Tuesday, May 24, 2011 05:44:14 Kevin Fishburne wrote: >> I was already helped graciously in figuring out how to translate a point >> in a plane along its local axes at a given orientation, but now need a >> bit of the inverse of the equation. >> >> I need t

Re: [Gambas-user] more trigonometry fun (not)

2011-05-23 Thread Kevin Fishburne
On 05/24/2011 12:16 AM, Bruce Bruen wrote: > On 24/05/11 13:14, Kevin Fishburne wrote: >> I was already helped graciously in figuring out how to translate a point >> in a plane along its local axes at a given orientation, but now need a >> bit of the inverse of the equation. >> >> I need to know th

Re: [Gambas-user] more trigonometry fun (not)

2011-05-23 Thread wally
On Tuesday, May 24, 2011 05:44:14 Kevin Fishburne wrote: > I was already helped graciously in figuring out how to translate a point > in a plane along its local axes at a given orientation, but now need a > bit of the inverse of the equation. > > I need to know the (x, y) offset of a point at a gi

Re: [Gambas-user] more trigonometry fun (not)

2011-05-23 Thread Bruce Bruen
On 24/05/11 13:14, Kevin Fishburne wrote: > I was already helped graciously in figuring out how to translate a point > in a plane along its local axes at a given orientation, but now need a > bit of the inverse of the equation. > > I need to know the (x, y) offset of a point at a given orientation

Re: [Gambas-user] gb3: sorting an array-like structure

2011-05-23 Thread Bruce Bruen
On 24/05/11 11:52, Kevin Fishburne wrote: > On 05/23/2011 10:01 PM, Kevin Fishburne wrote: > >> On 05/09/2011 09:59 PM, Benoît Minisini wrote: >> Think of it like a spreadsheet instead of an array. I need each "row" sorted by the value in a "column". The two column values are >>

[Gambas-user] more trigonometry fun (not)

2011-05-23 Thread Kevin Fishburne
I was already helped graciously in figuring out how to translate a point in a plane along its local axes at a given orientation, but now need a bit of the inverse of the equation. I need to know the (x, y) offset of a point at a given orientation and velocity. For example if a point is moving a

Re: [Gambas-user] gb3: sorting an array-like structure

2011-05-23 Thread Kevin Fishburne
On 05/23/2011 10:01 PM, Kevin Fishburne wrote: > On 05/09/2011 09:59 PM, Benoît Minisini wrote: >>> Think of it like a spreadsheet instead of an array. I need each "row" >>> sorted by the value in a "column". The two column values are >>> ObjectNumber and ObjectY and the row represents the array in

Re: [Gambas-user] Cancelling TableView Edit

2011-05-23 Thread Bruce Bruen
On 23/05/11 22:49, Benoît Minisini wrote: On 23/05/11 21:54, Bruce Bruen wrote: I have a TabStrip with a TableView in each tab. The Click event is set up to allow the user to edit the cell in-place, which works fine as long as they stay on the same tab. But if they change the active tab w

Re: [Gambas-user] gb3: sorting an array-like structure

2011-05-23 Thread Kevin Fishburne
On 05/09/2011 09:59 PM, Benoît Minisini wrote: >> Think of it like a spreadsheet instead of an array. I need each "row" >> sorted by the value in a "column". The two column values are >> ObjectNumber and ObjectY and the row represents the array index. >> >> There's got to be something like this in

Re: [Gambas-user] One line to IDE

2011-05-23 Thread Jussi Lahtinen
Works fine! Thanks! Jussi 2011/5/23 Benoît Minisini > > Apparently 122K + 123K is over 256K, I get 245K... anyway, another try to > > post these pesky screenshots. > > > > Jussi > > > > Fixed in revision #3858. Maybe :-) > > -- > Benoît Minisini > > > --

Re: [Gambas-user] Problem in configuting

2011-05-23 Thread xnome
thank you Fabien it solved my problem Fabien Bodard-4 wrote: > > apt-get install build-essential > > 2011/5/23 xnome : >> >> Hi, >> I am using gambas2  on ubuntu 10.10 32bit >> when read that gambas3 rc1 already publish i downloaded it and extract >> ASAP >> i followed your instruction from >

Re: [Gambas-user] Problem in configuting

2011-05-23 Thread Jussi Lahtinen
Also do not use sudo, it is only needed with "make install". Jussi On Mon, May 23, 2011 at 22:37, xnome wrote: > > Hi, > I am using gambas2 on ubuntu 10.10 32bit > when read that gambas3 rc1 already publish i downloaded it and extract ASAP > i followed your instruction from http://gambasdoc.o

Re: [Gambas-user] One line to IDE

2011-05-23 Thread Benoît Minisini
> Apparently 122K + 123K is over 256K, I get 245K... anyway, another try to > post these pesky screenshots. > > Jussi > Fixed in revision #3858. Maybe :-) -- Benoît Minisini -- What Every C/C++ and Fortran developer S

Re: [Gambas-user] Problem in configuting

2011-05-23 Thread Fabien Bodard
apt-get install build-essential 2011/5/23 xnome : > > Hi, > I am using gambas2  on ubuntu 10.10 32bit > when read that gambas3 rc1 already publish i downloaded it and extract ASAP > i followed your instruction from http://gambasdoc.org/help/install?en&view > all files are fully extracted without a

[Gambas-user] Problem in configuting

2011-05-23 Thread xnome
Hi, I am using gambas2 on ubuntu 10.10 32bit when read that gambas3 rc1 already publish i downloaded it and extract ASAP i followed your instruction from http://gambasdoc.org/help/install?en&view all files are fully extracted without any error but here the result: richard@richard-desktop:/usr/s

Re: [Gambas-user] Gambas3 and Gnu scientific library

2011-05-23 Thread wally
"parametrization" sounds good, but i'm not a mathematic. On Monday, May 23, 2011 18:40:55 Jussi Lahtinen wrote: > Rootfinder is not way to go... > You may have to implement peak finder by yourself. > Though, I suggest to google for ready algorithms, at best you may just have > to do parametrizat

Re: [Gambas-user] Gambas3 and Gnu scientific library

2011-05-23 Thread Jussi Lahtinen
Sounds like you need to use statistical methods to find what you need. Jussi On Mon, May 23, 2011 at 19:34, wally wrote: > Jussi, > > here is a screenshot from a peakgenerator made in gambas3. > i use this to generate data similar to this i get from HPLC detector. > i can send the data from t

Re: [Gambas-user] Gambas3 and Gnu scientific library

2011-05-23 Thread Jussi Lahtinen
Rootfinder is not way to go... You may have to implement peak finder by yourself. Though, I suggest to google for ready algorithms, at best you may just have to do parametrization for peaks/noise/etc. Jussi On Mon, May 23, 2011 at 18:55, wally wrote: > Jussi, > > i try to analyze some spectro

Re: [Gambas-user] One line to IDE

2011-05-23 Thread Benoît Minisini
> Apparently 122K + 123K is over 256K, I get 245K... anyway, another try to > post these pesky screenshots. > > Jussi > Mails attachments are encoded, so their size is greater than their original binary size. And you have to take into account all the mail headers. -- Benoît Minisini

Re: [Gambas-user] Gambas3 and Gnu scientific library

2011-05-23 Thread wally
and have some fun with maths :) On Monday, May 23, 2011 17:48:24 Jussi Lahtinen wrote: > > actuakky i have problem to pass the splines to rootfinder > > What you are exactly trying to achieve? > Rootfinder tries to find root of function, it doesn't eat data as such... > For data just seek for ze

Re: [Gambas-user] Gambas3 and Gnu scientific library

2011-05-23 Thread wally
Jussi, i try to analyze some spectrographic data. Mainly peakfinding, start of peak end of peak, integral between start and end of sigle peak in numerical data containing unknown number of peaks and of course noise. wally On Monday, May 23, 2011 17:48:24 Jussi Lahtinen wrote: > > actuakky i

Re: [Gambas-user] Gambas3 and Gnu scientific library

2011-05-23 Thread Jussi Lahtinen
> actuakky i have problem to pass the splines to rootfinder > What you are exactly trying to achieve? Rootfinder tries to find root of function, it doesn't eat data as such... For data just seek for zero. Jussi -- What Ev

Re: [Gambas-user] One line to IDE

2011-05-23 Thread Jussi Lahtinen
Gambas 3 rev 3857 @ Ubuntu 11.04 64bit Jussi On Mon, May 23, 2011 at 18:32, Jussi Lahtinen wrote: > Maybe you do understand and there is some other problem... > Screenshot1.jpg tells what happens now when I press "h" on my keyboard. > Screenshot2.jpg tells what I expect to happen when I press "

Re: [Gambas-user] Cancelling TableView Edit

2011-05-23 Thread Benoît Minisini
> On 23/05/11 21:54, Bruce Bruen wrote: > > I have a TabStrip with a TableView in each tab. The Click event is set > > up to allow the user to edit the cell in-place, which works fine as long > > as they stay on the same tab. > > But if they change the active tab while the editor is active, it sta

Re: [Gambas-user] Cancelling TableView Edit

2011-05-23 Thread Bruce Bruen
On 23/05/11 21:54, Bruce Bruen wrote: > I have a TabStrip with a TableView in each tab. The Click event is set > up to allow the user to edit the cell in-place, which works fine as long > as they stay on the same tab. > But if they change the active tab while the editor is active, it stays > activ

[Gambas-user] Cancelling TableView Edit

2011-05-23 Thread Bruce Bruen
I have a TabStrip with a TableView in each tab. The Click event is set up to allow the user to edit the cell in-place, which works fine as long as they stay on the same tab. But if they change the active tab while the editor is active, it stays active??? and the textbox is visible on the other

Re: [Gambas-user] Gambas3 and Gnu scientific library

2011-05-23 Thread Fabien Bodard
2011/5/23 richard terry : > On Monday 23 May 2011 18:49:18 wally wrote: > > What's this example meant to do/show. > > I've installed and tried to run it and nothing happens. > > I seem to have according to synaptic GNU Scientific Library (GSL) -- library > package installed. > > Can your demo do so

Re: [Gambas-user] Gambas3 and Gnu scientific library

2011-05-23 Thread wally
do some left-mouse-clicks on the drawingarea and push button cspline On Monday, May 23, 2011 11:23:08 richard terry wrote: > On Monday 23 May 2011 18:49:18 wally wrote: > > What's this example meant to do/show. > > I've installed and tried to run it and nothing happens. > > I seem to have ac

Re: [Gambas-user] Gambas3 and Gnu scientific library

2011-05-23 Thread richard terry
On Monday 23 May 2011 18:49:18 wally wrote: What's this example meant to do/show. I've installed and tried to run it and nothing happens. I seem to have according to synaptic GNU Scientific Library (GSL) -- library package installed. Can your demo do some sort of check on this and then popup s

Re: [Gambas-user] Gambas3 and Gnu scientific library

2011-05-23 Thread wally
should i post the remaining gsl-interpolation group examples here ? (linear, polynomial, akima,derivation, integral ) actuakky i have problem to pass the splines to rootfinder wally On Sunday, May 22, 2011 23:57:49 Benoît Minisini wrote: > > Hmmm official example doesn't have this problem