Print Page | Close Window

FlatEdit issues

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Controls
Forum Description: Topics Related to Codejock Controls
URL: http://forum.codejock.com/forum_posts.asp?TID=10605
Printed Date: 30 May 2024 at 6:40pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: FlatEdit issues
Posted By: enjay
Subject: FlatEdit issues
Date 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



Replies:
Posted By: Oleg
Date Posted: 13 May 2008 at 1:54am
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


Posted By: enjay
Date Posted: 13 May 2008 at 4:11am
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


Posted By: Oleg
Date Posted: 13 May 2008 at 8:31am
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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net