ShowHint bug

edited 2:12PM in FastReport VCL
If we add a Hint to one page-element (for example TfrxMemoView), then he in 6 version is shown not only for this element, but also at a mouseclick in any place and even outside the page.
In 5 versions it it seems wasn't and everything worked correctly.

Comments

  • edited 2:12PM
    Nobody will answer? Where is support?
  • PolomintPolomint Australia
    edited 2:12PM
    Isaev wrote: »
    Where is support?
    These are User Forums. Typically, other users will only respond to you if they understand your problem, or have something useful to contribute. FastReport employees don't regularly visit, so it might take a while to get a response from them.

    If you believe you have identified a bug, you should raise a Support Ticket. To help your case you need to prepare an example of a small program / report that clearly demonstrates the issue you have identified.

    https://support.fast-report.com/users/sign_in

    That last point would have helped you here. In future you should consider including screenshots / code examples / sample report to aid the members in solving your problem.

    I appreciate that English may not be your first language...
  • edited 2:12PM
    Polomint wrote: »
    Of course, I have also written here since I haven't found the reference to support, thanks anywhere!
  • gpigpi
    edited 2:12PM
    Try to modify frxPreviewPages.pas:
    procedure FireMouseLeave;
    begin
      if Assigned(FLastObjectOver) then
      Report.DoMouseLeave(FLastObjectOver, X, Y, nil, EventParams);
      FLastObjectOver := nil;
      FLastDrill := nil;
      Report.Preview.Hint := ''; //add
      Report.Preview.ShowHint := False; //add
    end;
    
  • edited 2:12PM
    gpi wrote: »
    Try to modify frxPreviewPages.pas
    Yes, thanks. I have already received this answer in support

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.