Closed cube1us closed 4 years ago
Issue was multiple calls to various combo box population methods resulting from calls to various combo box _SelectedIndexChanged methods which made a lot of database calls. Turned on populatingDialog flag during the constructor caused performance to be at least as good as before the fix for Issue #47
After fixing issue #47, EditDiagramPageForm for ALD Diagrams takes too long to come up if the page list is long.
Not sure if this is a database performance issue (indexing - see Issue #4) or something else.