Label control bug |
Post Reply |
Author | |
John Barrow
Newbie Joined: 02 May 2010 Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 26 May 2010 at 12:19pm |
The way the Microsoft label works is like this:
With Autosize = True and Wordwrap = True
the width can be adjusted and the height will automatically adjust according to the amount of text set in the caption property, thus showing all the text.
The Codejock control does this:
With Autosize = True and Wordwrap = True
the width can NOT be adjusted and the height will NOT automatically adjust according to the amount of text.
So wordwrap isn't working when Autosize is true
I have 12.0.2 - has this been fixed in more recent versions?
|
|
chrisABC
Senior Member Joined: 05 June 2008 Status: Offline Points: 258 |
Post Options
Thanks(0)
|
I tried it with version 13.1.0
And there is still a difference between MS label and CJ label. With the CJ label if WordWrap = True then the label height does not change. Also. The MS Label understands vbCRLF characters (and starts new line) but the CJ Label does not and just shows vbCRLF as a graphic char. |
|
Chris (Manchester, UK) -- www.abc6.co.uk ---- Using CodeJock ActiveX Suite 13.1.0 with Windows8, VB6 SP6
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |