Posts: 323
Threads: 7
Joined: Feb 2006
I hope I am not hijcking this thread.
When I used the DVDPro import and repository, I was able to get the number of DVDs available in the library. I know this info is available with the CQSL respository, but I don't see it "exposed" for use in the IV.
Am I missing it?
Larry in Denver
Posts: 40,483
Threads: 491
Joined: Aug 2002
It's available as a runtime value. The general scheme is that you set up the CAB's OnScroll and OnSet events to set up an 'X of Y' type display somewhere on the template. You would use the FirstIndex and TitleCnt runtime values available from the CAB. In the OnSet you'd set 1 of TitleCnt, and in OnScroll you'd just up the first value with the FirstIndex value.
Dean Roddey
Explorans limites defectum
Posts: 323
Threads: 7
Joined: Feb 2006
Dean Roddey Wrote:It's available as a runtime value. The general scheme is that you set up the CAB's OnScroll and OnSet events to set up an 'X of Y' type display somewhere on the template. You would use the FirstIndex and TitleCnt runtime values available from the CAB. In the OnSet you'd set 1 of TitleCnt, and in OnScroll you'd just up the first value with the FirstIndex value.
Okay, I think I understand and now that I read it, I seem to recall reading it before. Anyway, I'll give it a go later and see what happens.
Thanks Dean
Larry in Denver