-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Youness Alaoui wrote:
> proc displayUser { user } {
> ....
> foreach tab [::abook::getContactData $user tags] {
> $c tag add  $tag $x1 $y1 $x2 $y2
> }
> }
> 
> proc search_field_content_modified {w} {
>     set s [$w get ]
>     if {$s == "" } {
>       foreach tag [$c tags] { $c tag configure $tag -elide false }
>     } else {
>       foreach tag [$c tags] { $c tag configure $tag -elide false }
>       set matching_tags [lsearch [$c tags] $s]
>       foreach tag $matching_tags { $c tag configure $tag -elide true }
>     }
> }
> 
> 
> how is my pseudo-code? I think it's great, easy also, do you think it's
> easy to do it this way ? I suggest when we type Ctrl-F, an entry pops up
> and as you type, it filters the users... we should have a tag with email
> adress mandatory on each user, + nick + psm + group_name... and
> optionally a user can add new tags on any user..
> 
> KKRT

Sounds good ... I like this idea of tagging buddies ... I think it can
give a new dimension to aMSN.

GrdScarabe
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD2USAPmfsnt4Id3wRAkHwAKCvzpyWmqk2pHlXfOEZabDzh6XqMQCg5xnf
yC7Y/gAKmc22tX9mPVgy+D8=
=soV/
-----END PGP SIGNATURE-----


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to