Hook Change
Posted: Sun Dec 29, 2019 7:54 pm
In ContrApptJ.cs, could you add to the hook, changing
to
I used to grab the appt from contrApptPanel.ClickedAptNum. If you know of a way other than changing the hook, let me know.
As always, thanks for the great product!
John
Code: Select all
Plugins.HookAddCode(this,"ContrAppt.MouseDownAppointment_menuApt_right_click",menuApt);Code: Select all
Plugins.HookAddCode(this,"ContrAppt.MouseDownAppointment_menuApt_right_click",menuApt,contrApptPanel.SelectedAptNum);As always, thanks for the great product!
John