Win32Lib Stuff
[ Win32Lib Bug ]
I was coding a dialog box in Win32Lib, and noticed that the Combo box was
not responding to the tab key. It turns out that - unlike most of the rest
of the controls - Combo boxes don't send key events, but have special
WM_TAB, WM_ESC and WM_ENTER. I'll try to get this fixed in the next release.
[Win32Lib HTML Documentation]
Several people have been working on converting Win32Lib documentation into
HTML. One individual even included screen shots of the different features in
the code. My suggestion had been that it be posted seperately to the
Euphoria web page, partly because I'd be unlikely to maintain it, and it
would fall out of sync.
I'm not mentioning names because I've accidentally trashed portions of my
e-mail, and have lost the people's names.
Would that person who put together the HTML with graphics please (1) remind
me who they are, and (2) post it to the Euphoria web page, where I'm sure
other people would appreciate it?
My apologies.
[ Win32Lib Editor? ]
I posted the (buggy) source for a Win32Lib editor a while back. Has anyone
tried making an editor, or is interested in coding it?
I mention this because the IDE I'm working on will initially use MLEs, but
they are limited to either 32K of information. A custom editor is ultimately
preferred, because:
- there is no size limit
- it's easy to integrate built-in help
- syntax coloring can be added
If there is no interest, I suspect I could try doing it myself.
Thanks.
-- David Cuny
|
Not Categorized, Please Help
|
|