-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Am 01.05.2010 01:04, perry wrote: > list_update() > if updating for a tag object then set the tag's "textbox" property. > this way there is a robust way to find the tag's widget later.
What if I use multiple taglists? With some "good" timing, you might randomly get one or another textbox for the tag. I'd rather propose to add some kind of callback system awful.prompt for setting the text. That would IMO be more generic. In this case one would then "type into all taglists at the same time". For backwards compatibility we could use sth like this: if type(textbox) ~= "function" then textbox = function(text) textbox.text = text end end What do you think? Uli - -- - - Buck, when, exactly, did you lose your mind? - - Three months ago. I woke up one morning married to a pineapple. An ugly pineapple... But I loved her! -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQEcBAEBCAAGBQJL280OAAoJECLkKOvLj8sGBOIIAK1VYvm94vV1ipu7V/7Bu38q 7NNZ3FN3Xn6/L3l7kTuv+BrU2+JFVFgCKc37OlvJPYnqkC0bnqPjk3C/hqNjMhiZ zrkVv2Nk30u1edh64fTBT+fj9InMiCiq+xBf70Kg4dFHdgwsyPH4tnhYBgn5K6ji 1xraE1W8abVUDkz66230n/DBHhNrZbnIVNbYsXfpf9x/df19YLL2NYO6E7P5JS+c eFn7Vom8o/TcUIK2QTwIatV6Q7gCVZodYOAa2yQakzpOYaeN+aOXK7uJ5Ykq1Jt2 b3udc/2z30OQR9RMlZVVgO0mYPgb3hUe0vb9xq88S3suTUySpW6Tbi/NlFHFKeE= =xONw -----END PGP SIGNATURE----- -- To unsubscribe, send mail to [email protected].
