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

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 59 total)
  • Author
    Posts
  • in reply to: #34476
    vishal.pr
    Member

    Hi Sinisa,

    In Messages tab there is a dropdown where you can select what should be displayed. So if the Messages tab says there is an error, you can use this to see only errors.

    in reply to: #34309
    vishal.pr
    Member

    @Steve,

    One solution would be to wrap the purging logic and backup job in a batch script and schedule it. For example if you know where the backups are stored you can execute del path odirectory*.* and then do the backup.

    in reply to: Sqlyog Compiler Errors #31158
    vishal.pr
    Member

    Hi Jan,

    We have ported SQLyog source code and all the libraries to 64 bit. You may checkout from Google Code.

    in reply to: Sqlyog Disappears From Task List #34045
    vishal.pr
    Member

    Hello Pest,

    This was caused by a window style we used to make the dialog a little more elegant, but unfortunately it shows this behavior and is documented here. We have now removed this particular style and now have to live with the thick caption bar. The fix will be available in next public release.

    Thanks for reporting the issue.

    Regards,

    Vishal P.R

    in reply to: Sqlyog Compiler Errors #31154
    vishal.pr
    Member

    Hi Jan,

    We are aware that the SQLyog source code need some cleanup in order to port to 64 bit. It is not only about getting it to compile without errors. A lot of places LONG is substituted for pointer types, this include user/instance data associated with windows, message parameters etc. So even if we are able shut up the compiler with these changes we cannot guarantee that the code will run fine on 64 bit. Also the libraries and components that SQLyog use also need to be ported to 64 bit, without doing it there is no point in compiling SQLyog for 64 bit.

    It is in our wishlist and we will update here once the porting is done.

    Regards,

    Vishal P.R

    in reply to: Rfe: Remember Options In Installer #30697
    vishal.pr
    Member

    Hello larsen,

    This has been fixed in the current development tree. Will be available v10 Beta1.

    in reply to: Bug Parameters Are Not Listed For My Custom Function #32568
    vishal.pr
    Member

    Hello Tim,

    Are you sure you are refering to User Defined Functions and not Stored Functions?

    • If you are refering to Stored Functions, then we had a report here http://code.google.com/p/sqlyog/issues/detail?id=1685 and was fixed in version 9.5. Please make sure that you are using either the fully qualified name of the function or the function is in the active database (the one selected in object browser). It should work then. If not, please provide a reproducible test case so that we can check this at our end.
    • If you are refering to User Defined Functions itself, then sorry autocomplete currently dont support them. I have added this to our issue tracker as a feature request. Refer to http://code.google.com/p/sqlyog/issues/detail?id=1788 . We will check what we can do here and prioritize accordingly.

    Regards,

    Vishal P.R

    in reply to: Sqlyog Long Delays Or Becoming Unresponsive #33168
    vishal.pr
    Member

    Hi,

    Coincidentally we also discovered this yesterday. We had another user reporting the same so had a screen sharing session and were able to figure out this. In the next public release we will have a fix for this.

    Regards,

    Vishal P.R

    in reply to: Sqlyog Craches When Press Esc In New Table/edit Table View #33166
    vishal.pr
    Member

    Hello Nicolae,

    Thanks for reporting. The issue has been fixed and will be available in next public release(v9.61).

    Regards,

    Vishal P.R

    in reply to: Database Name Truncated When Selected #32994
    vishal.pr
    Member

    Hi Mitch,

    This is confirmed to be a WINE issue and is reported here http://bugs.winehq.org/show_bug.cgi?id=29625

    Hopefully WINE developers will take it seriously and fix it in 1.4. Suggested workaround is to install native comctl32.dll through winetricks.

    Regards,

    Vishal P.R

    in reply to: Sqlyog Spanish Language #32813
    vishal.pr
    Member

    Looks great

    in reply to: Problems With Special Characters In Table Data Grid #32889
    vishal.pr
    Member

    Hi Kekami,

    We have fixed the issue and providing you a special binary with the fix. You can download it from here. Please try the build in your environment and let us know the status.

    Note: This is a special build from 9.5 tree which is currently in beta stage. Refer to http://www.webyog.com/blog/2011/11/29/sqlyog-mysql-gui-9-5-beta-1-released/

    Thanks for reporting the issue.

    Regards,

    Vishal P.R

    in reply to: Remember Last Object View State #32542
    vishal.pr
    Member

    We already have such requests in our issue tracker. Refer http://code.google.com/p/sqlyog/issues/detail?id=954&q=save%20session

    We have prioritized this in our road-map but currently we are all booked. So it may take another 3 or 4 months to make it into development phase.

    Thank you

    Vishal P.R

    in reply to: Bug Function Names Are Not Included In The Autocomplete #32553
    vishal.pr
    Member

    @Pentium10,

    Can you rebuild the tag files and try. To rebuild tags, in main menu goto Powertools->Rebuild tags.

    Regards,

    Vishal P.R

    in reply to: Request: Few Features For More Ergonomic Usage #32480
    vishal.pr
    Member
    'Jason wrote:

    Ok, thanks.

    Your reverse selection I've tried early, but it does work only if we start/end selection on the longest string. In other words, if we have longest string in the middle of selection – it's cutting selected text.

    A fix is committed for this particular issue. This will be available in the next public release. Thanks for reporting.

    Regards,

    Vishal P.R

Viewing 15 posts - 1 through 15 (of 59 total)