Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Skin Framework
  New Posts New Posts RSS Feed - [solved] Msgbox: Character with descender are cut
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[solved] Msgbox: Character with descender are cut

 Post Reply Post Reply
Author
Message
iamgtd View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 February 2009
Status: Offline
Points: 131
Post Options Post Options   Thanks (1) Thanks(1)   Quote iamgtd Quote  Post ReplyReply Direct Link To This Post Topic: [solved] Msgbox: Character with descender are cut
    Posted: 12 April 2016 at 2:28am
Characters which have parts that descends below the baseline (g,j,p,q,y,...) are cut off in the last line of the text in a skinned messagebox.


---------

OS: Win 10 64 bit

Codejock Version 22.1 ActiveX

MS Visual Studio 2022 - C#

---------
Back to Top
olebed View Drop Down
Admin Group
Admin Group


Joined: 01 July 2014
Location: Ukraine
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote olebed Quote  Post ReplyReply Direct Link To This Post Posted: 13 April 2016 at 3:13pm
Hello,

Can't reproduce this issue with current version of code, may be this was fixed.
In SkinControls C# codejock sample, with 100-125-150-200% DPI   I have used next code :
private void buttonSample_Click(object sender, EventArgs e)
{
   MessageBox.Show("Codejock is a leading provider of components and controls Visual C++", this.Text, 
   MessageBoxButtons.OK, MessageBoxIcon.Warning);
}
Regards,
 Oleksandr Lebed
Back to Top
mala View Drop Down
Newbie
Newbie


Joined: 11 November 2015
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote mala Quote  Post ReplyReply Direct Link To This Post Posted: 19 April 2016 at 5:33am
Hi,

i have habe the same issue with ToolkitPro 17.1.
A solution would be nice!!

Regards
Marcus

Back to Top
olebed View Drop Down
Admin Group
Admin Group


Joined: 01 July 2014
Location: Ukraine
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote olebed Quote  Post ReplyReply Direct Link To This Post Posted: 19 April 2016 at 5:35am
Marcus, you can try new version of library, it doesn't have this issue.
Back to Top
iamgtd View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 February 2009
Status: Offline
Points: 131
Post Options Post Options   Thanks (0) Thanks(0)   Quote iamgtd Quote  Post ReplyReply Direct Link To This Post Posted: 19 April 2016 at 6:20am
Solved with v17.2
---------

OS: Win 10 64 bit

Codejock Version 22.1 ActiveX

MS Visual Studio 2022 - C#

---------
Back to Top
mala View Drop Down
Newbie
Newbie


Joined: 11 November 2015
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote mala Quote  Post ReplyReply Direct Link To This Post Posted: 20 April 2016 at 7:47am
yes, i agree! it is solved in v17.2!

Thanks
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.