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] 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] 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] 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] One line to IDE

2011-05-22 Thread Benoît Minisini
> No, problem persist! > > Jussi > So I didn't understand what you talked about. -- Benoît Minisini -- What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach o

Re: [Gambas-user] One line to IDE

2011-05-22 Thread Jussi Lahtinen
No, problem persist! Jussi 2011/5/22 Benoît Minisini > > > Benoit, I think you forgot to add this line... I have long procedure > > > lists, and I want to jump automatically to right position of list. > > > FProcedureList --> SetCurrent --> line 96: > > > > > > gvwProc.MoveTo(iCurrent, 0) > >

Re: [Gambas-user] One line to IDE

2011-05-22 Thread Benoît Minisini
> > Benoit, I think you forgot to add this line... I have long procedure > > lists, and I want to jump automatically to right position of list. > > FProcedureList --> SetCurrent --> line 96: > > > > gvwProc.MoveTo(iCurrent, 0) > > > > > > Jussi > > Not the good fix, but I understand the problem

Re: [Gambas-user] One line to IDE

2011-05-22 Thread Benoît Minisini
> Benoit, I think you forgot to add this line... I have long procedure lists, > and I want to jump automatically to right position of list. > FProcedureList --> SetCurrent --> line 96: > > gvwProc.MoveTo(iCurrent, 0) > > > Jussi Not the good fix, but I understand the problem. I will post a fix

[Gambas-user] One line to IDE

2011-05-22 Thread Jussi Lahtinen
Benoit, I think you forgot to add this line... I have long procedure lists, and I want to jump automatically to right position of list. FProcedureList --> SetCurrent --> line 96: gvwProc.MoveTo(iCurrent, 0) Jussi -- What