oohg / ide

OOHG's integrated development environment

Home Page:https://oohg.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add latest properties and methods

fyurisich opened this issue · comments

Support OOHG's properties and methods added since 2020-04-18.

Added clauses AUTOSIZE, INDEXISVALUE and SOURCEISVALUE to COMBOBOX. Done. See 2ee97e8

Added support for:

  • CARGO to form and controls.
  • HEADERCOLORS, TIMEOUT and NEWATROW to Browse.
  • ONMOUSEHOVER, HANDCURSOR and DEFAULT to Button.
  • ONMOUSEHOVER, NODESTROY and HANDCURSOR to CheckButton.
  • CUEBANNER and PLACEHOLDER to ComboBox, Spinner and TextBox.
  • TIMEOUT and HEADERCOLORS to Grid.
  • ONMOUSEMOVE and ONMOUSEHOVER to Image.
  • CURSOR, ONMOUSELEAVE, ONMOUSEMOVE and ONMOUSEHOVER to Label.
  • ONMOUSEHOVER, NODESTROY, HANDCURSOR and DEFAULT to PicButton.
  • ONMOUSEHOVER, NODESTROY, HANDCURSOR to PicCheckButton.
  • HEADERCOLORS and TIMEOUT to XBrowse.

Done. See 4b7d54b

Pending support for:

  • Clauses EDITKEYSFUN and NODEFAULTMSG for Browse, xBrowse and Grid controls. Done. See b6c3740
  • Clause BORDER for forms. Done. See 7ac1c86
  • Clause REDRAWONADD for Tree control. Done. See f7fe5fd
  • Clause HEADERBACKCOLORS for Grid, Browse and XBrowse controls. Done. See e5fa19c
  • Sub-clauses OF CONTROL and OF FORM to clause EXCLUDEAREA for Picture and Frame controls.
  • Clause MOUSELEAVE for Image control. Done. See d3c751c
  • All clauses for GroupBox control.
  • Sub-clause POSTPARENT to clause TOOLTIP for Frame control. Done. See 6156b55
  • Clauses FILLRECT and NOFILLRECT for Checkbox controls. Done. See 39888d0
  • Clauses AUTOWIDTH and AUTOHEIGHT for Label control. Done. See da56a99
  • Clause NOCONTEXTMENU for Spinner and EditBox controls. Done. See. 2b69503
  • Clause UNDO for TextBox and EditBox controls. Done. See 2bfc6cb

Add support for:

  • Clauses ALLOWEDIT and HEADERFONTCOLORS for Browse control.
  • Clauses BARCOLOR and FONTCOLOR for ProgressBar and ProgressMeter controls.
  • Clauses ALLOWEDIT and HEADERFONTCOLORS for XBrowse control.

Fix

  • Missing support for clauses ONMOUSELEAVE and ONMOUSEMOVE of Label control.
  • ONMOUSEMOVE clause is not working for PICBUTTON control.

Done. See 4ebc1eb