I forgot to mention that my app is running on .Net 3.5 sp1 with 'Gtk# for .Net 2.12.8', and that when I run the app on the complete 'mono-2.4-gtksharp-2.12.8-win32-6.exe' package, it is NOT having these gui refresh problems. So it's looking like a problem with the Gtk# for .Net? Is anyone else seeing this?
danieru wrote: > > Hi, > So now that I can launch my app on Vista, I'm seeing a strange problem: > > My GUI isn't refreshing unless I move my mouse cursor over it; and I have > to > keep moving the cursor over it to keep getting updates. I first saw > behavior > like this when I was starting with Gtk# and was making calls directly to > the > GUI instead of invoking. So I had read up on the 'creating responive GUIs' > on the website and changed my code to properly use Application.Invoke with > the GUI, and that problem went away. So now I'm very puzzled as to why I'm > seeing it again, and why only on Vista, when the GUI is working just fine > on > Linux (ubuntu)? > Also, when I try to close the GUI window, the graphics get all messed up, > Vista reports that it's 'Not Responding', that sort of thing. Basically > it > looks like the Gtk main loop thread is stuck somewhere, or otherwise > screwed > up somehow... > > Any insight on this from anyone? > > _______________________________________________ > Gtk-sharp-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/gtk-sharp-list > > -- View this message in context: http://www.nabble.com/gui-refresh-problems-on-Vista-tp23164021p23175809.html Sent from the Mono - Gtk# mailing list archive at Nabble.com. _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
