Kevin Fishburne ha scritto:
> On 04/07/2011 12:20 PM, Benoît Minisini wrote:
>
>> When you write the data to the socket, all data are converted from the CPU
>> endianness (little endian for Intel/AMD) to the network endianness (big
>> endian
>> by definition).
>>
>> When you read the data from
Updates:
Status: Fixed
Comment #3 on issue 57 by benoit.m...@gmail.com: Precision in math
operations
http://code.google.com/p/gambas/issues/detail?id=57
It should be fixed in revision #3737.
--
Xperia(TM) PLAY
On 04/07/2011 12:20 PM, Benoît Minisini wrote:
>
> When you write the data to the socket, all data are converted from the CPU
> endianness (little endian for Intel/AMD) to the network endianness (big endian
> by definition).
>
> When you read the data from the socket, the data must be converted bac
> Am 07.04.2011 11:08, schrieb Rolf-Werner Eilert:
> > Am 07.04.2011 10:58, schrieb Benoît Minisini:
> >>> Am 06.04.2011 21:24, schrieb Benoît Minisini:
> > On Tue, 2011-04-05 at 00:49 +0200, Benoît Minisini wrote:
> >> The new website has been uploaded to sourceforge.
> >
> > It w
good evening,
thank you, i hope this will do it for him!
--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/veri
> hi developers,
> i redirect another question:
> is there a list that tells specifically what classes are
> removed/added/changed from gambas2 in gambas3?
>
> best regards,
> tobi
>
No, but something to try is doing a "diff" between all *.list files located in
the '/usr/share/gambas3/info' dir
I don't know if there is anything else than this:
http://www.gambasdoc.org/help/doc/gb2togb3?v3
Jussi
On Thu, Apr 7, 2011 at 23:01, tobias wrote:
> hi developers,
> i redirect another question:
> is there a list that tells specifically what classes are
> removed/added/changed from gambas2 in g
hi developers,
i redirect another question:
is there a list that tells specifically what classes are
removed/added/changed from gambas2 in gambas3?
best regards,
tobi
--
Xperia(TM) PLAY
It's a major breakthrough. An auth
ScrollArea.ScrollX (gb.form)
"Returns or sets the horizontal scrolling position."
ScrollX is read only. "or sets" has to be deleted.
Same with
ScrollArea.ScrollY (gb.form)
"Returns or sets the vertical scrolling position."
"or sets" has to be deleted, too.
Regards
Matti
-
On 04/07/2011 07:40 AM, Caveat wrote:
> Hey Kevin
>
> Thanks for the great (and simple) guide to compiling Gambas3. It worked
> for me!
>
> The only thing I had a problem with was apt-get complaining about
> libgdk-pixbuf2.0-dev, so I just knocked it off the end of the command
> (I'm running Ubunt
> >
> > Because sockets are big endian, not little endian as the CPU. I think you
> > have to use READ to decode the messages as soon as you receive them.
> >
> > If you want to process them later, you can use a Variant[] to store the
> > decoded data instead of a String storing the undecoded dat
Comment #2 on issue 57 by benoit.m...@gmail.com: Precision in math
operations
http://code.google.com/p/gambas/issues/detail?id=57
The internal number is correct. This is a problem in the routine that
convert the number to a visible string.
---
Updates:
Status: Accepted
Labels: -Version -Priority-Medium Version-TRUNK Priority-Critical
Comment #1 on issue 57 by benoit.m...@gmail.com: Precision in math
operations
http://code.google.com/p/gambas/issues/detail?id=57
Weird!
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 57 by luca.sto...@teletu.it: Precision in math operations
http://code.google.com/p/gambas/issues/detail?id=57
1) Describe the problem.
When I subtract a sufficently small f
Gambas web site says libtool version 1.5.12, but I'm not sure that is
correct...
You may want to try with newer version (I'm using 2.2.6b successfully).
Jussi
On Thu, Apr 7, 2011 at 12:03, Rolf-Werner Eilert <
eilert-sprac...@t-online.de> wrote:
> Ok, I found the page, and it gives all informat
Hey Kevin
Thanks for the great (and simple) guide to compiling Gambas3. It worked
for me!
The only thing I had a problem with was apt-get complaining about
libgdk-pixbuf2.0-dev, so I just knocked it off the end of the command
(I'm running Ubuntu 10.04, 64bit).
> $ sudo apt-get install libgdk-pi
Am 07.04.2011 11:08, schrieb Rolf-Werner Eilert:
> Am 07.04.2011 10:58, schrieb Benoît Minisini:
>>> Am 06.04.2011 21:24, schrieb Benoît Minisini:
> On Tue, 2011-04-05 at 00:49 +0200, Benoît Minisini wrote:
>> The new website has been uploaded to sourceforge.
>
> It would be great i
On 04/07/2011 05:05 AM, Benoît Minisini wrote:
>> On 04/05/2011 03:34 AM, Benoît Minisini wrote:
On 04/05/2011 01:39 AM, Kevin Fishburne wrote:
> Alright, I've transformed all the networking code to the suggested
> solution, and it's so close to working I can smell it. While there is
>
Am 07.04.2011 10:58, schrieb Benoît Minisini:
>> Am 06.04.2011 21:24, schrieb Benoît Minisini:
On Tue, 2011-04-05 at 00:49 +0200, Benoît Minisini wrote:
> The new website has been uploaded to sourceforge.
It would be great if you could get a few Gambas 3 screen shots in the
> On 04/05/2011 03:34 AM, Benoît Minisini wrote:
> >> On 04/05/2011 01:39 AM, Kevin Fishburne wrote:
> >>> Alright, I've transformed all the networking code to the suggested
> >>> solution, and it's so close to working I can smell it. While there is
> >>> more code now, I like it better as it's eas
Ok, I found the page, and it gives all information about tools needed
and how to compile.
All necessary tools are there, and they have appropriate version
numbers, and ./reconf-all is correct, too.
It says
gbc/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined
gbc/Makefile.am:5:
I'm making a digitiser table to plot parts direct into a simple CAD program
(in Gambas).
As I'm butchering a mouse and using the XY wheel directly into the digitiser
(as a normal mouse input), I need somehow to be able to count each encoder
count and relate that back to the screen drawing.
Is the
> Am 06.04.2011 21:24, schrieb Benoît Minisini:
> >> On Tue, 2011-04-05 at 00:49 +0200, Benoît Minisini wrote:
> >>> The new website has been uploaded to sourceforge.
> >>
> >> It would be great if you could get a few Gambas 3 screen shots in the
> >> gallery. It's a bit dated as it stands.
> >
>
> Hi LIst
>
> Tried the new web site, couldn't find anywhere the link to the page telling
> how to download the sources to compile???
>
> Can some one post this or send me the link.
>
> Regards
>
> Richard
>
Oops, sorry, I didn't notice.
There is a "release notes" link under the download bu
Thanks for trying it, I downloaded 2.23 but now it doesn't compile... I
remember, I had to do a
> ./reconf-all
first, is it wrong? Unfortunately, Benoit took away the page with the
explanations of how to compile...
After some seconds, reconf-all fails with
autoreconf: running: automake --add
Am 06.04.2011 21:24, schrieb Benoît Minisini:
On Tue, 2011-04-05 at 00:49 +0200, Benoît Minisini wrote:
The new website has been uploaded to sourceforge.
It would be great if you could get a few Gambas 3 screen shots in the
gallery. It's a bit dated as it stands.
I added two recent screensh
On 04/07/2011 03:42 AM, richard terry wrote:
> On Thursday 07 April 2011 15:05:14 Kevin Fishburne wrote:
>> https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/
> Thanks, that's what i"m missing, the rest I do every few days, by svn update,
> but I'm doing this on a new machine.
>
> ric
On Thursday 07 April 2011 15:05:14 Kevin Fishburne wrote:
> https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/
>
Thanks, that's what i"m missing, the rest I do every few days, by svn update,
but I'm doing this on a new machine.
richard
-
I wasn't using tableview properly - it's fine now
--
View this message in context:
http://old.nabble.com/Tableview-use-of-combobox-problem-tp31331585p31340031.html
Sent from the gambas-user mailing list archive at Nabble.com.
29 matches
Mail list logo