Re: [Gambas-user] Segmentation fault (core dumped)

2010-02-27 Thread Dr.Diesel
Don't think so, but i do have one default printer setup, it works fine though? I deleted my default printer and gambas now works fine! This is very weird? I am guessing I need to report this to my distro, what do you think? As always, many thanks! Bugzilla from gam...@users.sourceforge.net

Re: [Gambas-user] Segmentation fault (core dumped)

2010-02-27 Thread Benoît Minisini
> Bugzilla from gam...@users.sourceforge.net wrote: > >> Fabien Bodard-4 wrote: > >> > no you are not in the good path ! > >> > > >> > > >> > cd /home/george/trunk/app/src/gambas3 > >> > gdb gbx3 > >> > > >> >>set args -p > >> >>run > >> >> > >> > . segfault > >> > > >> >>bt > >> >> > >> >

Re: [Gambas-user] Segmentation fault (core dumped)

2010-02-27 Thread Dr.Diesel
Bugzilla from gam...@users.sourceforge.net wrote: > >> Fabien Bodard-4 wrote: >> > no you are not in the good path ! >> > >> > >> > cd /home/george/trunk/app/src/gambas3 >> > gdb gbx3 >> > >> >>set args -p >> >>run >> >> >> > . segfault >> > >> >>bt >> >> >> > return the output >> >> M

Re: [Gambas-user] Segmentation fault (core dumped)

2010-02-27 Thread Benoît Minisini
> Fabien Bodard-4 wrote: > > no you are not in the good path ! > > > > > > cd /home/george/trunk/app/src/gambas3 > > gdb gbx3 > > > >>set args -p > >>run > >> > > . segfault > > > >>bt > >> > > return the output > > Mm, that didn't catch the crash? Notice at the bottom I run gambas3,

[Gambas-user] I have a sample program: Photobooth

2010-02-27 Thread Shannon Smith
Hey guys - First off, thanks for all the great work. I've been using Gambas2 for a while now, and I've made a few cool little programs. One that I think may be worthy of inclusion on the website is my photobooth. It uses a webcam, takes 4 pictures, and prints them out. It supports serial port but

Re: [Gambas-user] Picturebox

2010-02-27 Thread Keith Clark
On Sat, 2010-02-27 at 18:23 +0100, Fabien Bodard wrote: > 2010/2/27 Keith Clark : > > I cannot, for the life of me, get a picture box to work. I've googled > > to death and I cannot find an example that works. > > > > Here is what I have so far: > > $Image = Image.Load("/home/keithclark/" & ISBN.t

Re: [Gambas-user] Segmentation fault (core dumped)

2010-02-27 Thread Dr.Diesel
Fabien Bodard-4 wrote: > > no you are not in the good path ! > > > cd /home/george/trunk/app/src/gambas3 > gdb gbx3 > >>set args -p >>run > > . segfault > >>bt > > return the output > Mm, that didn't catch the crash? Notice at the bottom I run gambas3, thanks for the help! [ge

Re: [Gambas-user] Segmentation fault (core dumped)

