Hello Everyone,
I have this app that take several seconds to load data from database. While it is loading, the app freezes and get all blank on the screen.
I tried to call another window while it hapens, but the window freezes too.
I wish I could show some wait, loading animation, while the data is being loaded.
I Tried to load less data, but right now I really need to load all data.
I am using the Framework 4.0, because of OS compatibility.
In my searches, I found something about the storyboard(WPF)... How could I work it around?
Many thanks.
Valdirnm