Quote: Originally Posted by
Blue ZX3 
There were some probs with DFX2.5, and it has been mentioned in that thread. There is DFX 3.0 just around the corner...
Drop these in your dfx folder, should take care of those buttons
Oh,ok, sorry if I missed that post. Thanks for the fix file, I had already fixed the play list skin, but had'nt found the problems in the audio_search.skin.
Also there are 3 more errors in the Audio_search.skin (in my skin anyway):
-----------------------------------------
PREV BUTTON:
IS:
B16,199,520,97,78,"LOAD;Audio_Browser.skin","Playl ist"
CHANGE TO:
B16,199,520,97,78,"PREVTRACK",
PLAY/PAUSE BUTTON:
IS:
B,299,520,96,78,"LOAD;Audio_Player.skin",
CHANGE TO:
B,299,520,96,78,"PLAY",@STOP||PLAY@
NEXT BUTTON:
IS:
B10,398,520,98,78,"PLAY",@STOP||PLAY@
CHANGE TO:
B10,398,520,98,78,"NEXTTRACK",
------------------------------------------
Also there are many errors in my XM_Favorites.skin :
POWER ==> scans
IS:
B07,103,510,96,89,"SCANMODE","Scan"
CHANGE TO:
B07,103,510,96,89,"EXITMENU",""
PLAY/PAUSE ==> scanS
IS:
B06,297,510,101,89,"PLAY","Play" --Acts like scan
..........TRIED THE FOLLOWING:
B06,297,510,101,89,"PLAY",@STOP||PLAY@ -- SCANS ?

B06,297,510,101,89,"PLAY", -- SCANS!?

I SET IT TO: (FOR NOW)
B06,297,510,101,89,"EXIT","Exit" - RETURN TO PREVIOUS WINDOW
PREV ==> loads Mixer window
IS:
B04,200,510,96,89,"MIXER","Mixer"
CHANGE TO:
B04,200,510,96,89,"PREV",
NEXT ==> loads GPS window
IS:
B20,398,510,101,89,"GPS",""
CHANGE TO:
B20,398,510,101,89,"NEXT",
-------------------------------------
Sorry for the long post... Just thought you would like to know in case the 3.0 has the same problems...
Oops,, should this be posted in the DFX forum so others will be aware of these things?