Re: MAKEDOC.EXw
- Posted by CChris <christian.cuvier at agriculture.gouv.fr> Dec 08, 2006
- 640 views
ags wrote: > > CChris wrote: > > > > d:\euphoria25\bin\exw.exe D:\telech\win32lib_v006006\Demo\MAKEDOC.EXw > > D:\telech\win32lib_v006006\Include\win32lib.ew > > D:\telech\win32lib_v006006\Altdocs\win32lib > > > > I'm getting a 0 byte long win32lib.htm file, not what I expected. > > Using the MAKEDOC.EXw file in the Demo folder of the distribution. > > What went wrong and what's the fix? > > Did it create an index.htm? > I understood the last argument was meant to include the .htm on the end? > > What modifications did you make? > > Gary No index file created, nothing but that 0 byte file. I'm not at home and the following mod list is not complete, but - bugs were ixed: * getClientRect() reported incorrect results with a window with vertical toolbars; * invisible controls on unselected tab items would become visible when the tab item gets exposed; * AltMask not in shifts when a non printable key was pressed; * range selection on list was crashing; * In forms, texts or captions that happened to convert to a number were converted. * sunclassed menus didn't work well - various small enhancements: * menu and menu items can now be created with bitmaps, styles and insertion point; * same for tab items (will create a PictureTab variant); * menus report when open or closed using w32HDropDown/w32HCloseUp; * menus report which item is currently selected using w32HChage; * handlers now have state to enable/disable them; * setWindowBackColor() extended to some control families. - Added/documented * registerControl() enables to register custom control types. Changed a couple things from the current undocumented state; * registrNotification() is now operational: notifications (event forwarding) can be created/deleted/enabled/disabled; * added w32HKeyboard event reporting exact key combination entered (repeat count reporting doesn't work right now); * eliminated undocumented user properties the lib was using; * support for the WM_GETDLGCODE message is being added; * documented some stuff that was there undocumented. Some more minor sruff not mentioned here. There is still a fair amount of testing to do before I send anything to Derek. I had run makedoc on the unmodified source, hence the mods can't interfere. CChris