Re: Tcl code estimation

From: Arjen Markus (arjen.markus_at_wldelft.nl)
Date: 10/28/03


Date: Tue, 28 Oct 2003 14:06:58 +0100

John Seal wrote:
>
> Arjen Markus wrote:
>
> > My answer is a bit tangent to your very question
>
> That's OK, it was an informative tangent!
>
> > 2. Every entry, label and so on is defined implicitly by defining a
> > variable (with predefined procedures). So, each widget within a
> > screen is roughly one line.
> :
> > - 200 parameters
>
> Are you equating "parameters" with "widgets" here? Now that I've seen
> his GUI mockups, I'm guessing most of the complexity will be in his
> server, not his GUIs. The server has to talk to stuff over the LAN and
> RS-422.

Yes, my parameters are things connected to an entry widget
(-textvariable and
the like). I want users to be able to fill in say the ambient water
temperature
and the solar irradiation. Or select which type of calculation to
perform
(a series of radiobuttons).

Typically a window will have, say, 10 different widgets (entries,
buttons,
radiobuttons, the odd checkbox).

Regards,

Arjen