At 17:39 10/31/99 -0800, Robert wrote:
>
>> There is something that bothers me. (Added defect into bugzilla #195)
>> Multi-control Desc strings are actually manipulated by player behind that
>> creator's back.
>
>They are? How?
>

Well, meaning those Repeat for example:

[HandleControlMessage() from FreeAmpTheme.cpp]
   if (oControlName == string("Repeat") && eMesg == CM_Pressed)
   {
       switch(iState)
       {
          case 0:  
              oStatus = string("Repeat none");
              break;
          case 1:  
              oStatus = string("Repeat current track");
              break;
          case 2:  
              oStatus = string("Repeat all");
              break;
       }
   }    

(i removed the 'unrelevant' code).

Not saying that these oStatus changes are all wrong, just that one has no
control over them!


On tips not showing (#191 - are you sure you tried that with theme with no
Info textcontrol? There is some code to not show tips if Info is around. (I
saw tips highly redundant and annoying), but, as I wrote in Bugzilla, if
#195 is done, there will be a way for tips and descs to coexist, so that
code will need to be removed.

Ofcourse I'll check if code in CVS is right. Btw, how to get it now?
cvs co freeamp should do, or should I use 
cvs get -r release-1-5-branch freeamp
?

I was using with Beta2 source archive, because I could not update from CVS
for some reason lately.

>
>--ruaok         Freezerburn! All else is only icing. -- Soul Coughing
>
>Robert Kaye -- [EMAIL PROTECTED]  http://moon.eorbit.net/~robert
>
>
--
Valters "WaTT" Vingolds
... in order to succeed you have to learn to think of yourself as of a
product. 

Reply via email to