This forum is for programmers who have questions about the source code.
-
wjstarck
- Posts: 945
- Joined: Tue Jul 31, 2007 7:18 am
- Location: Keller, TX
-
Contact:
Post
by wjstarck » Mon Dec 14, 2020 5:50 am
Hello-
I would like a hook added at the bottom of MenuItemZoom_Click() on FormOpenDental below line 5028 like so:
Code: Select all
this.Size=new Size(LayoutManager.Scale(size96Old.Width),LayoutManager.Scale(size96Old.Height));
}
Plugins.HookAddCode(this, "menuItemZoom_Click_bottom", this.Menu);
Thanks.
Cheers,
Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA
-
joes
- Posts: 239
- Joined: Tue Aug 13, 2019 12:41 pm
Post
by joes » Wed Dec 30, 2020 8:28 am
This hook will be available in version 20.5.10. The hook was modified to meet our naming conventions.
Code: Select all
Plugins.HookAddCode(this,"FormOpenDental.menuItemZoom_Click_end",this.Menu);
-
wjstarck
- Posts: 945
- Joined: Tue Jul 31, 2007 7:18 am
- Location: Keller, TX
-
Contact:
Post
by wjstarck » Wed Dec 30, 2020 12:08 pm
Thanks Joe
Cheers,
Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA