Re: cross platform question

2020-05-15 Thread Gregory Casamento
On Thu, May 14, 2020 at 5:43 AM Johannes Brakensiek < johan...@brakensiek.info> wrote: > 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

Re: cross platform question

2020-05-15 Thread Gregory Casamento
You can either use Gorm to create .gorm files for you or you can use the existing .nib and .xib files as GNUstep is capable of reading both. GC On Thu, May 14, 2020 at 4:57 AM Andreas Fink wrote: > If you want to write new apps running on MacOS X & GNUstep, what would you > use to create the

Re: cross platform question

2020-05-15 Thread Riccardo Mottola
Hi, 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. there are several approaches... use nib or xib files or a mix

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

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.