html tooltip problem

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #33467
    emailaya
    Participant

    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.

    #41352
    Support
    Keymaster

    Hello
    I'll try to play with it soon.

    #41534
    emailaya
    Participant

    this is a reminder, i will show u that on TV

    #41537
    Sereby
    Participant

    @emailaya
    what do you have with your TV every time? are you married with it

    #41538
    emailaya
    Participant

    hi

    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 live

    #41539
    Sereby
    Participant

    i know teamviewer

    #41809
    emailaya
    Participant

    this problem is back in 6.57

    #41877
    emailaya
    Participant

    the 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
    thanks

    #41879
    HeDiBo
    Participant

    QUOTE (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.

    #41880
    emailaya
    Participant

    serge, here is a sample hint text as you requested:
    'Test
    Next check in: 00:09:25
    Last check: 12/03/2010 19:13:07'

    #41888
    Support
    Keymaster

    Problem with a parsing is solved in the version 6.59

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.