Re: [Gambas-user] Draw.Text problem with control chars

2010-01-31 Thread Kad Mann
Doriano Blengino wrote: > A tab width is normally eight spaces Every single one of my cites say you're completely wrong. http://en.wikipedia.org/wiki/Tab_key www.jwz.org/doc/tabs-vs-spaces.html http://stackoverflow.com/questions/268538/tab-versus-space-indentation-in-c http://stackoverflow.com/q

Re: [Gambas-user] PING > Benoît (ServerSocket)

2009-11-06 Thread Kad Mann
On Fri, 2009-11-06 at 09:20 +0100, Ron wrote: > Ok fair enough ... > Overlooked the linux-localhost part, so you're right we cannot point at > Bill. lol > Did you try to run valgrind tool already like Benoit suggested? Not just yet. I've almost maxed out my bandwidth and still have a week to g

Re: [Gambas-user] PING > Benoît (ServerSocket)

2009-11-06 Thread Kad Mann
On Fri, 2009-11-06 at 08:37 +0100, Ron wrote: > Kad Mann wrote: > > On Thu, 2009-11-05 at 14:45 +0100, Jean-Yves F. Barbier wrote: > > > >> Benoît Minisini a écrit : > >> ... > >> > >>> But if rebooting your Linux server does not

Re: [Gambas-user] PING > Benoît (ServerSocket)

2009-11-05 Thread Kad Mann
On Thu, 2009-11-05 at 14:45 +0100, Jean-Yves F. Barbier wrote: > Benoît Minisini a écrit : > ... > > But if rebooting your Linux server does not make the application work > > again, I > > can't really suspect Gambas, as it does not save anything on the hard disk, > > especially the network compo

[Gambas-user] Gambas3

2009-11-05 Thread Kad Mann
Is it worth trying Gambas3 while it's not released? Or should I stick with Gambas2? Are there any instructions on how to get Gambas3 and compile it? -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008

Re: [Gambas-user] PING > Benoît (ServerSocket)

2009-11-05 Thread Kad Mann
On Thu, 2009-11-05 at 11:54 +0100, Benoît Minisini wrote: > Did you test the connection with telnet, or any other non-Gambas program? Did > you test another socket server application not made in Gambas? No. I don't have one. > The only possibility I see would be a memory corruption in the netwo

Re: [Gambas-user] Really weird socket problem

2009-10-20 Thread Kad Mann
ernando > > > -- Original Message --- > From: Kad Mann > To: gambas > Sent: Mon, 19 Oct 2009 20:03:53 +1100 > Subject: [Gambas-user] Really weird socket problem > > > I need pointers on where I might look to solve this. > > > > I've w

Re: [Gambas-user] make Label background from Database field

2009-10-19 Thread Kad Mann
On Mon, 2009-10-19 at 11:46 +0200, Doriano Blengino wrote: > Kad Mann ha scritto: > > No, you didn't insult anyone, and I sincerely apologise. I was having > > great difficulty following your English... > > > > > Is my english so bad? If you have di

Re: [Gambas-user] Gambas and Gnome dependencies...

2009-10-19 Thread Kad Mann
On Sun, 2009-10-18 at 18:46 -0400, Jerry McBride wrote: > I'm building Gambas on Gentoo and it's dragging in all kinds of gnome > libraries... My question is why? "Before downloading Gambas, compiling it and then complaining, please read the following remarks CAREFULLY!" http://gambasdoc.org/he

Re: [Gambas-user] Why Vassilis' code raised a "Result not available"

2009-10-19 Thread Kad Mann
On Mon, 2009-10-19 at 10:41 +0200, Benoît Minisini wrote: > And, finally, to Kad Mann: Vassili used a bunch of Labels and not a GridView > because he used them for drawing a camping schema. I'm keeping my

Re: [Gambas-user] make Label background from Database field

2009-10-19 Thread Kad Mann
On Mon, 2009-10-19 at 10:34 +0200, Doriano Blengino wrote: > Kad Mann ha scritto: > I did'nt insult anyone in this list - never. Even taking my words the > worst possible way, at the point where I expressed a judgment on your > ideas (just *some* of your ideas), I did not jud

[Gambas-user] Really weird socket problem

2009-10-19 Thread Kad Mann
I need pointers on where I might look to solve this. I've written a proxy class in gambas (2.16) and it was working brilliantly when I went to be last night and left it running. When I got up this morning my Linux desktop, which was running the compiled gambas program, note compiled program - not

Re: [Gambas-user] Missing feature?

2009-10-18 Thread Kad Mann
On Sun, 2009-10-18 at 17:53 +0200, Benoît Minisini wrote: > > TextBoxes and Labels have an alignment property but DataControls do not. > > > > Is that by design? Are there plans to change it? > > > > Is there a workaround to allow the alignment of a DataControl, apart > > from hiding the DataCont

