Am 16.01.2011 17:39, schrieb Benoît Minisini:
>> Am 11.01.2011 18:42, schrieb Benoît Minisini:
Moin,
Just found this one, don't know if it's been removed in Gambas3. When I
define several arrays of strings on one line within a SUB, later the
names are recognized. Example:
>
Thank you for your reply.
For #2: I meant, the serialization is
in order of the struct as defined.
-- Original Message ---
From: Benoît Minisini
To: nand...@nothingsimple.com, mailing list for gambas users
Sent: Mon, 17 Jan 2011 03:18:07 +0100
Subject: Re: [Gambas-user] some que
> Benoit,
> 1) What version is struct implemented?
I think you want to know that structures are implemented in Gambas 3 only.
> 2) Reading and writing a struct to a stream (file, etc) is an exact copy of
> the struct?
Of course not. Data is serialized.
Writing (or reading) a structure is exact
Benoit,
1) What version is struct implemented?
2) Reading and writing a struct to a stream (file, etc) is an exact copy of the
struct?
3) Does struct pad with bytes to fit alignments or is it exact as defined?
4) This is similar to RECORD in VB.
-Fernando
Updates:
Labels: -Version Version-TRUNK
Comment #2 on issue 7 by benoit.m...@gmail.com: font size of tabstrip
control inherited by child controls
http://code.google.com/p/gambas/issues/detail?id=7
(No comment was entered for this change.)
--
Updates:
Status: Fixed
Comment #2 on issue 8 by benoit.m...@gmail.com: GTK+ label is visible when
visible=false and autoresize=true
http://code.google.com/p/gambas/issues/detail?id=8
Fixed in revision #3461.
-
Updates:
Status: Fixed
Comment #2 on issue 11 by benoit.m...@gmail.com: Bug with Single & Round()
http://code.google.com/p/gambas/issues/detail?id=11
Fixed in revision #3460.
--
Protect Your Site and Customers f
Updates:
Status: Accepted
Labels: -Version Version-TRUNK GUI-Any
Comment #1 on issue 11 by benoit.m...@gmail.com: Bug with Single & Round()
http://code.google.com/p/gambas/issues/detail?id=11
(No comment was entered for this change.)
-
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any
New issue 11 by jussi.la...@gmail.com: Bug with Single & Round()
http://code.google.com/p/gambas/issues/detail?id=11
Way to reproduce bug:
Dim sgn1 As Single
sgn1 = 6
Print Round(sgn1 + 0.
I tried to make a package of a project for Ubuntu.
But I get the error:
Erstelle Paket für Ubuntu. (creating packet for ubuntu)
Erstelle Build-Verzeichnis. (creating build directory)
Erstelle Desktop-Datei... (creating desktop file)
Quelldateien werden ins Debian-Format überführt. (source files ar
On 01/16/2011 12:49 PM, Benoît Minisini wrote:
>> Yes, it seems you have convinced me. I have one final question however.
>> Currently a UDP packet is being received as a single string of mixed
>> datatypes. The recipient looks at the value of the first byte to
>> determine the type of packet. Here
> I've got two machines doing this, both compiled fine before I upgraded to
> Fedora 15 pre-alpha. I am sure it's not a gambas3 bug but maybe something
> that will need to be addressed when Fedora 15 goes final.
>
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
> -DGB
>
> Yes, it seems you have convinced me. I have one final question however.
> Currently a UDP packet is being received as a single string of mixed
> datatypes. The recipient looks at the value of the first byte to
> determine the type of packet. Here are some made-up examples of packet
> contents:
On 01/16/2011 09:29 AM, Benoît Minisini wrote:
>>
>> I read the documentation on structures and they look interesting if not
>> tricky. Sounds like a good solution to sending groups of variables of
>> differing datatypes as a single UDP packet, but who knows until I change
>> my code to use structu
> Am 11.01.2011 18:42, schrieb Benoît Minisini:
> >> Moin,
> >>
> >> Just found this one, don't know if it's been removed in Gambas3. When I
> >> define several arrays of strings on one line within a SUB, later the
> >> names are recognized. Example:
> >>
> >> DIM sMyStrings1, sMyStrings2 AS NEW
> > Hi, It seems to be possible to add a picture to menu, but it works only
> > with sub-menu.The top-menu shows no picture. Gambas2 Rev. 3439Ubuntu
> > 10.04GTK+
> >
> > RegardsIvan
>
> It seems but not. Parent menus can have a picture with gb.qt4, but not with
> gb.gtk. I will check if it is
Can someone tell me what the trick is to get gb.gte to pass the
configure script. I'm pretty sure I have all the dependencies required
installed. (libqt3-mt-dev_3.3.8-b-6ubuntu2_i386.deb)
Ubuntu 32 10.10
--
Protect Yo
> hi developers,
>
> can you tell me please what the undocumented method DataSource.Cancel()
> does?
>
> regards,
> tobi
>
It cancels the current record edition by resetting all DataControls that
depends on the DataSource to their initial value.
Sorry for not having documented gb.db.form yet.
h you remind me nostalgia and sensitive emotions !!!
ok it's just perfect then for the approach you describe.
For me to speak, i came from PHP plane :) so my approach was more strict
and business like and that's why i was preferring the cyber pc like
approach.
But from now on i will
> >
> > Here is what I thought when I have written that:
> >
> > - Gambas has now structures.
> > - Structures contents can be written to a stream by the WRITE
> > instruction. - Streams have support for endianness.
> >
> > Now, when you write something to an UDP socket, one writes equals one
>
On Friday, January 14, 2011 05:07:45 am Jussi Lahtinen wrote:
> Hi!
> I was adding some test for pointer arithmetic when noticing this.
> GambasTester will pass, but when you close main form, signal 11 will rise.
> Commenting out Free(pp) from mTest: line 1070, will prevent crash.
>
> Gambas 3 rev
21 matches
Mail list logo