Problems with scrollBar buttons skinning

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #38096
    Saeidd2016
    Participant

    Hello,

    There are two problems with ScrollBar buttons skinning:

    1. In smVCL scale mode and 4K display the horizontal scrollbar buttons width is low and don't show correctly (and about vertical scrollbar, it's height is low). see screenshot.

    [attachment=9083:ScrollButton.png]

    2. In SkinEditor I have designed buttons for scroll button sections and I have set them as section button glyph. But there is a problem at run time. When ScaleMode is smVCL it shows a vertical line in right side of scroll button glyph (When ScaleMode is smOldMode there is no problem). this is screen shot:

    [attachment=9080:Scroll3.png]

    These are two samples of my glyph in skin (one with mask and another without mask):

    [attachment=9081:Scroll.png]

    [attachment=9082:Scroll2.png]

    #58856
    Support
    Keymaster
    Quote:
    1. In smVCL scale mode and 4K display the horizontal scrollbar buttons width is low and don't show correctly (and about vertical scrollbar, it's height is low). see screenshot.

    Thank you for screenshots, this issue will be solved in the nearest release.

    Quote:
    2. In SkinEditor I have designed buttons for scroll button sections and I have set them as section button glyph. But there is a problem at run time. When ScaleMode is smVCL it shows a vertical line in right side of scroll button glyph (When ScaleMode is smOldMode there is no problem). this is screen shot:

    You should make additional images which are bigger to 2 times and define them for 200% scale mode.

    Btw, you can convert MasterBitmap.bmp to Png format and use partially transparent images there (since v14).

    #58859
    Saeidd2016
    Participant
    'Support' wrote:

    You should make additional images which are bigger to 2 times and define them for 200% scale mode.

    That's right but if not defined any image for 200% scale mode it should use the default image defined for 100% mode and scaled it in bigger scale modes. right?

    'Support' wrote:

    Btw, you can convert MasterBitmap.bmp to Png format and use partially transparent images there (since v14).

    My Master image format is Png.

    #58860
    Support
    Keymaster
    'Saeidd2016' wrote:
    That's right but if not defined any image for 200% scale mode it should use the default image defined for 100% mode and scaled it in bigger scale modes. right?

    Yes, images are scaled automatically and these lines are result of scaling, I think.I can tell more if you give me this skin and I can look it.

    Quote:
    My Master image format is Png.

    So, you can use images of arrows with transparency instead of masks using, if you wish.

    #58865
    Saeidd2016
    Participant
    'Support' wrote:

    Yes, images are scaled automatically and these lines are result of scaling, I think.I can tell more if you give me this skin and I can look it.

    I Edited the ScrollBar elements of BlueShadows skin. Please check it out.

    [attachment=9093:Blue Shadows-Edited.rar]

    #58872
    Support
    Keymaster

    Here is the updated skin attached.

    I have added images for 200% scale there.

    Current version of the ASkinEditor can't use these scaled images, I will update the editor in the nearest release.

    Also, I'm planning to add automatic drawing of such kind of arrows soon.

    #59050
    Saeidd2016
    Participant
    'Saeidd2016' wrote:

    1. In smVCL scale mode and 4K display the horizontal scrollbar buttons width is low and don't show correctly (and about vertical scrollbar, it's height is low). see screenshot.

    [attachment=9083:ScrollButton.png]

    'Support' wrote:

    Thank you for screenshots, this issue will be solved in the nearest release.

    Thank you, Now the issue has been solved but it exists in DBGridEh scrollbars. see screen shot.

    [attachment=9140:Ehlib.png]

    #59061
    Support
    Keymaster

    Hello!

    I will check the DBGridEh component soon.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.