Search the web
Sign In
New User? Sign Up
win32forth
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 11623 - 11653 of 13632   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11623
I have thought about using the catch - throw functions to capture terminal errors and allow my code to close all open files and release memory before...
Frank J. Russo
fjrusso
Offline Send Email
Aug 2, 2006
11:38 am
11624
... release ... processing. ... I'm not sure what you're trying to do here; if as you say proc1 executes esc-key and if successful executes QUIT then CATCH...
George Hubert
georgeahubert
Offline Send Email
Aug 2, 2006
4:23 pm
11625
I have a line of data, all numbers, from 0 to 200. I want to get them displayed in columns on the screen (assume 5 columns) Win32Forth: a Forth for Windows...
Frank J. Russo
fjrusso
Offline Send Email
Aug 3, 2006
3:52 pm
11626
I have a line of data, all numbers, from 0 to 200. I want to get them displayed in columns on the screen (assume 5 columns) Win32Forth: a Forth for Windows...
Frank J. Russo
fjrusso
Offline Send Email
Aug 3, 2006
4:42 pm
11627
... How would you like to see them? Can you give an example of 2 lines. Jos == 4ePost: 462 bytes in mail. Elapsed time to buffer: .000061 sec....
Jos van de Ven
josven2001
Offline Send Email
Aug 3, 2006
6:00 pm
11628
... them ... Hi Frank, Have you tried to use .R for example this will display 22 in a 5 chars area left padded with blanks .( <) 22 5 .R .( >) < 22> ok ...
michel subero
michelsubero
Offline Send Email
Aug 4, 2006
7:04 am
11629
Problem1> %CURRENTDIR% returns the current path is defined as: 2dup s" %CURRENTDIR%" ISTR= if 2drop current-dir$ dup ?+\ count "path-only" exit then except...
Jos van de Ven
josven2001
Offline Send Email
Aug 4, 2006
9:23 am
11630
... count "path-only" exit then ... CURRENTDIR%" The problem (which probably isn't confined to W98; it just showed up horribly on both systems I use; after...
George Hubert
georgeahubert
Offline Send Email
Aug 4, 2006
10:54 am
11631
... Note: After the update of the CVS by George the problem with WinEd seems to be solved. Thanks! ... This problem still remains and has an other cause. The...
Jos van de Ven
josven2001
Offline Send Email
Aug 4, 2006
11:43 am
11632
... OK it depends on how we would like to proceed. The 4.2 way or the 6.11.xx way. Before I change anything here I would like to heare some votes. Personally I...
Jos van de Ven
josven2001
Offline Send Email
Aug 4, 2006
11:50 am
11633
... word needs. ... without ... I tend to agree. Couldn't we extract just the file name before the comparison so that's so. NEEDS (or it's alias REQUIRE) is...
George Hubert
georgeahubert
Offline Send Email
Aug 4, 2006
12:37 pm
11634
... Something like that could be done since the following line works: defined toolset.f . -1 ... Saw your msg there. I follow that thread with intrest. Jos == ...
Jos van de Ven
josven2001
Offline Send Email
Aug 4, 2006
9:07 pm
11635
That is exactly what I was looking for. I have 5-8 values across a line and want to keep them aligned and in columns. Many Thanks Frank...
Frank J. Russo
fjrusso
Offline Send Email
Aug 7, 2006
1:16 pm
11636
ATM, How does negSVO come into action? Got an example? Frank...
Frank J. Russo
fjrusso
Offline Send Email
Aug 8, 2006
12:21 pm
11637
... The English module calls the negSVO module if the juxtaposition variable "jux" has been set to a value of "12" by the Instantiate module, which in turn is...
AT Murray
mentifex
Offline Send Email
Aug 8, 2006
3:21 pm
11638
The use of catch and throw, can you use it in more than once in a program? e.g. ['] proc1 catch status-window \ proc1 one is the main processing routine inside...
Frank J. Russo
fjrusso
Offline Send Email
Aug 9, 2006
1:36 pm
11639
... No problem; if evaluate throws an error then it is caught by the catch it was passed to, whereas if it doesn't it returns to the catch anyway. In both...
George Hubert
georgeahubert
Offline Send Email
Aug 9, 2006
1:57 pm
11641
Has anyone heard from Glen lately? Email bounces, phone rings but no answer, web site still OK. Best to all, John 'Sandy' Bumgarner sandybum@... direct...
sandybumgarner
Offline Send Email
Aug 14, 2006
5:41 am
11642
... Wouldn't it be better to ask on comp.lang.forth since I don't think he's ever been a member here (though I could be wrong). George...
George Hubert
georgeahubert
Offline Send Email
Aug 14, 2006
2:16 pm
11643
ATM, I am noticing with 10K arrays for the CNS core, once 'T' gets above ~5K it can take +4 seconds for the think module to execute. I am contemplating...
Frank J. Russo
fjrusso
Offline Send Email
Aug 17, 2006
3:39 pm
11644
I am using Win32Forth V11. My application is not built as a 'windows' application, can I still call windows graphic routines to display a chart? Frank...
Frank J. Russo
fjrusso
Offline Send Email
Aug 17, 2006
4:22 pm
11645
... ATM: It may not be necessary. In the original Mind.Forth at http://mind.sourceforge.net/mind4th.html there is a ...
AT Murray
mentifex
Offline Send Email
Aug 17, 2006
11:20 pm
11646
... still ... Yes, it's possible to draw within the console window. But it will not work very well, since the WM_PAINT handler of the console window (which is...
Dirk Busch
dirkbuschde
Offline Send Email
Aug 18, 2006
6:31 am
11647
ATM ... .........coded removed for readability.......... psi @ jux ! \ but only for the next time around, not now. ; \ End of Parser; return to oldConcept...
Frank J. Russo
fjrusso
Offline Send Email
Aug 19, 2006
9:22 pm
11648
How do I use the extended ASCII characters in my programs? If I simple do a 176 emit I do not get the extended character which should be a box item. Frank...
Frank J. Russo
fjrusso
Offline Send Email
Aug 19, 2006
9:26 pm
11649
... Not shure what you mean with "extended ASCII characters", but when I take a look at the windows charmap (charmap.exe) 176 look's like a grad sign ° not a...
Dirk Busch
dirkbuschde
Offline Send Email
Aug 20, 2006
6:04 am
11650
... ATM: Well, it would seem so, but the whole idea of setting the jux(taposition) variable not imediately but for "the next time around" indicates a kind of...
AT Murray
mentifex
Offline Send Email
Aug 20, 2006
2:56 pm
11651
Go to : www.asciitable.com You will see the complete ASCII table and what I am looking for. Frnak...
Frank J. Russo
fjrusso
Offline Send Email
Aug 20, 2006
6:26 pm
11652
... Note that the actual display of "extended ASCII characters" varies according to how one has configured displaying of them via a sequence of steps defined...
Andrew Korsak
kr6dd
Offline Send Email
Aug 21, 2006
6:14 am
11653
... And yes windows is using ANSI encoding and not ASCII whitch are quite different I think. by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Aug 21, 2006
7:46 am
Messages 11623 - 11653 of 13632   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help