1. Windows Editor with Win32lib

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

new topic     » topic index » view message » categorize

2. Re: Windows Editor with Win32lib

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

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu