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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 11442 - 11474 of 14480   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11442
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the win32forth group. File :...
win32forth@yahoogroup...
Send Email
Jul 2, 2006
6:23 pm
11443
PictureViewer is an MDI application to view the various formats of picture files that FreeImage supports. I have uploaded my latest version which has lots of...
Rod Oakford
rodoakford
Offline Send Email
Jul 2, 2006
7:43 pm
11444
Yes you need an accelerator-key-table. Take al look at Player4 and/or SciEdit to see how to use them. by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Jul 2, 2006
8:53 pm
11445
... picture files that FreeImage supports. I have uploaded my latest version which has lots of new features and bug fixes. By default, files are opened in...
George Hubert
georgeahubert
Offline Send Email
Jul 3, 2006
2:08 pm
11446
Hello, I just got the latest version of the Win32Forth IDE from the CVS and it's brocken. When I resize the main window it hangs. BTW who has changed the...
Dirk Busch
dirkbuschde
Offline Send Email
Jul 3, 2006
4:04 pm
11447
... It's working OK for me under W98 ... Not me! I thought it looked better before as well. ... George...
George Hubert
georgeahubert
Offline Send Email
Jul 3, 2006
5:00 pm
11448
... Not on my XP machine. Did you also rebuild Win32Forth? Note: Sometimes I delete all the *.F files to be sure that I have the right version. ... I did not...
Jos van de Ven
josven2001
Offline Send Email
Jul 3, 2006
8:01 pm
11449
... I haven't had any problems under XP. ... I added the TCS_BUTTONS style to the TabConctrolEx class in the On_Init: method (I think). Simply remove it if you...
Ezra Boyce
ezraboyce
Offline Send Email
Jul 3, 2006
8:17 pm
11450
... I was actually referring to combining it with TCS_VERTICAL so the tabs were down the left hand side, but when I tried it I found the sideways text a pain. ...
George Hubert
georgeahubert
Offline Send Email
Jul 4, 2006
1:48 pm
11453
... I just downloaded a fresh copy of the complete w32f system from the CVS and the IDE still hangs on my w2k-system when I try to resize the main window :-( ...
Dirk Busch
dirkbuschde
Offline Send Email
Jul 5, 2006
3:22 pm
11454
Does Win32Forth have support for reading and writing the IO space on a PC? I see the IN and OUT assembler words, but I was wondering if there were any...
bergy50us
Offline Send Email
Jul 6, 2006
4:18 am
11455
... Well you can't read/write to the IO space under windows directly. Only driver's are allowed to access the hardware, so there are no words in w32f to do...
Dirk Busch
dirkbuschde
Offline Send Email
Jul 6, 2006
6:15 am
11456
Hi bergy_50us & Dirk, There is also GiveIO.sys which enables port I/O under WinXP. ( Win95 and Win98 will let you access I/O ports directly ). Take a look at...
howerdo
Offline Send Email
Jul 6, 2006
7:27 am
11457
... You can (do IO space input/output) under 98, but not NT based systems (eg XP). I already have a port tool (I'm using PortTalk) so I really do want to...
bergy50us
Offline Send Email
Jul 6, 2006
4:34 pm
11458
Got a better, more efficient way to do this? I thought about using 'Case' but don't think it fits here because of the '>' test: I @ 0= IF 0 spike ! THEN I @...
Frank J. Russo
fjrusso
Online Now Send Email
Jul 7, 2006
8:00 pm
11459
I 5 / dup 5 > if 14 + else dup if 2 * 2+ then spike ! off the top of my tongue... ... __________________________________________________ Do You Yahoo!? Tired...
rddda
obowah
Online Now Send Email
Jul 7, 2006
8:19 pm
11460
If you don't prefer the mathematical approach, at least reverse the order of your IFs and add EXIT or use ELSE's. That way you can at least minimize the tests...
Dennis Ruffer
DaRuffer
Offline Send Email
Jul 7, 2006
8:40 pm
11461
ok - forgot a 'then' -- need 2 of them before the spike ! ... http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/rbFolB/TM ... ...
rddda
obowah
Online Now Send Email
Jul 7, 2006
10:31 pm
11462
... I have taken a closer look on this problem. It seem's that it has something to do with background task's for filling in the classes and the vocabularies...
Dirk Busch
dirkbuschde
Offline Send Email
Jul 8, 2006
6:25 am
11464
... Curious. According to the Windows docs the main task (which owns the Foreground Window; neither of the background tasks own any windows) should be boosted...
George Hubert
georgeahubert
Offline Send Email
Jul 8, 2006
11:16 am
11465
... You could use a kind of jump table in which the value of spike are associated. Jos == 4ePost: 820 bytes in mail. Elapsed time to buffer: .000047 sec....
Jos van de Ven
josven2001
Offline Send Email
Jul 8, 2006
5:08 pm
11466
... Thank you. Now it works :-) by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Jul 8, 2006
6:36 pm
11467
The Mathmatical way turned out to be the best way. Simply determined an expression and there it was. Thanks Frank...
Frank J. Russo
fjrusso
Online Now Send Email
Jul 9, 2006
8:31 pm
11468
I use the following: message-buffer zcount evaluate How do I trap the error of undefined words? e.g. Error(-13): EN is undefined Frank...
Frank J. Russo
fjrusso
Online Now Send Email
Jul 9, 2006
8:38 pm
11469
... message-buffer count ['] evaluate catch \ 0 is OK -- Regards Alex McDonald...
Alex McDonald
alextangent
Offline Send Email
Jul 9, 2006
10:12 pm
11470
I Jos, When you made multiple search path's posible and changed the file's paths.f SUB_DIRS.F and Filelister.f Unfortunatly Win32ForthIDE.exe has stopped...
Andrew Stephenson
andstep4
Offline Send Email
Jul 10, 2006
11:54 am
11471
screen-size . . 864 1152 ok.. screen-width . 644 ok.. screen-height . 484 ok.. This is nice but how do I get this to characters per line & lines per screen....
Frank J. Russo
fjrusso
Online Now Send Email
Jul 10, 2006
1:24 pm
11472
Hello, I am a very beginner in Win32Forth programming. I am writing a Win32Forth(V6.11.09)program that will have to produce a clean and exhaustive Entry Form...
hugues_geymond
Offline Send Email
Jul 10, 2006
2:38 pm
11473
... If you mean the console window you can use GETCOLROW to get this information. by Dirk...
Dirk Busch
dirkbuschde
Offline Send Email
Jul 10, 2006
3:35 pm
11474
Have I got this right? \ ... reload [if] INCLUDE ENBOOT.F [then] ; \ *********************************************************************** Thanks Frank...
Frank J. Russo
fjrusso
Online Now Send Email
Jul 10, 2006
4:43 pm
Messages 11442 - 11474 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