---- '''Started pages''' * [A little font chooser] * [A little graph plotter] * [A minimal multi listboxes megawidget] * [A package proto] * [A scrolled frame] * [Blurring an image] * [Building a file index] * [Coloring a gray image] * [Complex scrolling] * [Crisping an image] * [Expanding an image] * [Flipping a canvas] * [Flowers] * [Flow tracing] * [Generating a color image] * [hugecombo] * [hugelist] * [Image Processing with HSV] * [list stripping] * [Mass-widget] * [Mathematics jewels] * [Merging images with transparency] * [Moving a ghost window] * [multi scrolling] * [Overwriting an entry char by char] * [Portable keystate] * [Richlist] * [scrolling explained] * [Serializing a bitmap] * [Serializing a canvas widget] * [Serializing a photo] * [Serializing a text widget] * [Serializing a widget] * [Show me all!] * [Shrinking an image] * [Spheres] * [URL behaviour in a text widget] * [Variable substitution (Substitution Hell)] * [virtuallist] ---- '''Home site''' [http://perso.wanadoo.fr/maurice.ulis/tcl/glider2.gif] ulis' Tcl code -> [http://perso.wanadoo.fr/maurice.ulis/tcl/] <- Le code Tcl de ulis ---- '''Others''' Ses poemes se trouvent a [http://perso.wanadoo.fr/maurice.ulis/]. ---- mailto:maurice.ulis@wanadoo.fr ---- Salut Ulys, Excuse mon clavier. Il s'est anglicise et il a perdu tous ses accents ce traitre, ce vendu! lol Je decouvre que tu ecris des poemes. Je vais tous les lire demain. C'est etonnant quand meme ce que tu as ecrit: "ces poemes donnent un sens a ma vie". C'est ca ecrire et creer dans le fond; c'est donner un sens a sa vie! Ou l'inverse parfois: c'est sa vie qui donne un sens a ses poemes! Merci pour ton intervention t'as ete tres sympa et vive la francophonie. A+ RobertAbitbol [Robert Abitbol] Bon la je vais les lire les poemes. Je suis plus dans un etat d'esprit pour la poesie qu'il y a un mois! :-) Lis mon message au bas de ma page. Ca t'interesse? A+ ---- [GPS]: Thank you for sharing your image processing/manipulation code on the Wiki. :) ---- [FW]: This is an interesting place to put this, but I will for now, since maybe it'll go somewhere else eventually for others. If you use the backslash method to get the opening brace of an argument on the next line for attractiveness, i.e. if {$a == "b"} \ { puts "yep" } that's all well and good, but just FYI you don't need that backslash to separate [switch] conditions. In your code, you use formatting like this: switch -- $a { $b \ { puts "yep" } } But that'll work just fine without the backslash, because [[switch]] treats newlines between each of the items like any other whitespace. [ulis]: Indeed you're true, but I add this backslash to highlight the link beetween the value and the associated script. It's a quirk ;^) ---- [Category Person] | [Category Home Page]