nurowolf
June 8th, 2007, 07:26 AM
Hi Guys,
Is there a beginners guide to GAC+ - because I am really stuck.
To Start with, all I want to do is create a Jukebox style screen showing a scrolling list of Albums across the page from which I can select the album to play.
I have tried this
......show 5 items from a response, the easiest way to create a custom interface with the
items it to create a frame with the name of <LOOP,5,1,0,0>, and then a child frame with the name of
MP.GACName_<LoopIndex> (for GAC) or MP.GAC.Items[<LoopIndex>].Name (for GAC+).
But that only displayed the first album.
I tried disecting the New Style Falt CCF - but just could not work out how to create my display array of ALbums covers.
Are there some idiot guides somewhere here - cause right now I feel like an idiot.
Is there a beginners guide to GAC+ - because I am really stuck.
To Start with, all I want to do is create a Jukebox style screen showing a scrolling list of Albums across the page from which I can select the album to play.
I have tried this
......show 5 items from a response, the easiest way to create a custom interface with the
items it to create a frame with the name of <LOOP,5,1,0,0>, and then a child frame with the name of
MP.GACName_<LoopIndex> (for GAC) or MP.GAC.Items[<LoopIndex>].Name (for GAC+).
But that only displayed the first album.
I tried disecting the New Style Falt CCF - but just could not work out how to create my display array of ALbums covers.
Are there some idiot guides somewhere here - cause right now I feel like an idiot.