Re: [Gambas-user] make Label background from Database field

2009-10-18 Thread Kad Mann
On Sun, 2009-10-18 at 14:00 +0200, Doriano Blengino wrote: > Kad Mann ha scritto: > > On Sun, 2009-10-18 at 10:47 +0200, Doriano Blengino wrote: > > > >> Kad Mann ha scritto: > >> > >>> On Sun, 2009-10-18 at 09:08 +0200, Doriano Blengino wr

Re: [Gambas-user] make Label background from Database field

2009-10-18 Thread Kad Mann
On Sun, 2009-10-18 at 10:47 +0200, Doriano Blengino wrote: > Kad Mann ha scritto: > > On Sun, 2009-10-18 at 09:08 +0200, Doriano Blengino wrote: > > > >> Kad Mann ha scritto: > >> > >>> On Sat, 2009-10-17 at 22:46 +0300, Vassilis K wrote: >

Re: [Gambas-user] make Label background from Database field

2009-10-18 Thread Kad Mann
On Sun, 2009-10-18 at 09:08 +0200, Doriano Blengino wrote: > Kad Mann ha scritto: > > On Sat, 2009-10-17 at 22:46 +0300, Vassilis K wrote: > > > > > >> Dimitri I don't understand > >> > > > > Why don't you take a look at the data

[Gambas-user] Missing feature?

2009-10-17 Thread Kad Mann
TextBoxes and Labels have an alignment property but DataControls do not. Is that by design? Are there plans to change it? Is there a workaround to allow the alignment of a DataControl, apart from hiding the DataControls and mirroring the data in a TextBox? Also, while I'm asking questions, but o

Re: [Gambas-user] make Label background from Database field

2009-10-17 Thread Kad Mann
On Sat, 2009-10-17 at 22:46 +0300, Vassilis K wrote: > Dimitri I don't understand Why don't you take a look at the database example in Gambas? After creating the test table, if you type in an SQL command and click the run button, you will see a gridview with a myriad colours that can be changed

Re: [Gambas-user] Code Editor Problem

2009-10-17 Thread Kad Mann
On Sat, 2009-10-17 at 16:21 +0200, Benoît Minisini wrote: > > No such thing happens if the module name is from 1 to 3 characters in > > length. The problem is, I need a module to be called k, nothing else, > > and I need the constants to be displayed when I type k and a period. > > Do you mean th

Re: [Gambas-user] Code Editor Problem

2009-10-17 Thread Kad Mann
On Sat, 2009-10-17 at 10:52 +0200, Doriano Blengino wrote: > Kad Mann ha scritto: > > This looks like a bug to me. > > > > If I create a module name modConstants and add these two lines: > > > > PUBLIC CONST BTN_CANCEL AS Integer = 0 > > PUBLIC CONST BTN_O

[Gambas-user] Code Editor Problem

2009-10-16 Thread Kad Mann
This looks like a bug to me. If I create a module name modConstants and add these two lines: PUBLIC CONST BTN_CANCEL AS Integer = 0 PUBLIC CONST BTN_OK AS Integer = 1 If I then edit, say, FMain, I can then refer to those constants by typing the module name and a period. Gambas will then show me

Re: [Gambas-user] Form exit code when [X] clicked

2009-10-16 Thread Kad Mann
On Fri, 2009-10-16 at 17:44 -0700, bbb888 wrote: > I can get an exit code from a form shown with rtn = fm.ShowDialog() correctly > if the user uses an in-form exit such as a exit button : > > > PUBLIC SUB btExit_Click() > > ME.Close(60) > > END > > > > But if the user clicks on the [X] i

Re: [Gambas-user] Form exit code when [X] clicked

2009-10-16 Thread Kad Mann
On Fri, 2009-10-16 at 20:13 -0600, Dimitris Anogiatis wrote: > Hey Bruce, > > Does it work for a normal form (not a Modal one)? lol -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only dev

Re: [Gambas-user] DataBrowser question

2009-10-14 Thread Kad Mann
On Wed, 2009-10-14 at 16:16 +0200, Ricardo Díaz Martín wrote: > If someone needs it I can put here . I'd like to see it. > Note the component is in spanish ;-) I'm sure the code will speak for itself :) -- Come build

Re: [Gambas-user] Normal behaviour for GTK+?

2009-10-14 Thread Kad Mann
On Wed, 2009-10-14 at 19:35 +0200, Benoît Minisini wrote: > > On Tue, 2009-10-13 at 18:58 +0200, Benoît Minisini wrote: > > > > This has me pulling my hair out. I think I have narrowed the problem > > > > down to the GTK+ toolkit for Gambas. > > > > > > > > If I create a GTK+ project and put a Tex