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
- 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
>
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
>
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
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
> > > (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
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