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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 9982 - 10011 of 14480   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9982
Why do I not get the proper coloring? I get yellow text on green with a white background. I used a ltgray brush in the window definition. If I comment out...
Frank Russo
fjrusso
Offline Send Email
Aug 1, 2005
1:14 pm
9983
... life of me see how it operates. I can display the debug button bar but nothing functions. What am I doing wrong? ... Both WinEd and SciEd have integrated...
George Hubert
georgeahubert
Offline Send Email
Aug 1, 2005
2:50 pm
9984
Hi Frank, Blue is a Color Object which gives its address not its color. Try Color: Blue instead. (See Colors.f) Also it might be easier to use the On_Paint...
Rod Oakford
rodoakford
Offline Send Email
Aug 1, 2005
3:09 pm
9985
... with a white background. I used a ltgray brush in the window definition. If I comment out the fill of the rect I will get a ltgray window ... FillRect...
George Hubert
georgeahubert
Offline Send Email
Aug 1, 2005
3:54 pm
9986
... -<snip>- Rather than passing 13 (!) separate parameters to your callback, why not package them up in a structure, and pass the address of the structure...
Jim Schneider
jpschnei
Offline Send Email
Aug 3, 2005
12:35 am
9987
... Hi Jim, It's not me that requires so any parameters! One of the functions provided by the the DLL I am interfacing with supplies that many parameters to...
Ezra Boyce
ezraboyce
Offline Send Email
Aug 3, 2005
6:44 am
9988
In the past I have wished for a way to temporarily slow down the compiler to a very sluggish pace so I can read all those messages. Don't you think a delay...
John A. Peters
japeters1939
Online Now Send Email
Aug 3, 2005
7:00 am
9989
... compiler to a very sluggish pace so I can read all those messages. Don't you think a delay could be hot-patched into the compiler? ... Wouldn't it make...
George Hubert
georgeahubert
Offline Send Email
Aug 3, 2005
2:32 pm
9990
... From: George Hubert To: win32forth@yahoogroups.com Sent: Wednesday, August 03, 2005 7:31 AM Subject: [win32forth] Re: Callbacks ... compiler to a very...
John A. Peters
japeters1939
Online Now Send Email
Aug 3, 2005
2:37 pm
9991
There is a constant defined in Forth: 'em_setpasswordchar' I see no explanation on how to use it. I was hoping to be able to use it in an edit box when I...
Frank Russo
fjrusso
Offline Send Email
Aug 3, 2005
3:36 pm
9992
... explanation on how to use it. I was hoping to be able to use it in an edit box when I input a password. ... Actually it's not defined in Forth; it's in...
George Hubert
georgeahubert
Offline Send Email
Aug 3, 2005
4:29 pm
9993
... For information about the windows API take a look at: www.msdn.microsoft.com ... by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Aug 4, 2005
6:07 am
9994
Inside my main object (window) I have the following: GetDC: self 30 10 t-buffer count textout: dc ReleaseDC: self Is this format correct? If I change the...
Frank Russo
fjrusso
Offline Send Email
Aug 5, 2005
12:10 am
9995
Hi Frank, GetDC: self returns the handle to the window's DC and ReleaseDC: self requires a handle. Use get-dc and release-dc instead (defined in window.f). ......
Rod Oakford
rodoakford
Offline Send Email
Aug 5, 2005
7:42 am
9996
Hi Dirk. Could you please update the Win32Forth Project Group home page Downloads of current Win32forth developer release 6.11.03 snapshot CVS of June 12th...
Andrew Stephenson
andstep4
Offline Send Email
Aug 5, 2005
10:43 am
9997
... Hi frank, The following code uses a PassWordBox. \ TEST.FRM that uses a PassWordBox created by ForthForm \ and changed the textbox into a PassWordBox \...
Jos van de Ven
josven2001
Offline Send Email
Aug 5, 2005
10:37 pm
9998
... ok done; a new Version 6.11.04 can be found at www.win32forth.org by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Aug 6, 2005
9:19 am
9999
Having an issue with getting my window to refresh / repaint. Here is my Paint routine it functions for most of my calls to Paint but not the 2 following this....
Frank Russo
fjrusso
Offline Send Email
Aug 6, 2005
12:32 pm
10000
Having an issue with getting my window to refresh / repaint. Here is my Paint routine it functions for most of my calls to Paint but not the 2 following this....
Frank Russo
fjrusso
Offline Send Email
Aug 6, 2005
12:32 pm
10001
... is my Paint routine it functions for most of my calls to Paint but not the 2 following this. msg4 and msg6 do not display but msg5 does on completion of...
George Hubert
georgeahubert
Offline Send Email
Aug 6, 2005
4:15 pm
10002
Hi Is it possible to use ActiveX objects with Win32forth, using fcom.f? An example would be of much use. Yves...
Yves Surrel
ysur2004
Offline Send Email
Aug 7, 2005
5:05 pm
10003
This is the first public release of Reva - a small, cross-platform (x86 Linux and Windows) Forth, based on RetroForth. Reva is not ANS compliant, but does have...
ronaharon
Offline Send Email
Aug 8, 2005
4:50 pm
10004
Looks like the menu item File|Save Forth System... doesn't do the equivalent of fsave; I get various errors, depending on what's being saved at the time. -- ...
Alex McDonald
alextangent
Offline Send Email
Aug 9, 2005
12:08 am
10005
I have written a Win32for program and produced an exe file to make it stand alone. It works fine but when the exe file is called, a blank screen appears and I...
Carl Baxter
carljbaxter
Offline Send Email
Aug 9, 2005
12:48 am
10006
I just installed Version: 6.10.03 Build: 3 and I'm working my way through the help (F2: Getting Started). The doc says (from within SciEdit), "From the...
Tom Maynard
wz9u
Offline Send Email
Aug 9, 2005
2:44 am
10007
... try: ' DOIT turnkey <ExeName> ... by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Aug 9, 2005
6:07 am
10008
... being ... Are you using the latest version (after 5/8/5) since there was a bug in the code before that causing the top of stack to be wrongly consumed and...
George Hubert
georgeahubert
Offline Send Email
Aug 9, 2005
8:39 am
10009
... It may require ... init-console show-console doit ; ' main turnkey <name> as the code here requires the console, which is not normally initialised in a...
Alex McDonald
alextangent
Offline Send Email
Aug 9, 2005
9:43 am
10010
... Unfortunately communication between Win32Forth and the editor (either WinEd or SciEdit) relies on windows which sometimes goes awry on this (It works 99%...
George Hubert
georgeahubert
Offline Send Email
Aug 9, 2005
2:01 pm
10011
Still having difficulity getting my editbox ( holds password) to display a single character ' * ' and not the characters typed in from the keyboard. Anyone...
Frank Russo
fjrusso
Offline Send Email
Aug 9, 2005
2:53 pm
Messages 9982 - 10011 of 14480   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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