Re: input box

2003-08-14 Thread Pinku Bhatnagar
hi, There is a text entry widget in perk/tk. It is exactly similar to the input box of VB. While creating the entry widget you associate a scalar variable to it. You can then use this variable to get/set the text or value in the entry widget. HTH Pinku Bhatnagar Dan Muey wrote: Hi Howdy

Re: input box

2003-08-14 Thread Pinku Bhatnagar
hi, There is a text entry widget in perk/tk. It is exactly similar to the input box of VB. While creating the entry widget you associate a scalar variable to it. You can then use this variable to get/set the text or value in the entry widget. HTH Pinku Bhatnagar Dan Muey wrote: Hi Howdy

RE: input box

2003-08-14 Thread Dan Muey
> > Hi Howdy > > > I am trying a way to get input from user in GUI mode.. > Like Inputbox in Visual Basic.How do i go about? Have alook at the Tk module at search.cpan.org It has widgets for that sort of thing. HTH Dan > > > with regards > D.P.S > -- To unsubscribe, e-mail: [

Re: input box

2003-08-10 Thread Pinku Bhatnagar
hi, There is a text entry widget in perk/tk. It is exactly similar to the input box of VB. While creating the entry widget you associate a scalar variable to it. You can then use this variable to get/set the text or value in the entry widget. HTH Pinku Bhatnagar Dan Muey wrote: Hi Howdy

input box

2003-08-05 Thread PANNEER SELVAN
Hi I am trying a way to get input from user in GUI mode.. Like Inputbox in Visual Basic.How do i go about? with regards D.P.S