Re: [Gambas-user] Unkown Symbol Bottom in Class Tabstrip 1784

2009-01-04 Thread Benoit Minisini
On dimanche 4 janvier 2009, richard terry wrote: > Note previous post > > Re-built again and this is the result. This time it would be nice to get > some advice how to fix this/reason, etc, without having to re-do my tap > strips. > > Regards > > Richard > You must use the "update all forms" menu

Re: [Gambas-user] More odd IDE problems

2009-01-04 Thread Benoit Minisini
On dimanche 4 janvier 2009, richard terry wrote: > This one is really weird, I enclose the pictures, but have not been able to > reproduce it reliably. > > Something changed a character in the Form definition of a couple of forms, > replacing an integer in Spacing = 2 to Spacing = T on all the occu

[Gambas-user] Unkown Symbol Bottom in Class Tabstrip 1784

2009-01-04 Thread richard terry
Note previous post Re-built again and this is the result. This time it would be nice to get some advice how to fix this/reason, etc, without having to re-do my tap strips. Regards Richard -- __

[Gambas-user] More odd IDE problems

2009-01-04 Thread richard terry
This one is really weird, I enclose the pictures, but have not been able to reproduce it reliably. Something changed a character in the Form definition of a couple of forms, replacing an integer in Spacing = 2 to Spacing = T on all the occurrences in the form definition. What I'd done is this:

[Gambas-user] Lets all chip in for a beginner code project

2009-01-04 Thread richard terry
As I blunder along finding out how to do simple things, it strikes me these questions are asked over and over again on the list by beginners. Though lots of people can read the doc's and figure out how to do these things, absolute beginners can't and this puts them off programming. Most exampl

Re: [Gambas-user] Gambas3 compilation problem

2009-01-04 Thread Jussi Lahtinen
Hi! Back from vacation... And new information about my compilation problems. I've done this (@ Ubuntu 8.10 64bit, NOTICE! with libtool 2.2.4): 1. Remove Gamas2.9 with synaptic. 2. Download Gambas2.10.2. 3. Extract it to /usr/src 4. sudo ./configure -C 5. sudo make 6. sudo make install And e

Re: [Gambas-user] create gambas component

2009-01-04 Thread kobolds
thanks you're right . after I put in export then it work . I also encounter another bugs in the ide . once it encounter error loading component while opening a project , the whole compiler stop working . I try create syntax error in the code and click compile , the compiler didn't prompt me any

Re: [Gambas-user] Warning! Translation files may be corrupted

2009-01-04 Thread Benoit Minisini
On dimanche 4 janvier 2009, Benoit Minisini wrote: > I have just detected that the IDE is randomly corrupting non-ASCII > characters in the translation files. > > The suspect is the "msgmerge" GNU gettext tool, version 0.17 provided with > Mandriva 2009. This command is used by the IDE each time it

[Gambas-user] Warning! Translation files may be corrupted

2009-01-04 Thread Benoit Minisini
I have just detected that the IDE is randomly corrupting non-ASCII characters in the translation files. The suspect is the "msgmerge" GNU gettext tool, version 0.17 provided with Mandriva 2009. This command is used by the IDE each time it opens a translation file, for merging old translations w

Re: [Gambas-user] create gambas component

2009-01-04 Thread Benoit Minisini
On dimanche 4 janvier 2009, kobolds wrote: > I using opensuse 11.1 (64 bit) . I download gambas from > http://download.opensuse.org/repositories/home:/gbvalor/ > > I using gambas 2.9 . > I also try update to 2.10 and recompile but still get the same error > As far as I can guess, you didn't define