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

Sqlyog Not Visible

forums forums SQLyog SQLyog Comments Sqlyog Not Visible

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #25226

      Sorry, broke the cardinal rule of not specifying version in use.

      SQLyog Enterprise – MySQL GUI v5.25

    • #25227

      Peter, I posted the following question to the ooRexx Development team

      Does the “ensureVisible” method of ooDialog use a Windows API to accomplish its goal or is this pure ooRexx code?

      And here is the response I just received.

      It uses a Windows API. What is done is that the DM_REPOSITION message is sent to the dialog window. This is a dialog specific message, not a general window message. (DM_ -> dialog message as opposed to WM_ -> window message.)

      When a dialog gets this message it repositions itself so that it is completely on the screen (if it needs to.)

      Hope this helps

      Lee

    • #25228
      peterlaursen
      Participant

      Yes, your are right!

      When we open the program we do not check if the coordinates stored are available.

      I do not know exactly how to do this, but there must be a way!

      I added this issue here:

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

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