Jump to content

GUI running slow


Ghost21
 Share

Recommended Posts

I think it has more to do with the actual programming of your app, not the number of controls.

Using OnEvent mode would be a prefered choice, but I bet you're using MessageLoop mode in your GUI. Also maybe there are some needless things coded in your loop that slow things down, which possibly could be optimised. And maybe there are even some downright silly things such as Sleep() in the MessageLoop. Impossible to tell without seeing your code.

Using tabs would certainly make the GUI more organised and therefore more user friendly.

"be smart, drink your wine"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...