Prev: using Expect under Windows
Next: Active TCL for Unix?
From: dave on 13 May 2010 07:07 Is it possible to create a system alert using tcl/tk like skype or yahoo messaenger that will timeout after a set time
From: Gerald W. Lester on 13 May 2010 22:09 dave wrote: > Is it possible to create a system alert using tcl/tk like skype or > yahoo messaenger that will timeout after a set time Yes -- +------------------------------------------------------------------------+ | Gerald W. Lester | |"The man who fights for his ideals is the man who is alive." - Cervantes| +------------------------------------------------------------------------+ --- news://freenews.netfront.net/ - complaints: news(a)netfront.net ---
From: dave on 19 May 2010 12:53 On May 14, 3:09 am, "Gerald W. Lester" <Gerald.Les...(a)cox.net> wrote: > dave wrote: > > Is it possible to create a system alert using tcl/tk like skype or > > yahoo messaenger that will timeout after a set time > > Yes > > -- > +------------------------------------------------------------------------+ > | Gerald W. Lester | > |"The man who fights for his ideals is the man who is alive." - Cervantes| > +------------------------------------------------------------------------+ > > --- news://freenews.netfront.net/ - complaints: n...(a)netfront.net --- Any examples please
From: Gerald W. Lester on 19 May 2010 18:55 dave wrote: > On May 14, 3:09 am, "Gerald W. Lester" <Gerald.Les...(a)cox.net> wrote: >> dave wrote: >>> Is it possible to create a system alert using tcl/tk like skype or >>> yahoo messaenger that will timeout after a set time >> Yes >> >> -- >> +------------------------------------------------------------------------+ >> | Gerald W. Lester | >> |"The man who fights for his ideals is the man who is alive." - Cervantes| >> +------------------------------------------------------------------------+ >> >> --- news://freenews.netfront.net/ - complaints: n...(a)netfront.net --- > > Any examples please Examples are OS dependent -- what OS? -- +------------------------------------------------------------------------+ | Gerald W. Lester | |"The man who fights for his ideals is the man who is alive." - Cervantes| +------------------------------------------------------------------------+ --- news://freenews.netfront.net/ - complaints: news(a)netfront.net ---
From: dave on 22 May 2010 04:21
On May 19, 11:55 pm, "Gerald W. Lester" <Gerald.Les...(a)cox.net> wrote: > dave wrote: > > On May 14, 3:09 am, "Gerald W. Lester" <Gerald.Les...(a)cox.net> wrote: > >> dave wrote: > >>> Is it possible to create a system alert using tcl/tk like skype or > >>> yahoo messaenger that will timeout after a set time > >> Yes > > >> -- > >> +------------------------------------------------------------------------+ > >> | Gerald W. Lester | > >> |"The man who fights for his ideals is the man who is alive." - Cervantes| > >> +------------------------------------------------------------------------+ > > >> --- news://freenews.netfront.net/ - complaints: n...(a)netfront.net --- > > > Any examples please > > Examples are OS dependent -- what OS? > > -- > +------------------------------------------------------------------------+ > | Gerald W. Lester | > |"The man who fights for his ideals is the man who is alive." - Cervantes| > +------------------------------------------------------------------------+ > > --- news://freenews.netfront.net/ - complaints: n...(a)netfront.net --- Thanks for your reply, it is for a windows application only windows xp , vista and windows 7. I have a tcl application , that I wrapped using freewrap and is running as a service. I send socket messages from this service to a second tcl exe that has a system tray icon using winico and I would like alert messages like skype . Your help is much appriciated. |