Re: [Gambas-user] Hex string to float

2008-12-14 Thread nando
brilliant! -- Original Message --- From: Benoit Minisini To: nand...@nothingsimple.com, mailing list for gambas users Sent: Sun, 14 Dec 2008 22:28:35 +0100 Subject: Re: [Gambas-user] Hex string to float > On dimanche 14 décembre 2008, nando wrote: > > My apologies to all...I st

Re: [Gambas-user] Problem with gambas wiki web site

2008-12-14 Thread Benoit Minisini
On dimanche 14 décembre 2008, Rob wrote: > On Friday 12 December 2008 11:30, Benoit Minisini wrote: > > Apparently gambasdoc.org does not answer anymore, nor kudla.org, the > > domain where you can write to Rob Kudla, the gambasdoc.org server owner. > > If you read that Rob, please tell us what hap

Re: [Gambas-user] Coordinate system in Gambas Graphics

2008-12-14 Thread Jesus Guardon
Doriano Blengino wrote: > > simple linear transformation is possible by using draw.translate() and > draw.scale(); draw.reset() will reset the transformation matrix. > Draw.push() and draw.pop() exist to save and restore the matrix. > > I think this is enough to map simple world 2D coordinat

Re: [Gambas-user] Problem with gambas wiki web site

2008-12-14 Thread Rob
On Friday 12 December 2008 11:30, Benoit Minisini wrote: > Apparently gambasdoc.org does not answer anymore, nor kudla.org, the > domain where you can write to Rob Kudla, the gambasdoc.org server owner. > If you read that Rob, please tell us what happens! We had an ice storm here in the northern p

Re: [Gambas-user] Hex string to float

2008-12-14 Thread Ron
Benoit Minisini wrote: > On dimanche 14 décembre 2008, nando wrote: > >> My apologies to all...I stand corrected for my mistake. >> The i = &h3fd5& converts hex to integer and is easiest to do it this >> way. This method does performs as the original person wanted but is a waste >> to do dis

Re: [Gambas-user] Hex string to float

2008-12-14 Thread Benoit Minisini
On dimanche 14 décembre 2008, nando wrote: > My apologies to all...I stand corrected for my mistake. > The i = &h3fd5& converts hex to integer and is easiest to do it this > way. This method does performs as the original person wanted but is a waste > to do disk IO. Perhaps a pipe, write the i

Re: [Gambas-user] Wish list for a tooltip feature

2008-12-14 Thread richard terry
On Mon, 15 Dec 2008 08:04:58 am Benoit Minisini wrote: > On dimanche 14 décembre 2008, richard terry wrote: > > On Sun, 14 Dec 2008 06:39:51 pm you wrote: > > > On dimanche 14 décembre 2008, richard terry wrote: > > > > I wondered if there would be any way or perhaps future feature to be > > > > ab

Re: [Gambas-user] Hex string to float

2008-12-14 Thread nando
My apologies to all...I stand corrected for my mistake. The i = &h3fd5& converts hex to integer and is easiest to do it this way. This method does performs as the original person wanted but is a waste to do disk IO. Perhaps a pipe, write the integer, read the single. Although I haven't investi

[Gambas-user] Problem with Conv() and XmlWrite

2008-12-14 Thread Luigi Carlotto
In my application I execute a rescue on XML file of some data. The rescue executes before a conversion: Conv (string, “UTF-8”, “ASCII”) During my tests, I have noticed that some errors are taken place: 1) if the string is larger than 2000 characters (approximately), XmlWrite.Attribute() crash; 2) i

[Gambas-user] Problem with MySQL LONGTEXT field type

2008-12-14 Thread Luigi Carlotto
Gambas2 - versione 2.9.0 The single anomaly verification in a circumstance, that I will try to describe: - I have created a small static class that executes the logon to a database, executes query and returns the data in a structure much similar one to the logic applied to the Result/Field object

Re: [Gambas-user] Bug in Gambas 2.9 and Gnome 2.24

2008-12-14 Thread Leonardo Miliani
Benoit Minisini ha scritto: > On dimanche 14 décembre 2008, Leonardo Miliani wrote: >> Benoit Minisini ha scritto: >>> On mardi 9 décembre 2008, Leonardo Miliani wrote: Benoit Minisini ha scritto: > On mardi 9 décembre 2008, Gaël Le Hec'H wrote: >> I confirm the problem on fedora 10 wi