In chatters, when you post code it makes a link you can click and it opens the pop-up window with the code in it, i'm just wondering how do you do make the link part? thanks for any help
well, i'll try to make it more clear. in chatters, the verb that allows you to chare code, when you click it, type in your code or whatver and press ok, it post a link to the world and if someone clicks it it creates a pop-up, or browser window, that shows the code.... that's probably still not any clearer, but i tried.
xooxer will be the one to ask about that, since Chatters is his baby. i understand it's not a big secret, so he ought to be able to help as soon as he sees this post.
client Topic(href) // See the reference for argument details ..() // Make sure other calls don't get stalled. if(href == "my_link") usr << "You clicked my link!" // This is one of the rare cases where usr is valid.
Thanks Xooxer.
I had also been wondering how to go about doing it, and I had tried to use the client/Topic() and I couldn't get it o work. I'll try your way, messing around with it though so I can figure out how it works.
--Vito