- This topic has 10 replies, 4 voices, and was last updated 14 years, 8 months ago by Support.
-
AuthorPosts
-
December 19, 2009 at 8:25 pm #33467emailayaParticipant
hi
i set a tooltip to support html and it works ok
the problem starts when devexpress grid wants to show a tooltip and the content contains < >, in this case, the content is not shown because the < > characters confuses it.i can show you on TV what i mean.
December 22, 2009 at 8:26 am #41352SupportKeymasterHello
I'll try to play with it soon.January 28, 2010 at 11:09 pm #41534emailayaParticipantthis is a reminder, i will show u that on TV
January 29, 2010 at 7:36 am #41537SerebyParticipant@emailaya
what do you have with your TV every time? are you married with itJanuary 29, 2010 at 9:54 am #41538emailayaParticipanthi
for some of the things, a new demo is not enough, because the problem isnt happening there.
TV = teamviewer, an excellent application where he can take over my pc and see the problems liveJanuary 29, 2010 at 10:35 am #41539SerebyParticipanti know teamviewer
March 6, 2010 at 4:10 pm #41809emailayaParticipantthis problem is back in 6.57
March 12, 2010 at 1:03 pm #41877emailayaParticipantthe previous problem is fixed but now there is a new one
it seems there is a problem when tag is not surrounded with <> for example:
function OpenTag(const Tag : string) : boolean;
var
p : integer;
begin
p := pos(Tag, s);
if (p + length(Tag)) <= length(s) then begin
Result := (p = 2) and (s[p + length(Tag)] = '>'); <<<<<<<<<<<<<<<<<<<<<< this is not correct for the above tag
end;
end;in 6.57 it worked ok and im not sure how to fix it so it won't ruin something else
if you could post here the fix after you make it instead of waiting for the next release, i will appreciate it
thanksMarch 12, 2010 at 3:55 pm #41879HeDiBoParticipantQUOTE (emailaya @ Mar 12 2010, 02:03 PM) <{POST_SNAPBACK}>the previous problem is fixed but now there is a new one
If it's a new problem, make it a new topic.March 12, 2010 at 5:27 pm #41880emailayaParticipantserge, here is a sample hint text as you requested:
'Test
Next check in: 00:09:25
Last check: 12/03/2010 19:13:07'March 17, 2010 at 9:40 am #41888SupportKeymasterProblem with a parsing is solved in the version 6.59
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)- You must be logged in to reply to this topic.