Re: [Gambas-user] Bug: Image.RotateRight rotates left

2012-10-11 Thread Benoît Minisini
Le 11/10/2012 23:28, Matti a écrit : > Great. > > But with rev 5233 I get a 'make' error: > make[5]: Entering directory > `/Platte2/Downloads/gambas3/5233/trunk/gb.qt4/src' > CC gb_qt4_la-x11.lo > CXX gb_qt4_la-main_moc.lo > main_moc.cpp:14:2: error: #error "This file was generat

Re: [Gambas-user] Bug: Image.RotateRight rotates left

2012-10-11 Thread Matti
Great. But with rev 5233 I get a 'make' error: make[5]: Entering directory `/Platte2/Downloads/gambas3/5233/trunk/gb.qt4/src' CC gb_qt4_la-x11.lo CXX gb_qt4_la-main_moc.lo main_moc.cpp:14:2: error: #error "This file was generated using the moc from 4.7.4. It" main_moc.cpp:15:2: er

Re: [Gambas-user] Example to IIF: what is meant here

2012-10-11 Thread Fabien Bodard
No Le 11 oct. 2012 21:21, "nando" a écrit : > Is this translatable ? > > X = 7 > PRINT "You have " & X & If(X <> 1, "messages", "message") & " waiting." > > > -- Original Message --- > From: Caveat > To: gambas-user@lists.sourceforge.net > Sent: Wed, 10 Oct 2012 11:57:15 +0200 >

Re: [Gambas-user] Segmentation error (core dump created) at runtime

2012-10-11 Thread Benoît Minisini
Le 11/10/2012 07:31, Emanuele Sottocorno a écrit : > Thanks Benoit, > attached the new generated gdb output and another valgrind. (hope it is > useful) > > Emanuele > Are you sure that you are running valgrind correctly? How do you run it? -- Benoît Minisini

Re: [Gambas-user] Bug: Image.RotateRight rotates left

2012-10-11 Thread Benoît Minisini
Le 11/10/2012 22:28, Matti a écrit : > gb3, rev 5196, qt > > Image.RotateLeft and Image.RotateRight is a nice idea, you don't have to > care about Rad(-90) etc anymore. > > But Left and Right produce the same: they always rotate left. > > A tiny demo is attached. > > Matti > Fixed in revision #523

[Gambas-user] Bug: Image.RotateRight rotates left

2012-10-11 Thread Matti
gb3, rev 5196, qt Image.RotateLeft and Image.RotateRight is a nice idea, you don't have to care about Rad(-90) etc anymore. But Left and Right produce the same: they always rotate left. A tiny demo is attached. Matti Rotate-0.0.1.tar.gz Description: GNU Zip compressed data

Re: [Gambas-user] Array slicing - how is it done in Gambas?

2012-10-11 Thread nando
An alternate consideration is to create a dynamic object array and .add the myString[] elements you want. You'll end up with an array of pointers to the original string text. No copying of data, just pointers. I've done this in the past. Works very nice. -- Original Message --- Fr

Re: [Gambas-user] Example to IIF: what is meant here

2012-10-11 Thread nando
Is this translatable ? X = 7 PRINT "You have " & X & If(X <> 1, "messages", "message") & " waiting." -- Original Message --- From: Caveat To: gambas-user@lists.sourceforge.net Sent: Wed, 10 Oct 2012 11:57:15 +0200 Subject: Re: [Gambas-user] Example to IIF: what is meant here >

Re: [Gambas-user] Gambas3 3.3.3 error compiling media

2012-10-11 Thread Benoît Minisini
Le 11/10/2012 20:48, Laurent Carlier a écrit : > 2012/10/11 Pino Zollo >> >> On Ubuntu >> >> >> Version 10.04 Lucid >> Kernel 2.6.32-43-generic-pae >> GNOME 2.30.2 >> >> Error compiling media >> >> Attached the output of >> >> (./reconf-all && ./configure -C && make) > output.txt 2>&1 >> >> >> Sal

Re: [Gambas-user] Gambas3 3.3.3 error compiling media

2012-10-11 Thread Laurent Carlier
2012/10/11 Pino Zollo > > On Ubuntu > > > Version 10.04 Lucid > Kernel 2.6.32-43-generic-pae > GNOME 2.30.2 > > Error compiling media > > Attached the output of > > (./reconf-all && ./configure -C && make) > output.txt 2>&1 > > > Salud > > > Pino > > > -

Re: [Gambas-user] Array slicing - how is it done in Gambas?

2012-10-11 Thread RICHARD WALKER
Fabien, In the end I got the job done with String.Remove rather than String.Extract(). In this particular case it was easier to remove the elements already processed and then pass the remainder in a recursive call to the same procedure for further processing. In the short time I had to experiment

Re: [Gambas-user] gb3 latest revision and 3-3.3.3 segfault

