My gtkmm TouchScreen application uses tables to hold matrices of buttons and also has menu navigation buttons at the bottom of the screen and a title on the top. My issue is that when I switch screens you can see remnants of the previous screen briefly as it removes the previous widgets and displays my new screen with a new set of widgets. Are there considerations I need to be aware of when removing and adding new widgets? Also, which makes sense, is that faster PC’s have less of an issue than with slower PC’s. In addition, I don’t know if this matters, however, I have nested tables and tables nested inside fixed containers too.
I am also filling the main container with all the widgets, tables, etc… before I let the gtkmm engine have it in order to have a “clean” screen change.
Thanks, Bill
|