Search found 6 matches

by OMH - developer
Thu Dec 07, 2023 6:18 am
Forum: Main Forum
Topic: Add Hook for the Plugin
Replies: 9
Views: 4391

Re: Add Hook for the Plugin

Sure, we changed the hooks to hookmethod as you suggested, and they work as intended in the below locations, For the Family Module private void FillPatientPicture() { Plugins.HookMethod(this, "ContrFamily.LayoutToolBar_end", _patCur, _odPictureBoxPat); _odPictureBoxPat.Image?.Dispose(); For the Form...
by OMH - developer
Wed Nov 29, 2023 7:48 am
Forum: Main Forum
Topic: Add Hook for the Plugin
Replies: 9
Views: 4391

Re: Add Hook for the Plugin

Sure, Hook in Family module is to display Patient image from our database while the one in patient select form is to add and display additional columns that are not available in the display fields.
by OMH - developer
Tue Nov 21, 2023 8:58 am
Forum: Main Forum
Topic: Add Hook for the Plugin
Replies: 9
Views: 4391

Re: Add Hook for the Plugin

Understood, Thank you.

Looking forward for the update.
by OMH - developer
Thu Nov 09, 2023 11:21 am
Forum: Main Forum
Topic: Add Hook for the Plugin
Replies: 9
Views: 4391

Re: Add Hook for the Plugin

Thanks for the quick update. But the hook has been added to at a different location due to multiple "gridPtInfo.EndUpdate();" in the page, please add the following hooks at the scripts provided below to the latest version Please add the hook - Plugins.HookAddCode(this, "ContrChart.FillPtInfo_end", P...
by OMH - developer
Tue Oct 31, 2023 7:53 am
Forum: Main Forum
Topic: Add Hook for the Plugin
Replies: 9
Views: 4391

Add Hook for the Plugin

Hi, We are working on adding customizations to OpenDental, our hook for one of those features is, "Plugins.HookAddCode(this, "ContrChart.FillPtInfo_end", Pd.Patient);" please add it to your latest version at the location "Opendental > ControlChart.cs > FillPtInfo > Before 'gridPtInfo.EndUpdate();' l...
by OMH - developer
Wed Aug 23, 2023 6:35 am
Forum: Developers
Topic: Missing WpfcontrolsOD.dll in the 23_2 version
Replies: 1
Views: 2285

Missing WpfcontrolsOD.dll in the 23_2 version

Hi, we have tried downloading the latest version of OD source code to test our plugins, but cannot do a build as the WpfControlOD.dll is missing,
Any suggestions?

Thank you