2012-10-11 Thread Emanuele Sottocorno
> Are you using remote access? Can you see in systems logs wich library > got > the problem when you type in terminal gambas3? > from system log: gbr3[2343]: segfault at 10 ip 7f1a98d0226c sp 7fff3d799128 error 6 in libc-2.15.so[7f1a98bc2000+1b5000] -

Re: [Gambas-user] Release of Gambas 3.3.3

2012-10-11 Thread Christer Johansson
> I have just released Gambas 3.3.3 with some fixes for annoying bugs > still present in Gambas 3.3.2. Thanks for the update! After compiling it I received the following... || || Unable to compile gb.net.pop3 || I got the same error in 3.3.2 but read here that this was a known issue wit

Re: [Gambas-user] Translation issue, English (common)

2012-10-11 Thread Jussi Lahtinen
Thanks for the offer. I totally forgot environment variable LANG. So everything seems to work correctly when I run test like this: $ LANG=en_US.utf8 gbr3 ./TranslationTest.gambas $ LANG=en_HK.utf8 gbr3 ./TranslationTest.gambas ... So English (common) does what I expect, but still I would like to

Re: [Gambas-user] Display tiff with two sides

2012-10-11 Thread Jussi Lahtinen
Seems that this is not currently possible with native features. So, either you should use libtiff as external library (probably not very easy task and not in question if you don't know C), or hope Benoit will implement this as native feature. http://www.remotesensing.org/libtiff/man/TIFFOpen.3tiff

[Gambas-user] Problem with BLOB with postgresql 9.1

2012-10-11 Thread Rolf Schmidt
Hi, I try to build a program which saves a lot of binary data in a postgresql database. All the data will be written and quoted correctly by the db.update method of gambas. Of course I can retriev the data, but there is no function, which decode the qouted data. So is there a (hidden?) functio

Re: [Gambas-user] gb3 latest revision and 3-3.3.3 segfault

2012-10-11 Thread Ricardo Díaz Martín
Kevin, Are you using remote access? Can you see in systems logs wich library got the problem when you type in terminal gambas3? Regards, 2012/10/11 Kevin Fishburne > On 10/11/2012 03:39 AM, Fabien Bodard wrote: > > Do a make uninstall after.. Configure > > > > Then go to the /usr/local/bin rem

Re: [Gambas-user] gb3 latest revision and 3-3.3.3 segfault

2012-10-11 Thread Kevin Fishburne
On 10/11/2012 03:39 AM, Fabien Bodard wrote: > Do a make uninstall after.. Configure > > Then go to the /usr/local/bin remove all gb* > > Then go to.. /usr/local/lib remove all related to gambas > > Then compile and install > > I will be try to install a vm kubuntu if it not work > Le 11 oct. 2012

Re: [Gambas-user] Segmentation error (core dump created) at runtime

2012-10-11 Thread Caveat
Looks like I'll be sticking with rev5051 (is that recent enough for you Kevin?) for a little while then... :-D Kind regards, Caveat On 11/10/12 07:34, Kevin Fishburne wrote: > On 10/11/2012 01:31 AM, Emanuele Sottocorno wrote: >> Thanks Benoit, >> attached the new generated gdb output and anoth

Re: [Gambas-user] gb3 latest revision and 3-3.3.3 segfault

2012-10-11 Thread Fabien Bodard
Do a make uninstall after.. Configure Then go to the /usr/local/bin remove all gb* Then go to.. /usr/local/lib remove all related to gambas Then compile and install I will be try to install a vm kubuntu if it not work Le 11 oct. 2012 09:33, "Charlie Reinl" a écrit : > Am Donnerstag, den 11.10

Re: [Gambas-user] gb3 latest revision and 3-3.3.3 segfault

2012-10-11 Thread Charlie Reinl
Am Donnerstag, den 11.10.2012, 01:23 -0400 schrieb Kevin Fishburne: > I apologize if someone already mentioned this and I missed it. The > GAMBAS 3 source download and the latest revision via svn checkout both > compile and install successfully using these commands: > > ./reconf-all > ./configur

Re: [Gambas-user] gb3 latest revision and 3-3.3.3 segfault

2012-10-11 Thread Kevin Fishburne
On 10/11/2012 01:23 AM, Kevin Fishburne wrote: > I apologize if someone already mentioned this and I missed it. The > GAMBAS 3 source download and the latest revision via svn checkout both > compile and install successfully using these commands: > > ./reconf-all > ./configure > make > sudo make ins

Re: [Gambas-user] Two many objects and two many forms

2012-10-11 Thread Fabien Bodard
Many years of gambas and many years of bugs help me a lot Le 11 oct. 2012 08:59, "Bruce" a écrit : > On Thu, 2012-10-11 at 08:35 +0200, Fabien Bodard wrote: > > This is normal. > > You define wkform as form. > > > > Form does not accept have run sub... On the only symbols found available > as > >

Re: [Gambas-user] Display tiff with two sides

2012-10-11 Thread Gregor Burck
Hi, I create an example tiff, Thank you for the help! Gregor -- <>-- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happenin