Programming guideline of WinDom
- bad bug in get_cookie() fixed (supervisor mode),
- diverses bugs fixed in WindGet(),
- the app.ntree variable contains the numbre of tree in the
ressource file loaded by RsrcLoad(),
- a menu window can scroll (see (windom.menu.scroll),
- New function MenuScroll(),
- bug fixed in DEMO.APP,
- MenuPopUp():
- popup placement bug fixed,
- Zerkman suggestion: a list popup style can be
parametrized in configuration file (see windom.popup.*
variables),
- new P_CHECK option in MenuPopup()
- WindClear() : new variables windom.window.bg.*,
- GrectCenter() : new prototype and use the configuration
variable windom.window.center,
- new coonfiguration variables: windom.popup.window,
windom.mform.attrib and windom.window.effect,
- FselInput() :
- If you use new file system with lmong filename
(MinixFS,Vfat,Vfat32,...) the WINDOM.CNF can be rename in
.windomrc (unix style),
- Bug fixed in RsrcLoad(): ressources placed in a
subdirectory are correctly loaded with Naes. The ressource
pathname can have a TOS format (C:\subdir\) or a MINT format
(/c/subdir/)
- Bug fixed in ApplInit(): system extensions are correctly
interpreted when appl_getinfo() function is partially
implemented (WinX,Wdialog),
- New functions: conv_path(), vq_extfs(), vq_winx(),
Galloc().
- If the AV environnent is installed (AvInit()), the window
opened are declared to the AV-server (message AV_ACCWINDOPEN,
AV_ACCWINDCLOSED). In this case, the AV server can possibly use
the AV_DRAGDROP message instead of the standard AP_DRAGDROP,
- New mode in ObjcDraw()/ObjcChange(): OC_OBJC.
- BubbleGEM functions are implmented for classical GEM
formulars (see functions BubbleModal(), BubbleDo() and
BubbleGet()).
- The %S type in ConfInquire() function is now obsolet:
ConfInquire() detect if the string have double quote
deliminters. This type is keeped for compatibility,
- New fonction WriteConf().
- New fonctions vq_naes(), ApplControl(), appl_control().
- New window feature: with MagiC or Naes, a shift-closer on a
window masks the application,