Re: Problem with 64 bit gtk binaries in Win 7 (32 bit works fine)

2010-11-07 Thread Mario M
Sorry about the confusion, I do mean in callbacks. I have a Room class and a global room instance, the Room class has mesh members which when initialized read a specified file. The callbacks areconnected with: ///

Re: Strange display problem with gtk-win32 and VC++

2010-11-07 Thread Jaroslav Šmíd
So try to set your desired font - edit or create (GTKDIR)\etc\gtk-2.0\gtkrc and add line like gtk-font-name = "Segoe UI" On Sun, Nov 7, 2010 at 2:19 PM, John Emmas wrote: > > On 7 Nov 2010, at 11:39, John Emmas wrote: > >> >>  My guess at the moment is that there's no font being loaded >>  for th

Re: Problem with 64 bit gtk binaries in Win 7 (32 bit works fine)

2010-11-07 Thread Jaroslav Šmíd
Can you provide example code (the one which uses GTK+)? I'm not quite sure if I understand what you mean. By "called in GTK+ functions" you mean in callbacks? Does that work if you use glib only? On Sat, Nov 6, 2010 at 7:25 PM, Mario M wrote: > Sorry for the typo, Jaroslav. > > 2010/11/6 Mario M

Re: gtk 2 or 3

2010-11-07 Thread Tor Lillqvist
> Would this approach work? It would have to be a multiple windowe application, > of course. I very much doubt it. None of the code in gdk/win32 is written with anything such in mind. And whether such an application would then be portable to X11 I have no idea. --tml

Re: Strange display problem with gtk-win32 and VC++

2010-11-07 Thread John Emmas
On 7 Nov 2010, at 11:39, John Emmas wrote: > > My guess at the moment is that there's no font being loaded > for the label widget. Does that seem like a possible explanation? > Oops, how silly of me! Just noticed some text in the console window saying "Pango-WARNING **: failed to choose a

Re: gtk 2 or 3

2010-11-07 Thread Michael T .
> > If I may ask, what is the main technical problem (deeper explanation) with > using GTK+ from multiple threads? > > On Windows, the problem is that Windows GDI, being a local windowing > system with a quite tight coupling to the client code executing on the > same machine, is very much thread-a

Re: Strange display problem with gtk-win32 and VC++

2010-11-07 Thread John Emmas
On 7 Nov 2010, at 07:31, Tor Lillqvist wrote: > > if you are trying to use those with a current GLib or GTK+, > please check bugzilla for ones that actually work > I found this info on bugzilla:- https://bugzilla.gnome.org/browse.cgi?product=gtk%2B but it wasn't very obvious which releases a

Re: Strange display problem with gtk-win32 and VC++

2010-11-07 Thread Vincent Torri
On Sun, 7 Nov 2010, Tor Lillqvist wrote: What about joining forces and make one unique official repository for packages on Windows ? You mean, like there is one unique official Linux distribution? nice comment Vincent Torri ___ gtk-app-devel

Re: Strange display problem with gtk-win32 and VC++

2010-11-07 Thread Tor Lillqvist
> What about joining forces and make one unique official repository for > packages on Windows ? You mean, like there is one unique official Linux distribution? --tml ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/

Re: Strange display problem with gtk-win32 and VC++

2010-11-07 Thread Vincent Torri
On Sun, 7 Nov 2010, Tor Lillqvist wrote: no one ever wants to volunteer to help. Actually, that is not true. For instance, the ms-windows theme engine is now effectively maintained once again and compiles and maybe even works in gtk+ master. And for bulding the GTK+ stack for Windows (32- an

Re: Strange display problem with gtk-win32 and VC++

2010-11-07 Thread John Emmas
On 7 Nov 2010, at 00:15, Guy Rouillier wrote: > > Since the number of squares equals the number of characters in the label you > are trying to display, the problem appears to be one of font rendering. > Thanks Guy. I think I've been easing towards that conclusion myself but it's good that so

Re: Strange display problem with gtk-win32 and VC++

2010-11-07 Thread Tor Lillqvist
>no one ever wants to volunteer to help. Actually, that is not true. For instance, the ms-windows theme engine is now effectively maintained once again and compiles and maybe even works in gtk+ master. And for bulding the GTK+ stack for Windows (32- and 64-bit), I very much plan to stop doing it m