Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Bug In Showing The Records In Good Sequence

forums forums SQLyog SQLyog: Bugs / Feature Requests Bug In Showing The Records In Good Sequence

  • This topic is empty.
Viewing 4 reply threads
  • Author
    Posts
    • #30366
      peterlaursen
      Participant

      We reproduced some/almost same problem if we show more than 65563 (not 65535) rows in a specific table.  

      We are now trying to identify exactly what the problem is. I guess (only) that it is not related to 2^16/16bit integer resolution. Rather some internal pointer issue.

      However we can only reproduce with the scrollbar – not the arrow-down icon below the scrollbar.

    • #30367
      navyashree.r
      Member

      Issue added here in our track system,

      http://code.google.com/p/sqlyog/issues/detail?id=1234

      Quote:
      If I show the records with Open table (F12)

      We use F11 to 'Open table' and not F12 which is used to Format SQL queries.

      We are looking into this issue. Thanks for reporting.

      Regards

      Navya

    • #30368
      nithin
      Member

      Hello,

      We are providing you a special build with this issue got fixed.

      Your assumptions were correct that the scroll bar were able to handle 16 bits values only.

      It was documented this:

      “Note that the WM_VSCROLL message carries only 16 bits of scroll box position data. Thus, applications that rely solely on WM_VSCROLL (and WM_HSCROLL) for scroll position data have a practical maximum position value of 65,535.”

      The fix is that now it can be processed 32 bit values, so your issue would be solved.

      Please download, try it in your environment and lets know the status, so that we can include this fix into next public release

      http://www.webyog.com/downloads/betas/not_released/SQLyog822.2Trial.exe

      Thank you

      Nithin

    • #30369
      navyashree.r
      Member

      Hi,

      We have released SQLyog 8.22 with this fix, which is available publicly!

      Please refer to:

      http://www.webyog.com/blog/2010/01/29/sqlyog-mysql-gui-8-22-has-been-released/

      Please verify whether this issue is fixed and update us the status.

      Thank you.

      Regards,

      Navya

    • #30370

      Hello Navya,

      I test http://www.webyog.com/downloads/SQLyog822Trial.exe on Vista en the latest svn release on XP.

      I don't seen the bug any more. Thank you, for solving it –)

      Jan Marco

Viewing 4 reply threads
  • You must be logged in to reply to this topic.