discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem adding a new window to an application


From: Sebastian Reitenbach
Subject: Re: problem adding a new window to an application
Date: Sun, 02 Sep 2012 13:33:28 +0200
User-agent: SOGoMail 1.3.17

Hi,
 
On Saturday, September 1, 2012 19:57 CEST, "Sebastian Reitenbach" 
<sebastia@l00-bugdead-prods.de> wrote: 
 
>  Hi Wolfgang,
> 
> On Saturday, September 1, 2012 18:40 CEST, Wolfgang Lux 
> <wolfgang.lux@gmail.com> wrote: 
>  
> > Hi Sebastian,
> > 
> > > I attached the MPDCon tarball. I hope someone can tell me what I did 
> > > wrong.
> > > I guess its only something very simple. I tried lots of different ways to 
> > > create the Inspector, and also compared with the other interface classes
> > > there, but I just don't see what's wrong.
> > 
> > there are two errors in LyricsInspector.gorm. First of all you should 
> > change the owner class into LyricsInspector instead of creating a separate 
> > LyricsInspector object (this is the reason why -init is called twice; once 
> > for the shared inspector you create programmatically and once for the 
> > inspector loaded from the gorm file). The other error is that you must 
> > connect the window attribute of the LyricsInspector (i.e., now the owner 
> > object) to the inspector panel.
> 

thanks again. Due to your help, I just added the 
Lyrics Inspector to MPDCon in GAP CVS. It connects
to the REST API what lyrics.wikia.com provides to
look up lyrics based on the artist and title of the 
current song.


cheers,
Sebastian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]