Tooltip encoding

Support forum for Slick RSS

Tooltip encoding

Postby maiwenn on Mon Jul 26, 2010 9:37 pm

Hey

Congratulations for you usefull (and easy to) extensions Slick RSS.
I've got a little encoding problem on my website : in the tooltips, french letter é has been replaced by ?

Example on http://www.aedaa.fr/, "Les archiveilleurs" block (on the right side).

How can I fix this ?

Thanks for your help.
maiwenn
 
Posts: 1
Joined: Mon Jul 26, 2010 9:33 pm

Re: Tooltip encoding

Postby Arnold60 on Tue Aug 17, 2010 7:54 pm

return new ListitemRenderer() {

@Override
Hi all

I have a problem with the carriage return in tooltip.

My code :
public void render(Listitem item, Object data) throws Exception {
item.setValue(data);
Listcell cell = new Listcell();
item.appendChild(cell);
Hbox box = new Hbox();
cell.appendChild(box);

[...]

toolTip += fieldName + " : " + result + "\n" + "something";

Label label = new Label(extension);
label.setTooltiptext(toolTip);
box.appendChild(label);
}
};

And the "\n" is not interpreted...

Thanks for your help,

Regards,
__________________
guild wars 2 gold
Arnold60
 
Posts: 1
Joined: Tue Aug 17, 2010 7:50 pm


Return to Slick RSS

Who is online

Users browsing this forum: No registered users and 1 guest