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

f11: Edit data, A text box fills Window?

forums forums SQLyog Using SQLyog f11: Edit data, A text box fills Window?

  • This topic is empty.
Viewing 11 reply threads
  • Author
    Posts
    • #8522
      zzapper
      Member

      Hi, v3.71

      When I want to update the data in a mysql table, I press F11, but I can't “see” some of the columns because a text field fills practically the whole width of the screen!!

    • #16145
      peterlaursen
      Participant

      Why don't you attach a screenshot? Its hard to know exactly what you are talking about !

    • #16146
      Ritesh
      Member

      Table structure and a row of data would be nice 🙂 We can use them to sort out the bug (if there are any).

      Also, what is the screen resolution you are working on?

    • #16147
      Shadow
      Member

      It's a display problem, was present in previous versions as well. Let's say, you have a table with fields named a, b, c, and a is of text type. If “a” contains any data, then SQLyog appears to expand the size of “a” column to the byte length of the largest entry in “a” field.

    • #16148
      peterlaursen
      Participant

      I think not only “SQLyog appears to expand the size of “a” column to the byte length of the largest entry in “a” field” but the columnwill be as wide as the field definition in my experience.

      But I'm still uncertain if I understand you right. Please upload a scrren-shot!

    • #16149
      Shadow
      Member

      No, the largest actual length is used. Simply create a table with a column of VARCHAR(100) and press F11!

    • #16150
      zzapper
      Member

      Hi,

      Sorry been on hols!!

      My problem was that everytime I saved to mysql I was suffixing an extra space to my text field, this was growing the width of the text field to gradually fill the screen. Solution was to always trim spaces before updating (I guess this is good MYSQL practice?).

      YOG DOES HAVE A PROBLEM HERE THOUGH, I mean my text field could easily have a lot of text in it!!!

      Should it be reported as a buglet???

    • #16151
      Ritesh
      Member

      Have you unchecked the option Truncate column headers to Max. data size in Tools -> Preferences?

    • #16152
      zzapper
      Member

      Ritesh,

      That's it Uncheck “Truncate column headers to Max. data size in Tools -> Preferences?”

      Now we're sucking diesel!!!

    • #16153
      Ritesh
      Member
      zzapper wrote on Aug 20 2004, 02:13 PM:
      Ritesh,

      That's it Uncheck “Truncate column headers to Max. data size in Tools -> Preferences?”

      Now we're sucking diesel!!!

      Sorry for my ignorance but I am unable to understand what you meant?

    • #16154
      zzapper
      Member

      Ritesh

      Now we're sucking diesel' (Now we're making progress! of Irish origin)

    • #16155
      Ritesh
      Member
      zzapper wrote on Aug 20 2004, 04:42 PM:
      Ritesh

      Now we're sucking diesel' (Now we're making progress! of Irish origin)

      😀 😀

      Great to know that SQLyog works for you 😀

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