AppKit (Win32) generals questions

2008-05-08 Thread Thierry DELHAISE
Hi the list, First, a precision about my own used of GNUstep : I want to use it as a Portable Framework along differents platform, like Trolltech QT, wxWidget, or GTK. May be I'm wrong ? How a GNUstep for Win32 application is supposed to have a Native win32 look AND native cooperation with

Re: AppKit (Win32) generals questions

2008-05-08 Thread Markus Hitter
Just a quick answer, there are better experts on this list. Am 08.05.2008 um 12:12 schrieb Thierry DELHAISE: I want to use it as a Portable Framework along differents platform, like Trolltech QT, wxWidget, or GTK. This is what GNUstep is supposed to cover and there are examples of

Re: AppKit (Win32) generals questions

2008-05-08 Thread Gregory John Casamento
Okay... cool. I was unsure about this. Gregory Casamento -- Principal Consultant - OLC, Inc # GNUstep Chief Maintainer - Original Message From: David Chisnall [EMAIL PROTECTED] To: Gregory John Casamento [EMAIL PROTECTED] Cc: Thierry DELHAISE [EMAIL PROTECTED]; gnustep-dev@gnu.org

Re: AppKit (Win32) generals questions

2008-05-08 Thread Thierry DELHAISE
Gregory John Casamento a écrit : Thierry, GNUstep can be made to have a native win32 look through the use of themes. Great ! But ... this is not enought and this is my fault (sorry) since I've asked about look and should not have to. What I want is that my Application be a Native win32

Re: AppKit (Win32) generals questions

2008-05-08 Thread Markus Hitter
Am 08.05.2008 um 16:04 schrieb Thierry DELHAISE: In this area, does controls in the spirit of GNUstep have to be draw by GNUstep or could those be the native one's ? While drawing the stuff might be easily done, what's about the different event models? This questions since I pretty sure

Problems and solution when building GNUstep-gui on windows from svn

2008-05-08 Thread Thierry DELHAISE
Hi the list, May be you know but since by googling, I find no message refering to this problems on windows I report the problem and give the solution too : When building gnustep-gui on windows with mingw and msys, there is a problem with the installed libjpeg (and headers) with msys :

Re: AppKit (Win32) generals questions

2008-05-08 Thread Thierry DELHAISE
Markus Hitter a écrit : Am 08.05.2008 um 16:04 schrieb Thierry DELHAISE: In this area, does controls in the spirit of GNUstep have to be draw by GNUstep or could those be the native one's ? While drawing the stuff might be easily done, what's about the different event models? I would say

Re: Problems and solution when building GNUstep-gui on windows from svn

2008-05-08 Thread Adam Fedor
I had done this same sort of thing, but put the define in NSBitmapImageRep+JPEG.m, in order to get my windows installer working: http://www.gnustep.org/experience/Windows.html but I forgot to integrate the patch back into GNUstep, so now I've done this... On May 8, 2008, at 9:04 AM,

window focusing issues

2008-05-08 Thread Hubert Chathi
Hello everyone, As some of you know, I am participating in the Google Summer of Code this year, looking at fixing various desktop integration issues in GNUstep. Part of this project involves looking at the window focusing issues. As an initial data-gathering step, I'm asking for people to

Re: AppKit (Win32) generals questions

2008-05-08 Thread Richard Frith-Macdonald
On 8 May 2008, at 15:04, Thierry DELHAISE wrote: Gregory John Casamento a écrit : Thierry, GNUstep can be made to have a native win32 look through the use of themes. Great ! But ... this is not enought and this is my fault (sorry) since I've asked about look and should not have to.

Re: AppKit (Win32) generals questions

2008-05-08 Thread Gregory John Casamento
Richard, We should probably put this in the FAQ someplace since the question regarding using Win32 controls comes up relatively often. I've found it necessary to explain this to a number of people in the past. Later, GJC Gregory Casamento -- Principal Consultant - OLC, Inc # GNUstep