theme.ui architecture

1999-10-07 Thread Valters Vingolds
Robert... 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

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

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

Re: theme.ui architecture

1999-10-07 Thread Sylvain
, 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 listen for the Playlist Events

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,

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
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 the sucker: