Hello Eike, I want to ask you a question about show formula syntax. According to ux-project's request,see suggestion 8 below: http://www.schuderer.net/publicprototypes/ooo-calc-formula.shtml#cnoackcp In suggestion 8,they want to add a down arrow(↓). I will add a down arrow to a string that appears in ScInputHandler::UseFormulaData() which will call ShowTip(aNew) method to display hint information. I use aNew.Insert(sal_Unicode c, position), but the down arrow in the string is not displayed . In the meantime, I use "String aBlack, aBlack.AppendAscii(RTL_CONSTASCII_STRINGPARAM( "↓" ))", aNew.Insert(aBlack,position), there is no down arrow. what should I do ?
Thanks & Best Regards, maoyg 2008-03-20
