<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Hello everybody,<BR>
&nbsp;<BR>
I have a Tkinter Textbox in my application. I want to scan the textbox for a symbol, defined by me as a "mark", and change the word that is inside or next to that symbol.<BR>
&nbsp;<BR>
This is what i mean:<BR>
&nbsp;<BR>
If a user types this to the textbox:<BR>
&nbsp;<BR>
"Hello @everybody, how are you doing?"<BR>
&nbsp;<BR>
I want to scan this string for the "@" character (or something else) and&nbsp;edit the word next to it (or "inside" it, e.g. "@everybody@"), "everybody" in this case,&nbsp;and make it have a color for example or make it underlined.&nbsp;<BR>
&nbsp;<BR>
I suspect that the answer is in the tag methods of Textbox but so far I&nbsp;haven't found an answer yet. Maybe I'm looking in the wrong direction :)<BR>
&nbsp;<BR>
Thank you all<BR><br /><hr />Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! <a href='http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us' target='_new'>Try it!</a></body>
</html>