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

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 59 total)
  • Author
    Posts
  • in reply to: Encoding Problems #31936
    vishal.pr
    Member

    Hi ninoid,

    If it is a string hard coded inside the source making the problem, then it might be a file encoding problem with javac compiler. Make sure you use the proper command line to compile.

    This link may be helpful.

    http://www.example-code.com/java/java-utf8.asp

    in reply to: "flush Privileges" Missing After "rename User" Command #31900
    vishal.pr
    Member

    Hi Larsen,

    We tried to replicate the issue at our end with the exact server version, but we couldn't. Can you explain it step by step starting from create user to rename user.

    Thank you.

    Vishal P.R

    in reply to: [Offtopic] Select A Single Field From Slave Status #31893
    vishal.pr
    Member

    Also I think there is a work already in progress to have a table for master/slave status under performance schema, so that user can select directly from performance_schema (like SELECT * from performance_schema.slave_status)

    in reply to: Sqlyog Ultimate 8.71 Strange Tab Feature #31850
    vishal.pr
    Member

    Hi,

    This was a bug introduced in version 8.7 and is already fixed in 8.8 Beta2. Please refer to http://www.webyog.com/blog/2011/01/12/sqlyog-mysql-gui-8-8-beta-2-released/

    Regards,

    Vishal P.R

    in reply to: Creating Sqlyog Setup? #31819
    vishal.pr
    Member

    We use NSIS from Nullsoft to create the installer for SQLyog. However there is a lot of such tools exist along with the one integrated with Visual Studio itself(Not sure about EXPRESS editions).

    in reply to: Bug: Database Syncronization Wizard #31798
    vishal.pr
    Member

    Sorry, forgot to attach the screen shot. Here it is.

    in reply to: Bug: Database Syncronization Wizard #31797
    vishal.pr
    Member

    Thank you for the confirmation. Unfortunately this is how Windows behaves. If a window does not respond to the events send to it (mouse click, key press etc) due to an ongoing background processing, operating system will mark it as Not responding.

    But if you want to sync all the tables in the database at the time of syncing you can select Sync all tables in the database(Please find the attached screen shot). This option doesn't carry any background processing hence will be instantaneous. Please check the program help to see the difference between two options(Pressing F1 from the wizard will open the relevant help topic). You can save and/or schedule your job also.

    Regards,

    Vishal P.R

    in reply to: Bug: Database Syncronization Wizard #31795
    vishal.pr
    Member

    Hi Julian,

    Please tell whether the program hangs while checking the tables and does not come back to operational state. Or is it like it is taking some time to check all the tables. If it is the later case, then its not a bug. Because not only the visual selection is involved in the operation but there are some background processing that requires time. Like populating columns in the table etc which depends on the connection type and other elements involved in the connection.

    Please confirm.

    Regards,

    Vishal P.R

    in reply to: Folding Option Switch On/off? #31681
    vishal.pr
    Member

    Hi S. Lines,

    The issue is fixed now and will be available in the next public release. It was a bug in syntax highlighting and not with the code folding. This happens when you have a comment /**/ with nothing in between /* and */. Thank you for reporting the issue.

    Regards,

    Vishal P.R

    in reply to: User Manager In 8.6 #31505
    vishal.pr
    Member

    Hi Henny van Esch,

    We discussed about this and added the report in our issue tracker as a usability enhancement. Please refer to http://code.google.com/p/sqlyog/issues/detail?id=1573

    But, currently we are all booked for the next major release. So please don't expect this to be done in the next two or three months.

    Thank you

    Vishal P.R

    in reply to: Enforced Cleartype In Query Window, Sqlyog 8.7 #31596
    vishal.pr
    Member

    Hi,

    We have released SQLyog 8.71 with this change reverted back. You can download SQLyog 8.71 Community from here http://code.google.com/p/sqlyog/downloads/detail?name=SQLyog-8.7.1-0Community.exe&can=2&q=

    Regards,

    Vishal P.R

    in reply to: Autocomplete Sometimes Deletes Character Following Cursor #31445
    vishal.pr
    Member

    Hi,

    This is not an issue. This is how code editor should work. We have followed this behavior from popular IDEs like Visual Studio and Netbeans. When the position of the cursor(**at the time of invoking auto-complete list**) is in the middle of a word, the word is replaced with the selection from the auto-complete list.

    However while checking this we found an issue that violates the statement given in bold. It was taking the current cursor position rather than the position when auto-complete list was invoked. Due to this if the user invokes auto-complete list in the beginning of a word and continue typing to locate a match in the list and then make a selection it will replace the word itself.

    This issue has been fixed now. If you need the fix urgently, we can provide you a special binary or else you can wait till the next public release which will happen in two days time.

    Regards,

    Vishal P.R

    in reply to: Color Coding On Current Source #31567
    vishal.pr
    Member

    Regarding the original issue, it was a mistake from our end. As I already mentioned, we have upgraded Scintilla library to version 2.2 but forgot to replace the old SciLexer.dll in build directory of Google Code. In lib directory it was there however. So, either you can copy and replace it by yourself or just update your trunk. This should work.

    Regards,

    Vishal P.R

    vishal.pr
    Member

    Hi,

    We have released SQLyog 8.7 GA with this fix. Refer to http://www.webyog.com/blog/2010/11/19/sqlyog-mysql-gui-8-7-released-form-view-improved-sql-formatter-and-more/

    The release notes says With a large number of rows displayed GRID could display garbage and fail to identify properly BLOB/TEXT data belonging to the row.

    Please find the version history here

    http://www.webyog.com/faq/content/33/7/en/sqlyog-version-history.html

    Regards,

    Vishal P.R

    in reply to: Enforced Cleartype In Query Window, Sqlyog 8.7 #31594
    vishal.pr
    Member

    Hi Jonathan,

    Anti-aliasing in Query Editor was done to improve the rendering quality of fonts and there is no system/application settings to change this. But if you don't like it we can give you a special binary with the change reverted back. Please tell the exact SQLyog version you are using.

    I will discuss with the team whether we need to have a preference option to enable/disable anti-aliasing. Sorry for the inconvenience caused.

    Regards,

    Vishal P.R

Viewing 15 posts - 31 through 45 (of 59 total)