Re: [Gambas-user] Problem with PATH to shared library - part 2

2010-03-31 Thread Doriano Blengino
craf ha scritto: > >> >> I forgot in the previous mail indicate the steps I have done: >> >> First run the command $ ldd gbr2 to see if there were dependency >> problems, which I produced the following result: >> >> $ Ldd gbr2 >> linux-gate.so.1 => (0xb770d000) >> libm.so.6 => / lib/tls/i686/cmov/l

[Gambas-user] You've been invited to Multiply

2010-03-31 Thread Rini Verawati (via Multiply)
Check out my Multiply site I set up a Multiply site with my pictures, videos and blog and I want to add you as my friend so you can see it. First, you need to join Multiply! Once you join, you can also create your own site and share anything you want, with anyone you want. Here's the link: ht

Re: [Gambas-user] Problem with PATH to shared library - part 2

2010-03-31 Thread craf
-Mensaje original- De: Benoît Minisini Reply-to: mailing list for gambas users Para: mailing list for gambas users Asunto: Re: [Gambas-user] Problem with PATH to shared library - part 2 Fecha: Wed, 31 Mar 2010 22:41:15 +0200 > Hello. > > I forgot in the previous mail indicate the step

Re: [Gambas-user] Bug with * operator (I think)

2010-03-31 Thread Benoît Minisini
> Hi! > I'm using Gambas 3 rev 2822 @ Ubuntu 9.10 64bit. > > To IDE console; > > ?3413156131^2 > 1.164963477458E+19 > Right. > > ?3413156131*3413156131 > -6797109299126662455 > Wrong. > > > Or in code; > > dim y as long = 3413156131 > Print (y * (1 + y)) / 2 > > Result; > -339855464785675315

[Gambas-user] About data control for gambas

2010-03-31 Thread admhardsoft
Hi I would like to know wich control have gambas for data access for mysql for example. Show or taken any information from or to data base Thanks Sent on the TELUS Mobility network with BlackBerry -- Download Intel® Par

Re: [Gambas-user] Problem with PATH to shared library - part 2

2010-03-31 Thread Benoît Minisini
> Hello. > > I forgot in the previous mail indicate the steps I have done: > > First run the command $ ldd gbr2 to see if there were dependency > problems, which I produced the following result: > > $ Ldd gbr2 > linux-gate.so.1 => (0xb770d000) > libm.so.6 => / lib/tls/i686/cmov/libm.so.6 (0xb76d

[Gambas-user] File Dialog size

2010-03-31 Thread richard terry
I wondered if there was any way to set the dialog sizes when called like this: If Dialog.OpenFile() Then As on my system the directory names are not allocated much space and arn't that easy to read, and I have to manually drag the dialog to make it bigger. Regards Richard --

[Gambas-user] Problem with PATH to shared library - part 2

2010-03-31 Thread craf
Hello. I forgot in the previous mail indicate the steps I have done: First run the command $ ldd gbr2 to see if there were dependency problems, which I produced the following result: $ Ldd gbr2 linux-gate.so.1 => (0xb770d000) libm.so.6 => / lib/tls/i686/cmov/libm.so.6 (0xb76db000) libdl.so

[Gambas-user] Bug with * operator (I think)

2010-03-31 Thread Jussi Lahtinen
Hi! I'm using Gambas 3 rev 2822 @ Ubuntu 9.10 64bit. To IDE console; ?3413156131^2 1.164963477458E+19 Right. ?3413156131*3413156131 -6797109299126662455 Wrong. Or in code; dim y as long = 3413156131 Print (y * (1 + y)) / 2 Result; -3398554647856753152 Wrong. Also, is there possibility to d

[Gambas-user] Problem with PATH to shared library

2010-03-31 Thread craf
Hi. I'm trying to port an application from Ubuntu 9.10 to Ubuntu 8.04. It uses the environment variable GB, indicated by Benoit. My project uses the following components: gb.draw gb.form gb.gtk gb.gtk.ext I use a file called executable.sh to call the application, which is as follows: #!/bin/sh

[Gambas-user] gb.net.curl

2010-03-31 Thread Keith Clark
I have a project that I'm working on, and at home I included the required gb.net.curl by adding it in Project>Properties>Components. This is on a machine running Ubuntu 10.04 Beta. I then created an executable, along with a complete copy of the entire directory and tried it here at work on a machi

Re: [Gambas-user] solved Re: gambas3 Revision 2835. IDE crashes

2010-03-31 Thread Charlie Reinl
Am Sonntag, den 28.03.2010, 17:40 +0200 schrieb Charlie Reinl: > Am Sonntag, den 28.03.2010, 04:16 +0200 schrieb Benoît Minisini: > > > Salut, > > > > > > starting gambas3 Revision 2835 complied today > > > I get this: > > > > > > Desktop.Width_Read.321: #13: Null object > > > 0: Desktop.Width_Re