FlatEdit issues |
Post Reply |
Author | |
enjay
Senior Member Joined: 31 March 2008 Status: Offline Points: 109 |
Post Options
Thanks(0)
Posted: 12 May 2008 at 4:37pm |
I'm having two issues with FlatEdit (unicode version V.12):
1. unicode doesn't work, getting the these "??????" characters
2. see bad right-bottom corner rendering when multiline and both scrollbar are switched on
|
|
SuitePro ActiveX User
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
1. When you get it ? When enter string or when get string using methods? What locale you use to enter it.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
enjay
Senior Member Joined: 31 March 2008 Status: Offline Points: 109 |
Post Options
Thanks(0)
|
I found the problem for issue #1, mistakenly try to use:
DefWindowProc (Form.hWnd, WM_SETTEXT, 0, StrPtr(sUnicodeText))
FlatEdit.Text = Form.Caption
which was the cause.
So the correct use is:
FlatEdit.Text = sUnicodeText
But please correct the remaining issue #2 for V12.1 |
|
SuitePro ActiveX User
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Yes 2 fixed for 12.0.1 release. Again its OS theming bug that can be reproduced with standard controls too.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |