Re: [Amsn-devel] A new plugin: Minimizer

2007-02-02 Thread Thomas Geirhovd
On 2/2/07, Vivia Nikolaidou <[EMAIL PROTECTED]> wrote: > > OK, deinit fixed, now it's on > http://www.autom.teithe.gr/~vivia/minimizer.tar.bz2 . I guess it's now > ready to be added to the website :) > Added ;) -- Regards, Thomas Geirhovd

Re: [Amsn-devel] A new plugin: Minimizer

2007-02-02 Thread Vivia Nikolaidou
OK, deinit fixed, now it's on http://www.autom.teithe.gr/~vivia/minimizer.tar.bz2 . I guess it's now ready to be added to the website :) - Using Tomcat but need to do more? Need to support web services, security? Get stuff

Re: [Amsn-devel] A new plugin: Minimizer

2007-02-01 Thread Yoda-BZH - Tristan Charbonneau
On 2/1/07, Youness Alaoui <[EMAIL PROTECTED]> wrote: > can be removed, afaik, you can do a > bind $w $event "-$binding" > as well as adding with "+$binding" I wasn't able to find this behaviour at http://www.tcl.tk/man/tcl8.4/TkCmd/bind.htm . > but if I'm wrong, you can always have a variable "loa

Re: [Amsn-devel] A new plugin: Minimizer

2007-02-01 Thread Youness Alaoui
can be removed, afaik, you can do a bind $w $event "-$binding" as well as adding with "+$binding" but if I'm wrong, you can always have a variable "loaded/unloaded" and in your binding callback : if {$loaded } { after $seconds "hide' } p.s.: I don't know how it's done ATM, but it should call

Re: [Amsn-devel] A new plugin: Minimizer

2007-02-01 Thread Yoda-BZH - Tristan Charbonneau
... unless that you can't « unload » the plugin, as binds can't be removed :s On 2/1/07, Yoda-BZH - Tristan Charbonneau <[EMAIL PROTECTED]> wrote: > Why not, IMO every working plugin can be added to the website :) > > Tested @home, and works. Thanx vivia. > > On 1/30/07, Vivia Nikolaidou <[EMAIL P

Re: [Amsn-devel] A new plugin: Minimizer

2007-02-01 Thread Youness Alaoui
same On Thu, Feb 01, 2007 at 02:11:17PM +0100, Yoda-BZH - Tristan Charbonneau wrote: > Why not, IMO every working plugin can be added to the website :) > > Tested @home, and works. Thanx vivia. > > On 1/30/07, Vivia Nikolaidou <[EMAIL PROTECTED]> wrote: > > > > As requested in > > http://www.ams

Re: [Amsn-devel] A new plugin: Minimizer

2007-02-01 Thread Yoda-BZH - Tristan Charbonneau
Why not, IMO every working plugin can be added to the website :) Tested @home, and works. Thanx vivia. On 1/30/07, Vivia Nikolaidou <[EMAIL PROTECTED]> wrote: > > As requested in > http://www.amsn-project.net/forums/viewtopic.php?p=15242#15242 , I just > quickly made a plugin (half the code is co