cube1us / IBM1410SMS

Database Program for capturing data from IBM SMS Automated Logic Diagrams and related database layer
GNU General Public License v3.0
0 stars 0 forks source link

After fixing issue #47, EditDiagramPageForm for ALD Diagrams takes too long to come up #48

Closed cube1us closed 4 years ago

cube1us commented 4 years ago

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.

cube1us commented 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