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 » Sat Jul 17, 2021 12:09 pm
Hello -
Could I have the following hook at the bottom of ControlAppt.RefreshModuleScreenPeriod()?
Code: Select all
FillWaitingRoom();
contrApptPanel.RedrawAsNeeded();
Plugins.HookAddCode(this, "RefreshModuleScreenPeriod_end"); <-----------------------
}
Right now that's after line 3440
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 » Mon Jul 19, 2021 9:16 am
Hello Dr. Starck,
The hook will be available in 21.2.20 which should release on 07/20/2021. The name was modified to include the class name.
Code: Select all
Plugins.HookAddCode(this,"ControlAppt.RefreshModuleScreenPeriod_end");
-
wjstarck
- Posts: 945
- Joined: Tue Jul 31, 2007 7:18 am
- Location: Keller, TX
-
Contact:
Post
by wjstarck » Mon Jul 19, 2021 10:03 am
Thanks Joe
Cheers,
Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA