Hi!
I’m wasn’t sure where to put this thread but, anyway:
I want to have clickable links in my chat window. So, basically I guess I want to have part of my BitmapText be clickable. What would be the easiest way to do this?
Hi!
I’m wasn’t sure where to put this thread but, anyway:
I want to have clickable links in my chat window. So, basically I guess I want to have part of my BitmapText be clickable. What would be the easiest way to do this?
Have you rolled your own chat window using just JME or are you using some other gui library?
I’m trying out tonegodgui.
@tuffe said: I'm wasn't sure where to put this thread
In the t0neg0d gui section, then. More info might be good, too, do you want your hyperlinks to open in a web browser? That might take some work…
@javagame said: In the t0neg0d gui section, then. More info might be good, too, do you want your hyperlinks to open in a web browser? That might take some work...
I’m pretty sure tonegodgui does not have this, and the elements that tonegodgui uses are jme elements, so I thought I’d try here.
As for more info: No, not browser links, although I’m not sure what difference it would make. What I need, I guess, is for the text to realize that I clicked the part of it that is a link, and that link should contain some kind of address that I get as an argument to some kind of onClick method.