Re: [Gambas-user] Arithmetic failure in project

2009-09-21 Thread Jean-Yves F. Barbier
Horst Günther Burkhardt III a écrit : > I'm building a basic flash exposure calculator with floats and extremely > precise arithmetic, to benefit those of us who happen to list > photography among our hobbies ;) > > Unfortunately, I've run into several issues with the code. > > The foremost of w

Re: [Gambas-user] Arithmetic failure in project

2009-09-21 Thread Jussi Lahtinen
- Check if variable "distance" is set before calculate. Jussi On Mon, Sep 21, 2009 at 22:27, Jussi Lahtinen wrote: > I noticed some problems with your code. > > - Variable "guidenumber" is not set before calculate. > - Change  input_distance_KeyPress() --> input_distance_Change() > > > Jussi >

Re: [Gambas-user] Arithmetic failure in project

2009-09-21 Thread Jussi Lahtinen
I noticed some problems with your code. - Variable "guidenumber" is not set before calculate. - Change input_distance_KeyPress() --> input_distance_Change() Jussi On Mon, Sep 21, 2009 at 22:20, Charlie Reinl wrote: > Am Dienstag, den 22.09.2009, 03:42 +1000 schrieb Horst Günther Burkhardt >

Re: [Gambas-user] Arithmetic failure in project

2009-09-21 Thread Charlie Reinl
Am Dienstag, den 22.09.2009, 03:42 +1000 schrieb Horst Günther Burkhardt III: > Hey everybody. > > I'm building a basic flash exposure calculator with floats and extremely > precise arithmetic, to benefit those of us who happen to list > photography among our hobbies ;) > > Unfortunately, I've r

[Gambas-user] Arithmetic failure in project

2009-09-21 Thread Horst Günther Burkhardt III
Hey everybody. I'm building a basic flash exposure calculator with floats and extremely precise arithmetic, to benefit those of us who happen to list photography among our hobbies ;) Unfortunately, I've run into several issues with the code. The foremost of which: no matter the data that is pl

Re: [Gambas-user] Problem with UTF-8 in Gambas-connection to MySQL

2009-09-21 Thread Benoît Minisini
> > > (I don't know English well) > > > Use Debian 5 "Lenny" -32, Gambas 2.7 from repository. > > > > > > I develop an account program for russian users. It must work with > > > cyrillic correct. > > > I have made MySQL5 (default UTF8) database with direct CHARACTER SET > > > UTF8 option, tables wi

Re: [Gambas-user] serial port

2009-09-21 Thread Mike
Robert JUHASZ wrote: > Useful info, I'll do like that. > Thanks, Robi > > 2009/9/19 nando > > >> In my Linux serial port experience, serial port devices are named: >> >> /dev/ttyS0..9 and upwards >> /dev/ttyUSB0..9 and upwards depending on what is plugged in USB. >> >> I have done a lot of seri