Re: [Gambas-user] Arithmetic failure in project..Solution

2009-10-03 Thread Horst Günther Burkhardt III
On Fri, 2009-10-02 at 23:11 -0500, nando wrote: > Friend, > I have gone through your project and I ran it with these changes: > > (1) in SUB action_click...insert above this line: > result = (exposure * (guidenumber / distance) * (flashcompensation) * > (multicompensation)) > > these four lines:

Re: [Gambas-user] Arithmetic failure in project..Solution

2009-10-02 Thread nando
Friend, I have gone through your project and I ran it with these changes: (1) in SUB action_click...insert above this line: result = (exposure * (guidenumber / distance) * (flashcompensation) * (multicompensation)) these four lines: IF gn_feet.Value = TRUE THEN guidenumber = (input_gn.Value / 3