Re: Windows HTTPS Issue

2020-05-14 Thread danieljboyd
On Thu, May 14, 2020 at 11:31:07PM +0200, Riccardo Mottola wrote: > Hi, > > danieljb...@icloud.com wrote: > > In Windows, I'm using the stock version from the gnustep.org windows > > installers, on Windows 10 v1909. So I'm on MSYS1/MINGW... > > > > I don't really want a super custom environment be

Re: GUI incompatibility

2020-05-14 Thread Fred Kiefer
> Am 14.05.2020 um 13:14 schrieb Fred Kiefer : > >> Am 14.05.2020 um 12:22 schrieb Josh Freeman : >> >> On May 13, 2020, at 5:52 PM, Andreas Höschler via Discussion list for the >> GNUstep programming environment wrote: >> >>> I could fix the problem under GNUstep by simply commenting out >>>

Re: NSBrowser Drawing

2020-05-14 Thread Riccardo Mottola
Andreas Höschler via Discussion list for the GNUstep programming environment wrote: > Hi all, > > I make good progress getting apps to work under Ubuntu/GNUstep. After > fixing a few smaller issues and following hints from Riccardo and > Johannes regarding themes and style settings I reached the fo

Re: Windows HTTPS Issue

2020-05-14 Thread Riccardo Mottola
Hi, danieljb...@icloud.com wrote: > In Windows, I'm using the stock version from the gnustep.org windows > installers, on Windows 10 v1909. So I'm on MSYS1/MINGW... > > I don't really want a super custom environment because I'd rather not > complicate deploying to other computers in the future. >

Re: Windows HTTPS Issue

2020-05-14 Thread danieljboyd
On Thu, May 14, 2020 at 10:58:11PM +0200, Riccardo Mottola wrote: > Hi, > > danieljb...@icloud.com wrote: > > I'm having a strange issue with an Restful Api client class I'm trying > > to write. Currently, I'm trying to get it to work with Microsoft's > > oauth2 endpoints. > > > > I'm trying to ma

Re: Windows HTTPS Issue

2020-05-14 Thread Riccardo Mottola
Hi, danieljb...@icloud.com wrote: > I'm having a strange issue with an Restful Api client class I'm trying > to write. Currently, I'm trying to get it to work with Microsoft's > oauth2 endpoints. > > I'm trying to make a HTTP post request using [NSURLConnection > sendSynchronousRequest: returningR

Re: GUI incompatibility

2020-05-14 Thread Fred Kiefer
> Am 14.05.2020 um 12:22 schrieb Josh Freeman : > > On May 13, 2020, at 5:52 PM, Andreas Höschler via Discussion list for the > GNUstep programming environment wrote: > >> I could fix the problem under GNUstep by simply commenting out >> >> >> /* if (_firstResponder != v && ![v

Re: GUI incompatibility

2020-05-14 Thread Josh Freeman
On May 13, 2020, at 5:52 PM, Andreas Höschler via Discussion list for the GNUstep programming environment wrote: I could fix the problem under GNUstep by simply commenting out /* if (_firstResponder != v && ![v isKindOfClass: [NSButton class]]) {

Re: cross platform question

2020-05-14 Thread Johannes Brakensiek
Hi Andreas, On 14 May 2020, at 10:56, Andreas Fink wrote: If you want to write new apps running on MacOS X & GNUstep, what would you use to create the nib/xib/storyboard stuff which Xcode manages normally for you? Handcoded source files? or is there an easier way. I was investigating this f

cross platform question

2020-05-14 Thread Andreas Fink
If you want to write new apps running on MacOS X & GNUstep, what would you use to create the nib/xib/storyboard stuff which Xcode manages normally for you? Handcoded source files? or is there an easier way.

Re: GUI incompatibility

2020-05-14 Thread Andreas Höschler via Discussion list for the GNUstep programming environment
Hi Fred, >> On Cocoa this happens. >> >>> 13/05/20 17:23:40,783 InterfaceBuilder[93679]: >>> acceptsFirstMouse 1 >>> 13/05/20 17:23:40,783 InterfaceBuilder[93679]: >>> becomeFirstResponder 0 >>> 13/05/20 17:23:40,784 InterfaceBuilder[93679]: >>> mouseDown .. >> >> So we might want to call

Re: GUI incompatibility

2020-05-14 Thread Fred Kiefer
> Am 14.05.2020 um 00:53 schrieb Andreas Höschler via Discussion list for the > GNUstep programming environment : >>> I could fix the problem under GNUstep by simply commenting out >>> >>> >>> /* if (_firstResponder != v && ![v isKindOfClass: [NSButton >>> class]]) >>>