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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
>
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
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
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
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
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
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
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
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
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
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
25 matches
Mail list logo