Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add latest properties and methods #27

Open
fyurisich opened this issue May 14, 2022 · 4 comments
Open

Add latest properties and methods #27

fyurisich opened this issue May 14, 2022 · 4 comments
Assignees
Labels
enhancement Enhancement proposal

Comments

@fyurisich
Copy link
Member

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

@fyurisich fyurisich added the enhancement Enhancement proposal label May 14, 2022
@fyurisich fyurisich self-assigned this May 14, 2022
@fyurisich
Copy link
Member Author

fyurisich commented May 19, 2022

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

@fyurisich
Copy link
Member Author

fyurisich commented May 19, 2022

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

@fyurisich
Copy link
Member Author

fyurisich commented May 19, 2022

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

fyurisich added a commit that referenced this issue May 22, 2022
2022-05-21 22:49 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * ide\prgs\formedit.prg
     + Support for clauses ALLOWEDIT and HEADERFONTCOLORS to Browse and
       XBrowse controls.
     + Support for clauses BARCOLOR and FONTCOLOR to ProgressBar and
       ProgressMeter controls.
     ! Clauses ONMOUSELEAVE and ONMOUSEMOVE of Label control are ignored.
     ! Clause ONMOUSEMOVE of PICBUTTON control is ignored.
   #27
@fyurisich
Copy link
Member Author

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

fyurisich added a commit that referenced this issue May 24, 2022
2022-05-23 21:15 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * ide\prgs\formedit.prg
     + Support for BORDER to forms.
     % Use an index instead of fixed numbers to access form's properties.
   #27
fyurisich added a commit that referenced this issue May 24, 2022
2022-05-23 21:22 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * ide\prgs\formedit.prg
     + Support for REDRAWONADD to Tree control.
     ! Form's BORDER property is not saved.
   #27
fyurisich added a commit that referenced this issue May 24, 2022
2022-05-23 21:37 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * ide\prgs\formedit.prg
     + Support for DISABLEALTA to Grid controls.
   #27
fyurisich added a commit that referenced this issue May 24, 2022
2022-05-23 21:48 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * ide\prgs\formedit.prg
     + Support for HEADERBACKCOLORS ti Grid, Browse and XBrowse controls.
   #27
fyurisich added a commit that referenced this issue May 24, 2022
2022-05-24 20:22 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * ide\prgs\formedit.prg
     + Support for FILLRECT and NOFILLRECT clauses for CheckBox control.
   #27
     ! Click on CheckBox control does not outline it.
   #35
fyurisich added a commit that referenced this issue May 25, 2022
2022-05-25 19:23 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * ide\prgs\formedit.prg
     + Support for AUTOWIDTH and AUTOHEIGHT to Label control.
   #27
fyurisich added a commit that referenced this issue May 29, 2022
2022-05-29 19:04 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * ide\fmgs\formedit.prg
     + Support for UNDO to EditBox and TextBox controls.
   #27
fyurisich added a commit that referenced this issue May 29, 2022
2022-05-29 19:16 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * ide\fmgs\formedit.prg
     + Support for NOCONTEXTMENU to EditBox and Spinner controls.
   #27
fyurisich added a commit that referenced this issue May 29, 2022
2022-05-29 20:53 UTC-0300 Fernando Yurisich <fyurisich@oohg.org>
   * ide\fmgs\formedit.prg
     + Support for POSTPARENT to FRAME controls.
   #27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement proposal
Projects
None yet
Development

No branches or pull requests

1 participant