2010-02-27 Thread Fabien Bodard
no you are not in the good path ! cd /home/george/trunk/app/src/gambas3 gdb gbx3 >set args -p >run . segfault >bt return the output 2010/2/27 Dr.Diesel : > > > > Charlie Reinl wrote: >> >> Am Samstag, den 27.02.2010, 07:14 -0800 schrieb Dr.Diesel: >>> SVN 2722 (did a reconf and configu

Re: [Gambas-user] Picturebox

2010-02-27 Thread Fabien Bodard
2010/2/27 Keith Clark : > I cannot, for the life of me, get a picture box to work.  I've googled > to death and I cannot find an example that works. > > Here is what I have so far: > $Image = Image.Load("/home/keithclark/" & ISBN.text & ".jpg") > BookPictureBox.Picture.Image = $Image you can't set

[Gambas-user] Picturebox

2010-02-27 Thread Keith Clark
I cannot, for the life of me, get a picture box to work. I've googled to death and I cannot find an example that works. Here is what I have so far: $Image = Image.Load("/home/keithclark/" & ISBN.text & ".jpg") BookPictureBox.Picture.Image = $Image And all I get back is Null Object error.

Re: [Gambas-user] Segmentation fault (core dumped)

2010-02-27 Thread Dr.Diesel
Charlie Reinl wrote: > > Am Samstag, den 27.02.2010, 07:14 -0800 schrieb Dr.Diesel: >> SVN 2722 (did a reconf and configure), not sure how to help, don't get >> much >> console output and can't get gambas3 to run in gdb? >> >> [geo...@george trunk]$ gambas3 >> Segmentation fault (core dumped)

Re: [Gambas-user] Text box event triggered by

2010-02-27 Thread Keith Clark
Ron, Perfect and thank you. Keith On Sat, 2010-02-27 at 10:40 +0100, Ron wrote: > > Keith Clark wrote: > > I have a text box where data is entered via a bar code scanner. The > > scanner adds an code at the end of the data. > > > > I want that to trigger some code. What "event" is triggered

Re: [Gambas-user] Segmentation fault (core dumped)

2010-02-27 Thread Charlie Reinl
Am Samstag, den 27.02.2010, 07:14 -0800 schrieb Dr.Diesel: > SVN 2722 (did a reconf and configure), not sure how to help, don't get much > console output and can't get gambas3 to run in gdb? > > [geo...@george trunk]$ gambas3 > Segmentation fault (core dumped) > [geo...@george trunk]$ > > this f

Re: [Gambas-user] error running gambas3 rev2710

2010-02-27 Thread Charlie Reinl
Am Dienstag, den 23.02.2010, 12:41 +0100 schrieb Benoît Minisini: > > Am Dienstag, den 23.02.2010, 10:41 +1300 schrieb Charlie Reinl: > > > Am Montag, den 22.02.2010, 13:36 -0800 schrieb kobolds: > > > > same with rev 2712 > > > > > > > > kobolds wrote: > > > > > ERROR: #2: Cannot load class 'Proj

[Gambas-user] Segmentation fault (core dumped)

2010-02-27 Thread Dr.Diesel
SVN 2722 (did a reconf and configure), not sure how to help, don't get much console output and can't get gambas3 to run in gdb? [geo...@george trunk]$ gambas3 Segmentation fault (core dumped) [geo...@george trunk]$ this from dmesg: gbr3[9579]: segfault at 4 ip 003b2c124cd1 sp 7fffe8dcae

Re: [Gambas-user] Make Qt version error, SVN 2720.

2010-02-27 Thread Dr.Diesel
Dr.Diesel wrote: > > -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/include/QtCore > -I/usr/include/QtGui -I/usr/include/Qt3Support -I/usr/include/QtNetwork > -I/usr/include/QtSql -I../../share -I../../src/share -pipe -Wall > -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidd

Re: [Gambas-user] Lost Console in the gambas IDE

2010-02-27 Thread Fabien Bodard
close ide and look in ~/.config/gambas3/gambas3.conf [FOutput] Geometry=[0,0,582,324] Undock=False or in ~/.config/gambas/gambas2.conf 2010/2/27 richard terry : > ian's lost his console (I think he uses ubuntu). > > I tried to lose mine by undocking and succeded by setting the window opacity >

[Gambas-user] Lost Console in the gambas IDE

2010-02-27 Thread richard terry
ian's lost his console (I think he uses ubuntu). I tried to lose mine by undocking and succeded by setting the window opacity to 10%, but it reappeared with a reload. I do rememember a long time ago I lost my console and found that I'd invertently made it so small i couldn't see it when gambas

Re: [Gambas-user] [Gambas-devel] Another attempt to sort out empty string being interpreted as null

2010-02-27 Thread richard terry
On Saturday 27 February 2010 21:58:11 you wrote: > hresult!field=if(mycollection.exist(field), mycollection!field, null) > That's not want I need, I want to be able to do this. dim a_ollection as collection acollection!firstname = "fred" acollection!surname = "smith" acollecton!salutation = "" (i

Re: [Gambas-user] Another attempt to sort out empty string being replaced by null

2010-02-27 Thread Jorge Carrión
Use a space instead a empty chain like this: mycollectioin!my_key = " " regards 2010/2/27 richard terry > Hi List, > > We debated this before and though some persons understood what I was > saying, I > don't think there was any resolution, so this time I've got a little screen > shot to visua

Re: [Gambas-user] database

2010-02-27 Thread Ron
charlesg wrote: > Hi > > Why not something like: > SHELL "mysql -u root stock < /home/charles/mySQLbackup/stockDump.sql" WAIT > you could also specify a remote server. > where stockDump.sql was created by mysqldump. > > rgds > > If you want to input the sql password too (ie without any user i

Re: [Gambas-user] Text box event triggered by

2010-02-27 Thread Ron
Keith Clark wrote: > I have a text box where data is entered via a bar code scanner. The > scanner adds an code at the end of the data. > > I want that to trigger some code. What "event" is triggered by > that, if any. > > Thanks, > > Keith > I use the change event in my project, and check

[Gambas-user] Another attempt to sort out empty string being replaced by null

2010-02-27 Thread richard terry
Hi List, We debated this before and though some persons understood what I was saying, I don't think there was any resolution, so this time I've got a little screen shot to visually demonstrated the problem which is. When one sets a collection member to any empty sting "" gambas beleives this