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

SQLyog doesn't refresh if focus switched away

forums forums SQLyog SQLyog: Bugs / Feature Requests SQLyog doesn't refresh if focus switched away

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #8646
      patrickq
      Member

      While SQLyog works on a long “DB->Export Database as Batch Scripts” task, it shows its progress via the row numbers flying by. However, if I switch the focus away from SQLyog to another app on the desktop, SQLyog stops showing you its progress, and when you click back on it, all you get is an hour glass. SQLyog appears hung but it is not – if you look at the backup file it is building, it is growing, and eventually SQLyog completes – bad handling of WIN32 window messages I assume?

      Regards,

      Patrick Questembert

    • #16523
      Ritesh
      Member

      SQLyog does the export in the main thread. Being a single threaded app, it prevents all the GUI operations to be completed.

      We plan to fix this issue in SQLyog 4.1.

      HTH

Viewing 1 reply thread
  • You must be logged in to reply to this topic.