Page 1 of 1

Hook Change

Posted: Sun Dec 29, 2019 7:54 pm
by 321Practice
In ContrApptJ.cs, could you add to the hook, changing

Code: Select all

Plugins.HookAddCode(this,"ContrAppt.MouseDownAppointment_menuApt_right_click",menuApt);
to

Code: Select all

Plugins.HookAddCode(this,"ContrAppt.MouseDownAppointment_menuApt_right_click",menuApt,contrApptPanel.SelectedAptNum);
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

Re: Hook Change

Posted: Mon Dec 30, 2019 11:36 am
by PatrickC
Hook has been updated as requested. Changes have been pushed to 19.4.6(beta).