Problems with conversion coordinates

2013-06-24 Thread Germán Arias
I found a problem with -convertScreenToBase: in NSWindow. This is related with the problem I have with some in-window menus. This method not always use the current frame of the window. Sometimes use a previous value of the frame. This occurs when NSMenuView call

Re: NSClassSwapper leaving dangling pointers?

2013-06-24 Thread Luboš Doležel
Hi, great! Feel free to contact me via Jabber (same as mail address), should you run into any issues. Attached is the backtrace leading up to NSClassSwapper, as Germán requested. Lubos [1] https://github.com/LubosD/darling-dmg On Sun, 23 Jun 2013 19:39:54 -0400, Gregory Casamento wrote:

Re: NSClassSwapper leaving dangling pointers?

2013-06-24 Thread Luboš Doležel
What I forgot to add: Until gnustep-gui supports resource directory names like en.lproj, you have to symlink English.lproj-en.lproj to make it work (GNUstep bug #36764). This bug also prevents apps from working when mounted directly from a .dmg file via my FUSE module, since the mounts are

Re: NSClassSwapper leaving dangling pointers?

2013-06-24 Thread Luboš Doležel
Sorry for the spam, I have another backtraces providing a clear picture, alhough they seem to be slightly different from the ones before. You can see an object being set as a target, then deallocated and then used (with SIGSEGV). Luboš On Mon, 24 Jun 2013 10:21:18 +0200, Luboš Doležel

Re: NIB loader problem

2013-06-24 Thread Luboš Doležel
On Sun, 10 Mar 2013 14:57:09 +0100, Fred Kiefer wrote: On 09.03.2013 20:11, Fred Kiefer wrote: On 09.03.2013 19:58, Fred Kiefer wrote: As you can see the problem is order dependent. In your case it may help to move some of the decoding steps around. But this isn't a general solution. The

Re: Gorm : Xib loading doesn't respect size

2013-06-24 Thread forumer
I would need to setup a dev. environment to debug gnustep on windows but in the mean time I am having a look at source code but I don't know which parts of code is used. Could you tell me if Win32Server.m is used when using the cairo backend ? In this case I don't really understand the

GNUstep WebServices in iOS app?

2013-06-24 Thread David Wetzel
Hi, did anybody use the GS WebServices in a iOS application? I would like to talk to a SOAP service from the iPhone without having to write too much ugly code ;-) Thanks! David ___ Gnustep-dev mailing list Gnustep-dev@gnu.org

Re: Gorm : Xib loading doesn't respect size

2013-06-24 Thread forumer
Oh I think I understand what you are doing in GSScreenRectToMS and in this case I would propose something like : static inline RECT GSScreenRectToMS(HWND hwnd, NSRect r) { RECT r1; DWORD dwStyle = GetWindowLongPtr( hwnd, GWL_STYLE ) ; DWORD dwExStyle = GetWindowLongPtr( hwnd,

Re: GNUstep WebServices in iOS app?

2013-06-24 Thread Doug Warren
While I'm not qualified to discuss licensing issues, iOS does support frameworks and dylibs. It's still bundled into the IPA however. On Mon, Jun 24, 2013 at 8:17 AM, Niels Grewe niels.gr...@halbordnung.dewrote: Am 24.06.2013 um 17:11 schrieb David Wetzel d...@turbocat.de: Hi, did

Re: GNUstep WebServices in iOS app?

2013-06-24 Thread Riccardo Mottola
And how about XML support? is it enough on iOS? Riccardo Niels Grewe wrote: Am 24.06.2013 um 17:11 schrieb David Wetzel d...@turbocat.de: Hi, did anybody use the GS WebServices in a iOS application? I would like to talk to a SOAP service from the iPhone without having to write too much

Re: GNUstep WebServices in iOS app?

2013-06-24 Thread Niels Grewe
Am 24.06.2013 um 18:08 schrieb Doug Warren doug.war...@gmail.com: While I'm not qualified to discuss licensing issues, iOS does support frameworks and dylibs. It's still bundled into the IPA however. Yes, of course, iOS is perfectly capable of dynamic linking, but it's not exposed for

Re: GNUstep WebServices in iOS app?

2013-06-24 Thread Ivan Vučica
On Monday, June 24, 2013, Niels Grewe wrote: Am 24.06.2013 um 18:08 schrieb Doug Warren doug.war...@gmail.comjavascript:; : While I'm not qualified to discuss licensing issues, iOS does support frameworks and dylibs. It's still bundled into the IPA however. Yes, of course, iOS is

Re: GNUstep WebServices in iOS app?

2013-06-24 Thread Gregory Casamento
GNUstep has NSXMLNode and friends. Please check the latest release. On Monday, June 24, 2013, Niels Grewe wrote: Am 24.06.2013 um 18:32 schrieb Riccardo Mottola riccardo.mott...@libero.it javascript:;: And how about XML support? is it enough on iOS? Pretty minimal. NSXMLParser is

Re: NSClassSwapper leaving dangling pointers?

2013-06-24 Thread Fred Kiefer
This backtraces finally helped me understand what goes on here a bit better, at least I hope so. NSClassSwapper not only replaces a specific object, it also registers itself as the delegate of the decoder to be able to replace the cells used by that object. This happens here and the decoded

Re: GNUstep WebServices in iOS app?

2013-06-24 Thread Niels Grewe
Am 24.06.2013 um 20:25 schrieb Gregory Casamento greg.casame...@gmail.commailto:greg.casame...@gmail.com: GNUstep has NSXMLNode and friends. Please check the latest release. Sorry Greg, of course NSXMLNode is available on GNUstep, but Riccardo seemed to be asking about iOS. I'll try less

Re: GNUstep WebServices in iOS app?

2013-06-24 Thread Gregory Casamento
Aha! Thanks On Monday, June 24, 2013, Niels Grewe wrote: Am 24.06.2013 um 20:25 schrieb Gregory Casamento greg.casame...@gmail.com javascript:_e({}, 'cvml', 'greg.casame...@gmail.com');: GNUstep has NSXMLNode and friends. Please check the latest release. Sorry Greg, of course

Re: GNUStep Themeing - Menu Groove

2013-06-24 Thread Eric Wasylishen
Hi Aaron,You can get rid of those borders by settingGSMenuVerticalBackground;for example see the (incomplete) Narcissus theme:http://svn.gna.org/viewcvs/etoile/trunk/Etoile/Themes/Narcissus.themeThe relevant part of the theme's Info-gnustep.plist is:GSMenuVerticalBackground = { FileName =