Search found 6 matches

by FernandoJB
Mon Feb 24, 2014 12:30 pm
Forum: Developers
Topic: Hook Request - OpenDentBusiness.UI.ApptSingleDrawing_DrawEnt
Replies: 3
Views: 5646

Re: Hook Request - OpenDentBusiness.UI.ApptSingleDrawing_Dra

Hi , we intend to modify / add stuff to the Appointment control, and as they are being painted, we need to hook to the graphics Context and get the last "Point(x,y)" for location

if i get a hook for the control it will only have an image and we might end painting on top of it, hiding data.
by FernandoJB
Fri Feb 21, 2014 3:16 pm
Forum: Developers
Topic: Hook Request - OpenDentBusiness.UI.ApptSingleDrawing_DrawEnt
Replies: 3
Views: 5646

Hook Request - OpenDentBusiness.UI.ApptSingleDrawing_DrawEnt

Hi, can you add a hook in OpenDentBusiness\UI\ApptSingleDrawing.cs on method "DrawEntireAppt" at line 124 ( aprox ) #region UR drawLoc=new Point((int)totalWidth-1,0);//in the UR area, we refer to the upper right corner of each element. elementI=0; while(drawLoc.Y<totalHeight && elementI<apptRows.Cou...
by FernandoJB
Mon Nov 26, 2012 6:42 pm
Forum: Developers
Topic: Hook Request
Replies: 2
Views: 4513

Re: Hook Request

Thanks !
by FernandoJB
Tue Nov 13, 2012 9:11 am
Forum: Developers
Topic: Hook Request
Replies: 2
Views: 4513

Hook Request

Hi, i need a Hook to be added in : OpenDentBusiness\Data Interface\Appointments.cs ///<summary>The newStatus will be a DefNum or 0.</summary> public static void SetConfirmed(long aptNum,long newStatus) { if(RemotingClient.RemotingRole==RemotingRole.ClientWeb) { Meth.GetVoid(MethodBase.GetCurrentMeth...
by FernandoJB
Mon Sep 13, 2010 10:16 am
Forum: Developers
Topic: PatientSelected Event Not Firing
Replies: 3
Views: 4940

Re: PatientSelected Event Not Firing

Can you put a Hook at the end of RefreshModuleScreen for ContrFamily ?
by FernandoJB
Fri Aug 20, 2010 9:46 am
Forum: Developers
Topic: PatientSelected Event Not Firing
Replies: 3
Views: 4940

PatientSelected Event Not Firing

Hi, i found a dificulty making a plugin, when the user Clicks "Select Patient" button, it wont Fire the PatientSelected event, it only fires when clicking patient name on the Family Grid. I added a button to the ContrFamily Toolbar, and need to know when the patient is selected or changed to Activat...