This forum is for programmers who have questions about the source code.
-
wjstarck
- Posts: 949
- Joined: Tue Jul 31, 2007 7:18 am
- Location: Keller, TX
-
Contact:
Post
by wjstarck »
Could you please add the following hook at the bottom of method InitializeOnStartup on ContrChart (after line 3415):
Code: Select all
LayoutToolBar();
//ComputerPref localComputerPrefs=ComputerPrefs.GetForLocalComputer();
this.toothChart.DeviceFormat=new ToothChartDirectX.DirectXDeviceFormat(ComputerPrefs.LocalComputer.DirectXFormat);
this.toothChart.DrawMode=ComputerPrefs.LocalComputer.GraphicsSimple;//triggers ResetControls.
Plugins.HookAddCode(this,"ContrChart.InitializeOnStartup_end", PatCur); <------
}
Thanks.
Cheers,
Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA
-
allends
- Posts: 244
- Joined: Fri Aug 23, 2013 11:29 am
Post
by allends »
This has been backported to the beta.
-
wjstarck
- Posts: 949
- Joined: Tue Jul 31, 2007 7:18 am
- Location: Keller, TX
-
Contact:
Post
by wjstarck »
Thanks.
Cheers,
Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA