<HTML><HEAD>
<STYLE>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</STYLE>

<META http-equiv=Content-Type content="text/html; charset=iso-8859-15">
<META content="MSHTML 6.00.6000.16674" name=GENERATOR></HEAD>
<BODY class=hmmessage>
<DIV>Jay:</DIV>
<DIV> </DIV>
<DIV>I have checked my Reactor v4.1 distribution and the problem also reproduces there as well, so this is not something new, its been around awhile.  I guess my memory must be failing that I don't remember this bug.  In any event, my customer is not happy, so I have to try and fix this and the pixmap problem.</DIV>
<DIV> </DIV>
<DIV>I've returned back home from the customer site.  They have given me two weeks to fix these problems and to make some enhancements they want in the product before it is released to the end users.  So, that is my time interval--I've got 2 weeks max to fix everything.  The customer is not going to accept the product if I can't fix the cursor movement typein problem.  They don't like the pixmap problem, but since it is a non-functional issue, they will have to accept the defect if I can't fix it.  So, number one priority is to get the typein at cursor issue solved.</DIV>
<DIV> </DIV>
<DIV>Note that this problem seems to reproduce in all FormsVBT places where you can type text, even in numerics.  Thus, it is a real problem.  My product uses several windows that have fields where the user has to type to change values.  In every case, when you click the mouse and also use the arrow keys, the first character typed goes to the wrong place.  I guess I never observed this because I always clicked the mouse to the exact place I wanted and didn't use the arrow keys.</DIV>
<DIV> </DIV>
<DIV>Jay, you mention something about changing the TextPort model and ask "is this actually your bug, or just indicative of it"?  I'm not sure exactly what you are asking me, so if you will clarify your question, I'll try to give a better answer.  I don't think switching the TextPortModel will have a bearing on the problem I am having.</DIV>
<DIV> </DIV>
<DIV>I have to leave now for a family reunion event, so I won't have email access again until late Sunday.  When I get back, I'll try to send a short program to demonstrate the pixmap problem, but then I'm not sure you can reproduce it unless you can set your screen resolution to 1920x1200.  At a minimum, I'll try and capture some screen images to show the difference in the same window when run at the various resolutions.</DIV>
<DIV> </DIV>
<DIV>Thanks for your assistance in helping track down this problem.</DIV>
<DIV> </DIV>
<DIV>Regards,</DIV>
<DIV>Randy<BR><BR>>>> Jay <jayk123@hotmail.com> 8/1/2008 11:28 AM >>><BR>Clarification: there are other changes.<BR>There was a change in font stuff.<BR>There was added batching of painting.<BR>And more.<BR> <BR>I'm still stumped. I have to be away from this for a few hours or all day.<BR>I think seeing if 4.1 repros will be good, and then maybe widen the net on either a) what changed (not just trestle?) and b) debugging it.<BR>Really it shouldn't be hard..to figure how out it decides where to place the character.<BR> <BR>Oh, and save the text file, see if it is in memory and on disk where it is drawn on the screen.<BR>That would be useful to know.<BR> <BR>ok..the text matches the display.<BR> <BR>I can roll Wintrestle.i3 back to cm3.6, still repros.<BR> <BR>Ok, the reason it is platform specific is because of:<BR> <BR>Searching for 'TextPortModel: TEXT := "'...<BR>C:\dev2\cm3.2\m3-ui\vbtkit\src\vbtkitutils\POSIX\VBTKitEnv.i3(30):  TextPortModel: TEXT := "emacs";<BR>C:\dev2\cm3.2\m3-ui\vbtkit\src\vbtkitutils\WIN32\VBTKitEnv.i3(30):  TextPortModel: TEXT := "mac";<BR><BR>If you change Windows the the emacs model, no repro.<BR>So try Posix to mac model, hopefully it repros.<BR> <BR>Ok, Randy, is this actually your bug, or just indicative of it?<BR> <BR> - Jay<BR><BR><BR></DIV>
<DIV>
<HR>
</DIV>
<DIV><BR>From: jayk123@hotmail.com<BR>To: rcoleburn@scires.com; rodney.bates@wichita.edu; dabenavidesd@yahoo.es<BR>Date: Fri, 1 Aug 2008 14:45:02 +0000<BR>CC: m3devel@elegosoft.com<BR>Subject: Re: [M3devel] need help with cm3 problem before I deliver software this week<BR><BR>
<META content="Microsoft SafeHTML" name=Generator>
<STYLE>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass body.EC_hmmessage
{font-size:10pt;font-family:Tahoma;}
</STYLE>
 > It works ok with 3.6..<BR><BR> <BR>a *quick* and *incomplete* survey of 3.6 vs. current shows:<BR>  - deal with change in Text type (platform independent) <BR>  - handle WM_CHAR (windows specific) <BR>  - handle newlines differently (platform independly, except maybe the data varies per platform) <BR><BR> I tried undoing the last two, still no luck.<BR> The first is harder to undo, maybe "impossible", just have to read/debug it and decide it is ok or not..?<BR><BR> Next easy step is probably to see if repros with 4.1,<BR>  and then proceed with comparing the "closer" repro vs. non-repro.<BR>  If it does not repro with 4.1, and newer releases are available<BR>  between it and current -- e.g. 5.2 -- would be good to narrow<BR>  down when it started happening and compare those source trees.<BR><BR>The code in question is stuff like mtext and textport.<BR><BR>There are functions named key or Key or mouse or Mouse. Those are also important to look at, I think.<BR><BR>Not being particularly close to figuring this out, consider ignoring everything I have said. :)<BR><BR>It is hard to pass up such a simple repro. :)<BR>And the knowledge that 3.6 works, and really not much has changed in the intervening ~12 years..<BR><BR>Oh, and there are pixmap changes.<BR>Randy, I glossed over the mail about pixmaps.<BR>You have a simple repro of that?<BR>You can try it with 3.6?<BR><BR>3.6 should still be readily downloadable from the web, and it really isn't<BR>difficult to get it up and running, at least on Windows.<BR>(I can't speak for Linux. I ran 3.6, albeit hardly at all, on Linux 1.2 I think it was,<BR>and NT 3.51, maybe later NT and maybe Win9x)<BR>(and 3.6 is liberally licensed, so anyone can send it around.<BR>The notion that 5.1 was the open source release always sounded wrong...)<BR><BR> - Jay<BR><BR><BR><BR></DIV>
<DIV>
<HR>
</DIV>
<DIV><BR><BR>From: jayk123@hotmail.com<BR>To: rcoleburn@scires.com; rodney.bates@wichita.edu; dabenavidesd@yahoo.es<BR>CC: m3devel@elegosoft.com<BR>Subject: RE: [M3devel] need help with cm3 problem before I deliver software this week<BR>Date: Fri, 1 Aug 2008 14:06:45 +0000<BR><BR>
<STYLE>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass body.EC_hmmessage
{font-size:10pt;font-family:Tahoma;}
</STYLE>
It works ok with 3.6..<BR><BR><BR></DIV></BODY></HTML>