Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Controls
  New Posts New Posts RSS Feed - FlatEdit issues
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

FlatEdit issues

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

Joined: 31 March 2008
Status: Offline
Points: 109
Post Options Post Options   Thanks (0) Thanks(0)   Quote enjay Quote  Post ReplyReply Direct Link To This Post Topic: FlatEdit issues
    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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
enjay View Drop Down
Senior Member
Senior Member
Avatar

Joined: 31 March 2008
Status: Offline
Points: 109
Post Options Post Options   Thanks (0) Thanks(0)   Quote enjay Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
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.156 seconds.