Thanks.
--- 19/10/09 Pzt tarihinde nando şöyle yazıyor:
Kimden: nando
Konu: Re: [Gambas-user] serial port.
Kime: "mailing list for gambas users"
Tarihi: 19 Ekim 2009 Pazartesi, 18:23
If you want to send a binary 37 to serial port Sport,
then you can do any of these:
1. Print #Sport, "%";
2
If you want to send a binary 37 to serial port Sport,
then you can do any of these:
1. Print #Sport, "%";
2. Print #Sport, Chr$(37);
3. S=Chr$(37)
Write #Sport, S, 1
You do not have to 'convert' to binary.
-Fernando
-- Original Message ---
From: abdurrahman ulusoy
To:
My experience over the years with Gambas and really odd issues
that appears to point to Gambas failing always (ALWAYS!) was that
Gambas did not fail, but something else broke.
Unless you have a hard drive failure, bad cable, etc, your Gambas
is almost certainly working just fine. Something else cha
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 difficulties to read it, think at the
> difficul
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 difficulties to read it, think at the
difficulties I have to write it... :-)
Feel free to correct me, my own language i
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 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 h
> I'm building Gambas on Gentoo and it's dragging in all kinds of gnome
> libraries... My question is why?
>
> Jerry
>
Gambas needs GTK+ libraries and the gnome keyring library for Gambas 3. But no
other gnome libraries afaik.
--
Benoît Minisini
-
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 mouth shut :)
---
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 judged you - this is wh
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
Hi,
I renamed the subject, because the thread was too deep for my screen. :-)
The following code:
PUBLIC SUB Form_Open()
DIM i AS Integer
DIM rsThesi AS Result
MODMain.Connect()
rsThesi = MODMain.$Con.exec("select * from egrafes where elenchosAnax =
0")
rsThesi.MoveFirst
WHI
Kad Mann ha scritto:
> 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
13 matches
Mail list logo