Re: UI not showing up under 95/98 fixed!

1999-10-07 Thread Valters Vingolds
Yeah, right on! It just looks so much better as non-rectangular piece... At 17:54 10/5/99 -0700, you wrote: >Ok, I finally fixed the UI not showing bug under 95/98. It took me about 10 >hours of installing windows and then 3 hours of actual debugging to find a >ONE CHARACTER BUG. Grrr. NT liked

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 fi

volume gets lost

1999-10-07 Thread Valters Vingolds
Well, it really looks like volume is always reset to zero! (When starting to play,changing song, etc). I do win98, as usually... I offer this here patch for io/soundcard/win32/soundcardpmo.cpp == cut == 163a164,165 >if(!m_iLastVolume) m_iLastVolume=GetVolume(); > 196,198c198

Re: volume gets lost

1999-10-07 Thread Mayhem & Chaos Coordinator
I just fixed all that crap -- it will be in the next commit. Possibly later today, maybe tomorrow. --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye -- [EMAIL PROTECTED] http://moon.eorbit.net/~robert - Original Message - From: Valters Vingolds <[EMAIL P

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

Re: UI not showing up under 95/98 fixed!

1999-10-07 Thread Mayhem & Chaos Coordinator
> I just added the seek-bar. Tell me - are vertical sliders supported yet? No -- and I won't get around to that before the initial release. However, it should not be too tough to take the existing slider and make a VSlider. (And rename the existing slider to HSlider) If you want to do that and se

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 Sylvain
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 ? Sylvain - Original Message - From: Mark B. Elrod <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, Oc

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 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 th