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
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
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
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
... 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
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
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