<HTML><HEAD>
<STYLE><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></STYLE>

<META http-equiv=Content-Type content="text/html; charset=iso-8859-15">
<META content="MSHTML 6.00.6002.18130" name=GENERATOR></HEAD>
<BODY class=hmmessage>
<DIV>Jay: </DIV>
<DIV>You are correct that I did not attempt to factor out common code.</DIV>
<DIV>At the time, we were more interested in correct behavior, and such factoring did not provide any benefits to the executing code.</DIV>
<DIV>The benefit of such factoring is in reducing the source tree size and potentially improved maintainability, if done right.  So to that end, I applaud your efforts.</DIV>
<DIV>Regards,</DIV>
<DIV>Randy<BR><BR>>>> Jay K <jay.krell@cornell.edu> 12/13/2009 12:04 AM >>><BR>Randy, ok, thanks it sounds like you did one of the two things.<BR> 1) Remerge old diffs to new tree.<BR> but not 2) Lift out what is common into a common file, instead of forking the entire file.<BR>I didn't mean to imply Unix gui should look like Windows gui.<BR>Just that the large amounts of common code should not be duplicated.<BR>Probably what'd work is have one merged file with some if's sprinkled.<BR> <BR>I think what Unix gui should look like is a perpetually unsolved problem and the answer is somewhere between "terrible" and "like Windows", with KDE at least near the second extreme. :)<BR>Trestle seems to be among the uglier Unix gui libraries actually..<BR>It'd be nice if there was an option to adapt to the current "theme", but Trestle to me is a very large unknown..<BR> <BR> - Jay<BR> <BR></DIV>
<DIV>
<HR id=stopSpelling>
</DIV>
<DIV>Date: Sun, 13 Dec 2009 00:02:34 -0500<BR>From: rcoleburn@scires.com<BR>To: jay.krell@cornell.edu; m3devel@elegosoft.com<BR>Subject: Re: [M3devel] FW: Win32/ScrollerVBTClass.m3<BR><BR></DIV>
<STYLE>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Verdana;}
</STYLE>

<DIV>Jay:</DIV>
<DIV> </DIV>
<DIV>Back in 2008 when I made these changes I did go to the current source tree and factor all this work into the then current tree.  It was not a file replace situation, but rather very careful work trying to merge the changes back into the current tree.  The POSIX implementation did not change, because the modifications were intended for Windows only.  I think it would be wrong to try and make the GUI on Unix look like Windows.</DIV>
<DIV> </DIV>
<DIV>Regards,</DIV>
<DIV>Randy<BR><BR>>>> Jay K <jay.krell@cornell.edu> 12/12/2009 10:41 PM >>><BR>2008-05-27 02:29  rcoleburn<BR><BR>  * m3-ui/vbtkit/src/: lego/m3makefile, vbtkitresources/ScrollBg,<BR>    vbtkitresources/close.ppm, vbtkitresources/down.ppm,<BR>    vbtkitresources/grow.ppm, vbtkitresources/left.ppm,<BR>    vbtkitresources/m3makefile, vbtkitresources/right.ppm,<BR>    vbtkitresources/up.ppm, lego/POSIX/ScrollerVBTClass.m3,<BR>    lego/POSIX/ZChassisVBT.m3, lego/POSIX/m3makefile,<BR>    vbtkitutils/m3makefile, lego/WIN32/ScrollerVBTClass.m3,<BR>    lego/WIN32/ZChassisVBT.m3, lego/WIN32/m3makefile,<BR>    vbtkitutils/POSIX/VBTKitEnv.i3, vbtkitutils/POSIX/m3makefile,<BR>    vbtkitutils/WIN32/VBTKitEnv.i3, vbtkitutils/WIN32/m3makefile:<BR><BR>  Incorporate changes made to vbtkit by Critical Mass circa September 1997 that make the GUI appearance more like that of Windows.  The m3makefiles have been adjusted so that these changes affect only Windows (WIN32) platforms.  These changes were part of work sponsored by Randy Coleburn at Scientific Research Corporation (SRC).  The main files affected are VBTKitEnv.i3, ScrollerVBTClass.m3, and ZChassisVBT.m3, plus some new resource files have been added for WIN32 only.<BR><BR><BR>Randy, are files from 1997 really correct to incorporate into the tree 11 years later? Or maybe they are rather out of date?<BR>Can the work be redone against the 2008 versions? And factor out the common parts?<BR> <BR>I guess I should go and diff these against the 3.6 or 4.1 versions?<BR>And then apply those diffs to the Posix file to get the Win32 version?<BR>(Or again, try to share what is the same?)<BR> <BR> <BR> - Jay<BR> <BR>> Date: Sun, 13 Dec 2009 04:37:34 +0000<BR>> To: m3commit@elegosoft.com<BR>> From: jkrell@elego.de<BR>> Subject: [M3commit] CVS Update: cm3<BR>> <BR>> CVSROOT: /usr/cvs<BR>> Changes by: jkrell@birch. 09/12/13 04:37:34<BR>> <BR>> Modified files:<BR>> cm3/m3-ui/vbtkit/src/lego/: Tag: release_branch_cm3_5_8 <BR>> m3makefile <BR>> cm3/m3-ui/vbtkit/src/lego/WIN32/: Tag: release_branch_cm3_5_8 <BR>> ScrollerVBTClass.m3 <BR>> <BR>> Log message:<BR>> I forgot to mention: I'm really just guessing here. It seems to work.<BR>> <BR></DIV></BODY></HTML>