2005-03-25, 10:18 PM
Jeff Wrote:As I understand it, the unnamed button dpes not exist on the new remote. I will have to put out a new release to handle this case. Any suggestions for a button to use that makes some sense in this context?
hmmm.. no real preference here -- maybe the * or # button?
Jeff Wrote:As to the archive function, it is still there. I take it you are not seeing the button show up?
Nope -- i remember seeing it a couple versions back which is why i went looking for the change log entry.. I haven't modified the skin files at all--this is the snippet from my "Video Info Dialog skin.xml" file. On screen, i only see the Play, Delete, and Cancel buttons..
thanks for the speedy replies!
--david
Code:
<SpecialElements>
<!-- Popup dialog box with video details; all coordinates other than the main dialog are relative to the dialog box itself -->
<SpecialElement name="DialogBox" loc="40,45"/>
<SpecialElement name="DialogBoxImage" loc="10,35" size="200,275"/>
<SpecialElement name="DialogBoxPlayButton" loc="24,330"/>
<SpecialElement name="DialogBoxDeleteButton" loc="240,330"/>
<SpecialElement name="DialogBoxCancelButton" loc="465,330"/>
<SpecialElement name="DialogBoxArchiveButton" loc="170,330"/>
<SpecialElement name="dialogBoxDeleteButtonWithArchive" loc="316,330"/>
</SpecialElements>