[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: a simple addition program(using event handling)



On Thu, 2001-08-30 at 20:42, manchalapraveenk reddy wrote:
> hi all,
> i am again here for ur help.
> i want to be placed 3 text entries and a button in
> which i have to give two inteter numbers in two of the
> entries and and after pressing the button i must get
> the sum of the contents of the two text entries in the
> third text entry

working from the example I just sent that shouldn't be too hard to
achive.  Extract the text from the two entries, translate the text into
integers, add them, translate the sum back into a string and put that
string in the third entry.

> and i also want the handling of the
> event specifically on_button1_clicked and a
> description of the parameters of them.
 
I don't follow you here...

	/mailund


-- 
"To alchohol: the cause of and solution to all of lifes problems"
-Homer Simpson

PGP signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]