... If you design your app well, MDI is mutch easier to program than it look's like. ... Personly I don't like tabbed windows. They steal me to much of room on...
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...
Jul 1, 2004 10:16 am
6875
... The problem with Michael Hillerstrom's MDI code was that it worked with relative load point part caused a recursive exception during start-up with fixed...
... get ... application ... which ... a ... now ) ... Most of us use MARKER rather than MARK ( or to be more precise ANEW which is defined with MARKER ). Both...
... need ... BLOCK.F uses virtual memory. I don't want virtual memory, I want a contiguous memory space. I also wanted a wordset that was small and easy to...
... of ... less ... What's inaccurate about the ANSI wordset: it's defined in DPANS and documented there. Most of us prefer files anyway, hence why it's ...
... It works okay on 6.08.00. It's broken on my system (Win98SE) for 6.09.07. I get a continuous stream of decimal points printed to the screen. If compiled...
... <forthprgrmr@h...> ... That's one of the bug's in F. and friends I have fixed a few day's ago. So the latest Version on the CVS is ok and it will be ok in ...
Hi, Dont know if this is just for me or others too . I get the following when I initially install 6.09.07. If I close the window the compilation seems to...
... If there is a mini comment about waht it does on the top of the file, could you paste it here? It will used for the file catalogue entry later on. I am...
... following when I initially install 6.09.07. If I close the window the compilation seems to continue as if problem has been solved. BTW forth seems to work...
Dirk Uploaded the changes; this is looking promising. One thing though; I loaded FKERNEL.F and I can see crazy word colouring around the line ... dictionary ...
How does one try out Scintilla, please? JP ... From: "Alex McDonald" <alex@...> To: <win32forth@yahoogroups.com> Sent: Thursday, July 01, 2004 10:37 AM...
... yep I know, it's a problem with colouring words that compile strings like S" it works when they are used in other words like ... words are defined. It's on...
... just feel free to implement a soulution ;-) ... Remote debuging using pipes would require a named pipe. But named pipes aren't supported under Win95/98. ...
... If there is a mini comment about waht it does on the top of the file, could you paste it here? It will used for the file catalogue entry later on. I am...
... file, could ... aplications (like MS Word and MS Excel). Each document in an MDI application is displayed in a separate child window within the client ...
... Anonymous pipes can be used if the process being debugged is started as a child process with CreateProcess and the handles passed to it ( assuming the...
... yes please; at least for me it would be usefull :-) M maybe can put an edit control into the client area of the MDI child windows. I have a more complex...