I’ve created an application with Glade and GTK# in windows XP:
- at startup window is not maximized
-
I click on “Search” and a listview is filled with data from a database:
-
I click on maximize button the window freezes and does not respond
any suggestions?
Thanks
Added informations
- On linux it works well
- No code on maxime routine
- My idea is that there is a bug in resizing procedure in GTK# for Windows
It’s difficult to diagnose your problem without knowing what your code looks like – do you have any resize routines?
To solve your problem, I’d narrow down the potential culprits. Remove or hide one or more controls until you can find which control is responsible for the freeze on maximize.
Once you narrow down which control is causing the issue, determine whether it’s the data in the control causing the issue. If it’s the grid, see if the freeze still happens when there’s no data in the grid.