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.
Search found 6 matches
- Mon Feb 24, 2014 12:30 pm
- Forum: Developers
- Topic: Hook Request - OpenDentBusiness.UI.ApptSingleDrawing_DrawEnt
- Replies: 3
- Views: 7251
- Fri Feb 21, 2014 3:16 pm
- Forum: Developers
- Topic: Hook Request - OpenDentBusiness.UI.ApptSingleDrawing_DrawEnt
- Replies: 3
- Views: 7251
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...
- Mon Nov 26, 2012 6:42 pm
- Forum: Developers
- Topic: Hook Request
- Replies: 2
- Views: 5962
Re: Hook Request
Thanks !
- Tue Nov 13, 2012 9:11 am
- Forum: Developers
- Topic: Hook Request
- Replies: 2
- Views: 5962
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...
- Mon Sep 13, 2010 10:16 am
- Forum: Developers
- Topic: PatientSelected Event Not Firing
- Replies: 3
- Views: 6409
Re: PatientSelected Event Not Firing
Can you put a Hook at the end of RefreshModuleScreen for ContrFamily ?
- Fri Aug 20, 2010 9:46 am
- Forum: Developers
- Topic: PatientSelected Event Not Firing
- Replies: 3
- Views: 6409
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...