Re: theme.ui architecture

1999-10-08 Thread Isaac Richards
On 08-Oct-99 Tom Spindler wrote: > Incidentally, adding -fsquangle makes everything compile _and_ run, > but it fails with "base/src/database.cpp:47: failed assertion `m_dbase'" Okay, that should be fixed as of now in cvs. Isaac

Re: theme.ui architecture

1999-10-07 Thread Tom Spindler
> > it's on the release-1-5 branch. > > > > And it and gcc-2.95.1 do not seem to want to play nicely. I'm working on > > it, though... stupid templates. > > Compiles with 2 minor warnings in FreeAmpTheme.cpp with gcc-2.95.2pre2 here... Oh, it _compiles_... it just fails when you try to run th

Re: theme.ui architecture

1999-10-07 Thread Isaac Richards
On 08-Oct-99 Tom Spindler wrote: > it's on the release-1-5 branch. > > And it and gcc-2.95.1 do not seem to want to play nicely. I'm working on > it, though... stupid templates. Compiles with 2 minor warnings in FreeAmpTheme.cpp with gcc-2.95.2pre2 here... Isaac

Re: theme.ui architecture

1999-10-07 Thread Tom Spindler
> I must say I am a little lost. Where is that theme.ui everybody's > talking about ? I took the latest freeamp from CVS but I can't find anything > about a theme UI in it. Any idea ? it's on the release-1-5 branch. And it and gcc-2.95.1 do not seem to want to play nicely. I'm working on it, tho

Re: theme.ui architecture

1999-10-07 Thread Sylvain
ED]> Sent: Thursday, October 07, 1999 3:17 PM Subject: Re: theme.ui architecture > you get a pointer to the PlaylistManager in the FAContext that is passed to your > UI when it is instantiated. Use this pointer to add items and access all other > playlist functionality. you should also

Re: theme.ui architecture

1999-10-07 Thread Mark B. Elrod
you get a pointer to the PlaylistManager in the FAContext that is passed to your UI when it is instantiated. Use this pointer to add items and access all other playlist functionality. you should also listen for the Playlist Events such as AddItem, UpdateItem, and MoveItem if you are implementing y

Re: theme.ui architecture

1999-10-07 Thread Mayhem & Chaos Coordinator
> I was toying with UI other day, wanted to implement drag'n'drop functionality. > I quickly cut'n'pasted code from freeampUI to Theme's Win32Window.h/cpp, so > the window started to accept WM_DROPFILES. > > But then I even quicker got frustrated to death, could not figure out how > to get the fil