Re: tcl/tk problem: deleting menu items

2001-12-28 Thread Net Llama
--- [EMAIL PROTECTED] wrote: > On December 27, Net Llama enlightened our ignorance thusly: > > --- [EMAIL PROTECTED] wrote: > > [...] > > > > What happens if you do "delete 2 end"? > > > > It deletes the entire menu. > > Oy. My Tcl/Tk is too rusty... `tis ok. I've made some progress. thank

Re: tcl/tk problem: deleting menu items

2001-12-28 Thread kwall
On December 27, Net Llama enlightened our ignorance thusly: > --- [EMAIL PROTECTED] wrote: [...] > > What happens if you do "delete 2 end"? > > It deletes the entire menu. Oy. My Tcl/Tk is too rusty... Kurt -- Sauron is alive in Argentina! ___ Linu

Re: tcl/tk problem: deleting menu items

2001-12-27 Thread Alan Jackson
On Wed, 26 Dec 2001 23:19:05 -0500 [EMAIL PROTECTED] wrote: > On December 25, Net Llama enlightened our ignorance thusly: > % I'm working on a Tcl/Tk app, and i'm having problems wraping my head > % around the concept of deleting menu items. My understanding is that the > % top most item is inde

Re: tcl/tk problem: deleting menu items

2001-12-27 Thread Net Llama
--- [EMAIL PROTECTED] wrote: > On December 25, Net Llama enlightened our ignorance thusly: > % I'm working on a Tcl/Tk app, and i'm having problems wraping my head > % around the concept of deleting menu items. My understanding is that > the > % top most item is index=0 and then it counts downwar

Re: tcl/tk problem: deleting menu items

2001-12-26 Thread kwall
On December 25, Net Llama enlightened our ignorance thusly: % I'm working on a Tcl/Tk app, and i'm having problems wraping my head % around the concept of deleting menu items. My understanding is that the % top most item is index=0 and then it counts downward. So, that leads me % to the followi