Re: [Gambas-user] Libtool and gambas compilation

2008-11-24 Thread Benoit Minisini
On mardi 25 novembre 2008, richard terry wrote: > The help page states this: > > This package was done with the following versions of GNU tools: > > * automake 1.9.4 > * autoconf 2.59 > * libtool 1.5.12 > > Apparently, Gambas does not compile with libtool >= 2.0. > > However my li

[Gambas-user] Libtool and gambas compilation

2008-11-24 Thread richard terry
The help page states this: This package was done with the following versions of GNU tools: * automake 1.9.4 * autoconf 2.59 * libtool 1.5.12 Apparently, Gambas does not compile with libtool >= 2.0. However my libtool is this: libtool 2.2.6a-1 And it compiles fine, so mayb

Re: [Gambas-user] Tracking down Signal 11's

2008-11-24 Thread richard terry
On Tue, 25 Nov 2008 08:47:54 am you wrote: > On lundi 24 novembre 2008, richard terry wrote: > > I wondered if there was a method of tracking down a signal 11 when one > > really hasn't much clue where to start eg. may happen only on closing a > > form. > > > > Regards > > > > Richard > > The sign

Re: [Gambas-user] Tracking down Signal 11's

2008-11-24 Thread Benoit Minisini
On lundi 24 novembre 2008, richard terry wrote: > I wondered if there was a method of tracking down a signal 11 when one > really hasn't much clue where to start eg. may happen only on closing a > form. > > Regards > > Richard > The signal #11, a.k.a. "Segmentation fault" means that there is a bu

Re: [Gambas-user] Signal 11 with wrong syntax 1703

2008-11-24 Thread Benoit Minisini
On mardi 18 novembre 2008, richard terry wrote: > I put in this typo not remembering the item key was a string > -> signall 11 crash. > > Str(lvwLabRequests.Item.key + 1) > > Regards > > Richard > This bug should have been fixed in revision #1716. Regards, -- Benoit Minisini --

Re: [Gambas-user] Creating a Gambas component

2008-11-24 Thread Luis Alberto Cacho GarcĂ­a
Untitled.png Description: Binary data - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two

[Gambas-user] Tracking down Signal 11's

2008-11-24 Thread richard terry
I wondered if there was a method of tracking down a signal 11 when one really hasn't much clue where to start eg. may happen only on closing a form. Regards Richard - This SF.Net email is sponsored by the Moblin Your Move

Re: [Gambas-user] Creating a Gambas component

2008-11-24 Thread richard terry
On Tue, 25 Nov 2008 06:33:39 am [EMAIL PROTECTED] wrote: I don't suppose that when You've got a this working you could write a tutorial on it for everyone could you?, I tried to make a control and failed miserably. regards Richard > I have created a Gambas 2 project that contains some user co

Re: [Gambas-user] Editor Bug in line numbering

2008-11-24 Thread richard terry
On Mon, 24 Nov 2008 11:07:52 pm you wrote: > On lundi 24 novembre 2008, richard terry wrote: > > 1710 (and before) > > > > When you paste/align in the editor and have lin-numbers 4 digits, the > > line numbers and any text in the editor overlap > > > > > > see the piccie. > > > > Regards > > > > Ri

Re: [Gambas-user] Creating a Gambas component

2008-11-24 Thread Benoit Minisini
On lundi 24 novembre 2008, [EMAIL PROTECTED] wrote: > I have created a Gambas 2 project that contains some user controls, and > I would like to make it a component. > > > > I have successfully compiled and installed the component, including its > .component, .list and .info files in their proper pl

Re: [Gambas-user] Ask About Report in Gambas

2008-11-24 Thread Leo Sendra
Hi Emiliano, Could you give me some examples to make a report using your suggested tool? How can I get that tool? Thanks... Berbagi foto Flickr dengan teman di dalam Messenger - This SF.Net email is sponsored by the

[Gambas-user] Creating a Gambas component

2008-11-24 Thread dfuchs
I have created a Gambas 2 project that contains some user controls, and I would like to make it a component. I have successfully compiled and installed the component, including its .component, .list and .info files in their proper places. So now I can insert the controls provided by my project

Re: [Gambas-user] lblHelp issue

2008-11-24 Thread Benoit Minisini
On lundi 24 novembre 2008, Demosthenes Koptsis wrote: > i attach a screenshot. > > The help panel does not resize automatically, you must enlarge it by hand to see the remaining text. Regards, -- Benoit Minisini - This SF

Re: [Gambas-user] lblHelp issue

2008-11-24 Thread Demosthenes Koptsis
i attach a screenshot. On Thu, Nov 20, 2008 at 11:31 PM, Benoit Minisini < [EMAIL PROTECTED]> wrote: > On jeudi 20 novembre 2008, Demosthenes Koptsis wrote: > > Hi to all of you my friends, > > > > I want to report an issue about gambas2 project. > > > > In IDE environment the lblHelp does not

Re: [Gambas-user] Using an Image in a PictureBox or help with my issue

2008-11-24 Thread John Harrold
Hi Load the image into the picturebox like: PictureBox1.Picture = Picture.load("images/bookmark.png") (Here you use the path and filename to your image.) Then you can do the following: Message(Str(PictureBox1.Picture.Image[x, y])) Budgieboy 2008/11/23 Doriano Blengino <[EMAIL PROTECTED]> >

Re: [Gambas-user] Ask about report in gambas

2008-11-24 Thread Emiliano Cazzola
Hi Leo, I've search a similar tool, but at moment it seems that there are not. At the end I've written a wrapper to use reports designed with IReport (the graphical interface for JasperReport) in Gambas. Emiliano. - This

Re: [Gambas-user] Clientsocket uses huge Systemresources after Connetion

2008-11-24 Thread Benoit Minisini
On lundi 24 novembre 2008, Lars Hoeger wrote: > Hi, > > I'am writing gambas 2.8 applications (clients) which are runnig on a > terminalserver-cluster (nx). The problem I have is, that each gambas 2.8 > programm increases its consumption of systemresources extremly after > connecting to a server (TC

[Gambas-user] Clientsocket uses huge Systemresources after Connetion

2008-11-24 Thread Lars Hoeger
Hi, I'am writing gambas 2.8 applications (clients) which are runnig on a terminalserver-cluster (nx). The problem I have is, that each gambas 2.8 programm increases its consumption of systemresources extremly after connecting to a server (TCP). I've tried, whether this behavior also happens, w

[Gambas-user] Ask about report in gambas

2008-11-24 Thread Leo Sendra
Hi all, I have a difficulty in making a report in gambas. How can I make a report in gambas? As we know, VB has a crystal report. Does gambas also have a tool for report like that? Thank you ___ Nama baru untuk

Re: [Gambas-user] Editor Bug in line numbering

2008-11-24 Thread Benoit Minisini
On lundi 24 novembre 2008, richard terry wrote: > 1710 (and before) > > When you paste/align in the editor and have lin-numbers 4 digits, the line > numbers and any text in the editor overlap > > > see the piccie. > > Regards > > Richard How many lines did you have in the file before the paste? Ho