1. Windows Editor with Win32lib
- Posted by Everett Williams <rett at GVTC.COM> Mar 08, 2000
- 430 views
I downloaded David's alpha version of his Windows editor and it obviously has many problems, but is interesting. I thought that it would be interesting to run it with the "r" version of Win32lib. Oops, it takes an immediate hit on hideCaret. When I look at the old Win32lib that comes with the editor, it has global procedures for hideCaret, showCaret, etc. The new Win32lib has none of these global procedures. Obviously, there has been a change of direction here. All I want to know is what that change is. Everett L.(Rett) Williams rett at gvtc.com
2. Re: Windows Editor with Win32lib
- Posted by "Cuny, David at DSS" <David.Cuny at DSS.CA.GOV> Mar 08, 2000
- 428 views
Everett Williams wrote: > All I want to know is what that change is. I found it easier to draw the caret by hand (XOR a line onto the screen) than to work with the Win32 API. The editor in the Win32Lib IDE does something along those lines. If you cut and paste the routines and the Win32 declarations, you can get them to work with the new Win32Lib. Feel free to fix/write your own editor with the code, if you find it useful. -- David Cuny