On 2014-03-04 02:41, Rolando wrote:> On Monday, March 3, 2014 6:06:22 PM
UTC-8, MRAB wrote:
>> On 2014-03-04 01:33, Rolando wrote:
>> > I have a GUI with a bunch of cells which is my "View" in the MVC
>> > design. The user enters some information in the view and I pass
>> > this on to the mode
On Monday, March 3, 2014 6:06:22 PM UTC-8, MRAB wrote:
> On 2014-03-04 01:33, Rolando wrote:
>
> > I have a GUI with a bunch of cells which is my "View" in the MVC
>
> > design. The user enters some information in the view and I pass this
>
> > on to the model so that using the information en
On 2014-03-04 01:33, Rolando wrote:
> I have a GUI with a bunch of cells which is my "View" in the MVC
> design. The user enters some information in the view and I pass this
> on to the model so that using the information entered by the user
> it(model) can do some processing.
>
> I have coded up
I have a GUI with a bunch of cells which is my "View" in the MVC design. The
user enters some information in the view and I pass this on to the model so
that using the information entered by the user it(model) can do some processing.
I have coded up my model as a state machine. Wherein, once a f