Author Topic: debugger plugin's tip windows does not show content with horizontal scroll bar  (Read 124 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6107
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Hi, if the horizontal scroll bar exists, the content get covered, see the 2 images in the attachment.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2892
This is caused when the popup window size is wider than the space left to the right edge of the parent window.

For example: When this happens, move the editor window to the left to allow room for the full popup window. Show the data again,
then the popup window will show correctly.

I know this isn't a fix. ..just sayin'...
« Last Edit: Today at 07:45:31 am by Pecan »