Re: [Gambas-user] Issue 107 in gambas: gbx3 cant find library "ERROR: #27"

2011-09-22 Thread gambas
Comment #2 on issue 107 by adamn...@gmail.com: gbx3 cant find library "ERROR: #27" http://code.google.com/p/gambas/issues/detail?id=107 OK! Cool. I must have missed that mail (only been using GB3 since RC2). May have some questions which I'll put in the mailing list. Bruce --

Re: [Gambas-user] Issue 107 in gambas: gbx3 cant find library "ERROR: #27"

2011-09-22 Thread gambas
Updates: Status: Invalid Labels: -Version Version-TRUNK Comment #1 on issue 107 by benoit.m...@gmail.com: gbx3 cant find library "ERROR: #27" http://code.google.com/p/gambas/issues/detail?id=107 You must understand the difference between "components" and "libraries". A gambas e

[Gambas-user] Issue 107 in gambas: gbx3 cant find library "ERROR: #27"

2011-09-22 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 107 by adamn...@gmail.com: gbx3 cant find library "ERROR: #27" http://code.google.com/p/gambas/issues/detail?id=107 1) Describe the problem. I can't run compiled projects t

Re: [Gambas-user] New Subscriber -- Would like to help with documentation in English

2011-09-22 Thread Benoît Minisini
> Hello, > > I ran across Gamabs 4 or 5 years ago and then I messed with it a bit and > decided it wasn't quite up to my needs. So I passed on it then. I ran > across Gambas just recently when I upgraded to Unubuntu 10 and found it in > the software repository. What you found is Gambas 2. Now we

Re: [Gambas-user] Signal 11

2011-09-22 Thread Dag-Jarle Johansen
Gambas 3, rev. 4144 Ubuntu 10.04.2.LTS, Gnome Nothing particular installed: XAMPP is the single 3.party SW, any other SW comes from the APT PC is AMD Athlon, 2 disks 500/250 GB, Win XP on one Partition, 1GB Mem 2011/9/22 Benoît Minisini > > Hi, I get a signal 11 with this code-sniplet: > > >

Re: [Gambas-user] Signal 11

2011-09-22 Thread Dag-Jarle Johansen
If I only could, too big for the mailinglist, it tells me 2011/9/22 Benoît Minisini > > Hi, I get a signal 11 with this code-sniplet: > > > > Public Sub PBX_LC_MouseDown() > > FLC.Show > > End > > > > where PBX_LC is a picturebox and FLC is a Form. If you need more info, I > > will send you

Re: [Gambas-user] Signal 11

2011-09-22 Thread Benoît Minisini
> Hi, I get a signal 11 with this code-sniplet: > > Public Sub PBX_LC_MouseDown() > FLC.Show > End > > where PBX_LC is a picturebox and FLC is a Form. If you need more info, I > will send you the project. > > Regards, > Dag-Jarle I need a project and I need you to explain me exactly how to

Re: [Gambas-user] A question to a control

2011-09-22 Thread Dag-Jarle Johansen
Thanks for your great help, Jussi. I will mail in the group next time. Have a nice time. Regards, Dag-Jarle 2011/9/22 Jussi Lahtinen > I'm sorry, I'm out of time until October. > But I tested your code and I didn't get any errors, all worked correctly > (pictures appeared into buttons). > So,

Re: [Gambas-user] A question to a control

2011-09-22 Thread Jussi Lahtinen
I'm sorry, I'm out of time until October. But I tested your code and I didn't get any errors, all worked correctly (pictures appeared into buttons). So, I think something is not correct in your system. Run these...; sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3 /usr/local/

Re: [Gambas-user] Signal 11

2011-09-22 Thread Jussi Lahtinen
Cannot reproduce, send the project. Jussi On Thu, Sep 22, 2011 at 21:20, Dag-Jarle Johansen < dag.jarle.johan...@gmail.com> wrote: > Hi, I get a signal 11 with this code-sniplet: > > Public Sub PBX_LC_MouseDown() >FLC.Show > End > > where PBX_LC is a picturebox and FLC is a Form. If you n

[Gambas-user] Signal 11

2011-09-22 Thread Dag-Jarle Johansen
Hi, I get a signal 11 with this code-sniplet: Public Sub PBX_LC_MouseDown() FLC.Show End where PBX_LC is a picturebox and FLC is a Form. If you need more info, I will send you the project. Regards, Dag-Jarle -- All t

Re: [Gambas-user] A question to a control

2011-09-22 Thread Dag-Jarle Johansen
Thank you, Jussi, I am very fond of your help. I will try your way. Thanks again, regards Dag-Jarle 2011/9/22 Jussi Lahtinen > > I have not stored the pictrue in the DB, only path+name, and then load it > > with yyy.Picture[..path..]. > > > Ah, yes of course. I was bit too hurry to concentrate

Re: [Gambas-user] A question to a control

2011-09-22 Thread Jussi Lahtinen
> I have not stored the pictrue in the DB, only path+name, and then load it > with yyy.Picture[..path..]. Ah, yes of course. I was bit too hurry to concentrate enough. I just saw null picture and stopped. Where is your "Icons" folder? If you place it under "Data" your code should work! Meaning c

Re: [Gambas-user] A question to a control

2011-09-22 Thread Dag-Jarle Johansen
Hello Jussi, first thanks for concerning. I tried to send you the complete project, but gambas-user-listing said: too big. Yes I am using Gambas3, Rev.4128, and Ubuntu 10.04.2LTS with Gnome. I have not stored the pictrue in the DB, only path+name, and then load it with yyy.Picture[..path..]. Tha