Re: [Gambas-user] making 6349

2014-06-29 Thread B Bruen
Interesting. It "just worked" here. Did you go though the entire "./reconf-all; ./configure -C; make" circus? Bruce On Mon, 30 Jun 2014 12:22:06 +1000 Shane wrote: > i get this error when trying to make version 6349 > > make[4]: Entering directory `/home/shane/trunk/gb.desktop.x11/src' >C

[Gambas-user] making 6349

2014-06-29 Thread Shane
i get this error when trying to make version 6349 make[4]: Entering directory `/home/shane/trunk/gb.desktop.x11/src' CC gb_desktop_x11_la-main.lo CC gb_desktop_x11_la-x11.lo CC gb_desktop_x11_la-c_x11systray.lo CC systray/gb_desktop_x11_la-systray.lo rm: cannot remove '

Re: [Gambas-user] [SOLVED]: GB3 Editor: how to elaborate Editor.Lines (and CSTR behaviour)

2014-06-29 Thread Tobias Boege
On Sun, 29 Jun 2014, Orionis wrote: > Thanks Tobias, > it took half an hour at least to analyze your answer since this concept is > quite obscure to me, but at the end I succeded and this is precious for all > the situations were 'virtual class' are involved. > The documentation should possibly b

[Gambas-user] [SOLVED]: GB3 Editor: how to elaborate Editor.Lines (and CSTR behaviour)

2014-06-29 Thread Orionis
Thanks Tobias, it took half an hour at least to analyze your answer since this concept is quite obscure to me, but at the end I succeded and this is precious for all the situations were 'virtual class' are involved. The documentation should possibly be rewritten to make it clear to all. -- V

Re: [Gambas-user] menu error

2014-06-29 Thread Benoît Minisini
Le 29/06/2014 05:14, Shane a écrit : > I get the attached error when trying to insert a menu to an existing > project form > > build 6343 > It should be fixed in revision #6349. Regards, -- Benoît Minisini -- Open sour

Re: [Gambas-user] GB3 Editor: how to elaborate Editor.Lines (and CSTR behaviour)

2014-06-29 Thread Tobias Boege
On Sat, 28 Jun 2014, Orionis wrote: > Hi, I'm starting to investigate this control. This is my first question, but > more will follow > I have an Editor called 'edit' loaded with some text; I want to recover each > single line to parse them. > > This is an example of code: > [code] > Dim lineObj A

[Gambas-user] Translate user interface

2014-06-29 Thread Deyson Thome
Hello I'm use Gambas in english, no problem ... but in Brazil any users ask me how to translate the Gambas Interface to portuguese, It's incredible my dear, but I don't know how can I do this. If you have a little time to help me, please send me a little tutorial. And I put the instructions

Re: [Gambas-user] menu error

2014-06-29 Thread Fabien Bodard
you must to provide a project that show the problem and the way to et this error... this is the minimal things to correct a bug :-) 2014-06-29 10:14 GMT+02:00 Shane : > ummm maybe i should have said i was using the ide to do this > > On 29/06/14 18:05, Patrik Karlsson wrote: >> My guess is that yo

Re: [Gambas-user] menu error

2014-06-29 Thread Shane
ummm maybe i should have said i was using the ide to do this On 29/06/14 18:05, Patrik Karlsson wrote: > My guess is that you have to subtract one from your menu index. > http://en.wikipedia.org/wiki/Off-by-one_error > > > > 2014-06-29 5:14 GMT+02:00 Shane : > >> I get the attached error when tryi

Re: [Gambas-user] menu error

2014-06-29 Thread Patrik Karlsson
My guess is that you have to subtract one from your menu index. http://en.wikipedia.org/wiki/Off-by-one_error 2014-06-29 5:14 GMT+02:00 Shane : > I get the attached error when trying to insert a menu to an existing > project form > > build 6343 > > [System] > Gambas=3.5.90 > OperatingSystem=Lin