dragnilar / Databvase

A (sorta) lightweight query tool for MS Sql Server that makes usage of DevExpress to provide a rich user interface
3 stars 1 forks source link

Query Builder Does Not Show Wait Form When Loading #26

Open dragnilar opened 6 years ago

dragnilar commented 6 years ago

The query builder does not show a wait form when loading, and it takes a while. It could possibly be made async but for now we should at least show a wait form so that the user doesn't think the app is frozen.

dragnilar commented 6 years ago

b0b41c8 added a query builder wrapper which helps show a wait icon on the mouse cursor while the query builder is loading. However this isn't as visible as showing an actual wait form. Will leave open for the time being to see if this can be improved.