Welcome Guest!
 Win32Forth SIG
 Previous Message All Messages Next Message 
Re: My current Wish List  Bruno Gauthier
 Apr 25, 2003 12:05 PDT 

This is a multi-part message in MIME format.

------=_NextPart_000_000B_01C30B6E.5F73F990
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 8bit

Hi John,
I still see that in the 6.09a version.
i was suggesting to replace PRINTER-COL by max-cols
but wined has a very long line somewhere so the limite max-cols
will be seen on the screen too big.
but for the others sources that seems ok.

bruno




................
\ --------------------------------------------------------------
\ End of changes to code for Colon-only July 6th, 2002 - 20:03 JAP

                browse? 0=
                IF right-edge 0=
                    IF page-lines?
                        self ConsoleWindow <> and
                             \ show page lines if not console
                        IF lend-len 0=
                             IF    binaryColor LineColor: dc
                                   PRINTER-COLS
                             ELSE linesColor LineColor: dc
                                   PRINTER-COLS
                             THEN
                             col-cur - 0max dup>r
                             CharWidth: self * window-lmargin + 0
                             MoveTo: dc
                             r> CharWidth: self * window-lmargin +
                             Height LineTo: dc
                        THEN

..........................................
----- Original Message -----
From: John A. Peters
To: Win32-@topica.com
Sent: Friday, April 25, 2003 7:44 PM
Subject: Re: My current Wish List


I don't seem to be able to find any of these things in either 6.05 or 6.04Test20 for example I searched for
editwindowclass and
binaryColors   LineColor: dc and
binaryColors   

John



----- Original Message -----
From: "Bruno Gauthier" <bgaut-@free.fr>
To: <Win32-@topica.com>
Sent: Sunday, March 31, 2002 5:43 AM
Subject: Re: My current Wish List


>
> (12) Fix vertical gray line to correspond to actual maximum number
> of columns.
>
>
> replace in the method -->   Repaint: of   the editwindowclass
> just after the line :
> binaryColors   LineColor: dc
> the word : PRINTER-COLS
>      by      : max-cols
>
> the same 3 lines after
> the word : PRINTER-COLS
>      by      : max-cols
>
>
> does this fix the problem ?
>
> nota: the fix seems no running well with wined.f and winedok.f ,
> they are probably a line (or more) with many blanks
> with the others files that seems to be ok
>
> is it really ?    
>   
> Bruno
>
>
>
------=_NextPart_000_000B_01C30B6E.5F73F990
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: 8bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi John,</FONT></DIV>
<DIV><FONT face=Arial size=2>I still see that in the 6.09a version.</FONT></DIV>
<DIV><FONT face=Arial size=2>i was suggesting to replace PRINTER-COL by
max-cols</FONT></DIV>
<DIV><FONT face=Arial size=2>but wined has a very long line somewhere so the
limite max-cols</FONT></DIV>
<DIV><FONT face=Arial size=2>will be seen on the screen too
big.</FONT></DIV>
<DIV><FONT face=Arial size=2>but for the others sources that seems
ok.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>bruno</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>................</FONT></DIV>
<DIV><FONT face=Arial size=2>\
--------------------------------------------------------------<BR>\ End of
changes to code for Colon-only  July 6th, 2002 - 20:03 JAP</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial
size=2>               
browse?
0=<BR>               
IF  right-edge
0=<BR>                   
IF 
page-lines?<BR>                       
self ConsoleWindow <>
and<BR>                            
\ show page lines if not
console<BR>                       
IF lend-len
0=<BR>                            
IF    binaryColor  LineColor:
dc<BR>                                  
PRINTER-COLS<BR>                            
ELSE  linesColor  LineColor:
dc<BR>                                  
PRINTER-COLS<BR>                            
THEN<BR>                            
col-cur - 0max
dup>r<BR>                            
CharWidth: self * window-lmargin +
0<BR>                            
MoveTo:
dc<BR>                            
r> CharWidth: self * window-lmargin
+<BR>                            
Height LineTo:
dc<BR>                       
THEN<BR></FONT></DIV>
<DIV><FONT face=Arial
size=2>..........................................</FONT></DIV>
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=j-@pacbell.net href="mailto:jape-@pacbell.net">John A.
Peters</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=Wi-@topica.com
href="mailto:Win32-@topica.com">Win32-@topica.com</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, April 25, 2003 7:44
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: My current Wish List</DIV>
<DIV><BR></DIV>
<DIV><FONT face=Arial>I don't seem to be able to find any of these
things in either 6.05 or 6.04Test20 for example I searched for </FONT></DIV>
<DIV><FONT face=Arial><STRONG>editwindowclass</STRONG> and </FONT></DIV>
<DIV><FONT face=Arial><STRONG>binaryColors   LineColor: dc</STRONG>
</FONT><FONT face=Arial>and </FONT></DIV>
<DIV><FONT
face=Arial><STRONG>binaryColors </STRONG>  <BR></FONT></DIV>
<DIV><FONT face=Arial>John<BR><BR></DIV></FONT>
<DIV><FONT face=Arial></FONT> </DIV>
<DIV><FONT face=Arial>----- Original Message ----- </FONT>
<DIV><FONT face=Arial>From: "Bruno Gauthier" <</FONT><A
href="mailto:bgaut-@free.fr"><FONT
face=Arial>bgaut-@free.fr</FONT></A><FONT face=Arial>></FONT></DIV>
<DIV><FONT face=Arial>To: <</FONT><A
href="mailto:Win32-@topica.com"><FONT
face=Arial>Win32-@topica.com</FONT></A><FONT face=Arial>></FONT></DIV>
<DIV><FONT face=Arial>Sent: Sunday, March 31, 2002 5:43 AM</FONT></DIV>
<DIV><FONT face=Arial>Subject: Re: My current Wish List</FONT></DIV></DIV>
<DIV><FONT face=Arial><BR></FONT></DIV><FONT face=Arial>> <BR>> (12) Fix
vertical gray line to correspond to actual maximum number<BR>> of
columns.<BR>> <BR>> <BR>> replace in the  method
-->   Repaint: of   the editwindowclass<BR>> just
after the line : <BR>> binaryColors   LineColor: dc<BR>> the
word :  PRINTER-COLS<BR>>     
by      :  max-cols<BR>> <BR>> the same 3
lines after<BR>> the word : PRINTER-COLS<BR>>     
by      : max-cols<BR>> <BR>> <BR>> does
this fix the problem ?<BR>> <BR>> nota:  the fix seems no running
well with wined.f and winedok.f ,<BR>> they are probably a line (or more)
with many blanks<BR>> with the others files  that seems to be
ok<BR>> <BR>> is it really ?    <BR>>   <BR>>
Bruno<BR>> <BR>> <BR>> </FONT></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_000B_01C30B6E.5F73F990--
	
 Previous Message All Messages Next Message 
  Check It Out!

  Topica Channels
 Best of Topica
 Art & Design
 Books, Movies & TV
 Developers
 Food & Drink
 Health & Fitness
 Internet
 Music
 News & Information
 Personal Finance
 Personal Technology
 Small Business
 Software
 Sports
 Travel & Leisure
 Women & Family

  Start Your Own List!
Email lists are great for debating issues or publishing your views.
Start a List Today!

© 2001 Topica Inc. TFMB
Concerned about privacy? Topica is TrustE certified.
See our Privacy Policy.