Search found 6 matches

by mukesh
Thu Apr 23, 2020 7:18 am
Forum: Developers
Topic: 3D scan STL file support
Replies: 1
Views: 3459

3D scan STL file support

For Invisalign there is a 3D scanner product that produces 3D STL file images and needs to be integrated with Open Dental. 1. How can I get the scanner exe to launch from Open Dental ? 2. Is Open Dental capable of storing the 3D STL files and also give an image preview from within Open Dental , can ...
by mukesh
Thu May 23, 2013 7:46 am
Forum: Developers
Topic: currency in OD
Replies: 2
Views: 4281

Re: currency in OD

Issue Resolved: On the OpenDental->Account->Patient Account description where the payment amount is reflected, the currency unicode character "₹" was not displaying. I got it to work by changing the cellFont in ODGrid.cs from GenericSansSerif to Arial Regular.
by mukesh
Tue May 21, 2013 11:38 pm
Forum: Developers
Topic: currency in OD
Replies: 2
Views: 4281

currency in OD

I am trying to setup OD in India. I've changed the Region settings in my windows7 controlPanel to apply English(India) where the currency also is set as the symbol ₹. Restarting the system and restarting OD, what is sees is a square box instead of the currency symbol ₹ in OD. The character has been ...
by mukesh
Tue May 21, 2013 3:13 am
Forum: Developers
Topic: patnum incrementing
Replies: 1
Views: 3251

patnum incrementing

I observe from the EditPatientInformation screen, even if clicking on "Cancel", the patient number is incremented. Is this done with a purpose? I wanted to understand the logic behind maintaining the patient info in DB with the paitent status =4 even when the addition of patient is aborted by clicki...
by mukesh
Mon Feb 25, 2013 12:37 pm
Forum: Developers
Topic: Cancel Button set as ButtonCancel not working 13.1.x
Replies: 3
Views: 5246

Re: Cancel Button set as ButtonCancel not working 13.1.x

For the OK button I could see your reply "fixed for v13.1.4 but not yet released." So the OK button issue will be resolved in future releases. As the ESC key not working is not planned as you mentioned, wondering if my changes could be some help as I am changing all forms on my local source code to ...
by mukesh
Mon Feb 25, 2013 11:47 am
Forum: Developers
Topic: Cancel Button set as ButtonCancel not working 13.1.x
Replies: 3
Views: 5246

Cancel Button set as ButtonCancel not working 13.1.x

I observe that pressing the ESC key on many forms does not lead to closing the eand one always need to use the mouse to click on the cancel button. Seems the CancelButton is not assigned the ButCanel property in such forms. A very small change but is need to all the forms. Is this being planned?