SetAddIndex
-
- Posts: 4
- Joined: Fri Jun 21, 2024 3:54 pm
SetAddIndex
I'd like to use (exceptIntf.BugReportSections as IMEFieldsEx).SetAddIndex to control the placement of the section that I'm adding. IMEFieldsEx is not declared in the interface section. Aside from needing to merge my changes after updating madExcept, is there a reason that I shouldn't move IMEFieldsEx to the interface section?
Re: SetAddIndex
Sorry for the late reply. You're the first user, ever, to want to have access to IMEFieldsEx. It's been many years since I implemented this interface, so I'm not sure if there are any problems with you accessing it. Though, I'd argue if what you're doing works well, then it's probably fine.