Hi Krunal: This is a simple engineering problem. Solve it just the way you would in any of your other languages.
Put your buttons in a canvas and increment / decrement the horizontalScrollPosition on click of next_btn and prev_btn (that could be one of the ways, there are gazillion others!) Cheers Harish On Tue, Jun 16, 2009 at 9:56 AM, Krunal Panchal <[email protected]>wrote: > > > Hi All, > > > Following is my carousel menu. > > *Menu Bar* > ** > * > -------------------------------------------------------------------------------------------------------- > * > *Prev_btn* Btn_Home Btn_Process Btn_Advance *Next_btn* > * > -------------------------------------------------------------------------------------------------------- > * > ** > Other Menu are Btn_ContactsUs, Btn_AboutUs. > ** > ** > *Prev_btn *and *Next_btn *is my navigation buttons. When i cliked on *Next_btn > *first button ( Btn_Home) should disapearred* *and Btn_ContactsUs* *menu > added at the end of Btn_Advance*.* After cliked on *Prev_btn*, Last button > will disappeared and first button should appeared. > > if anybody have sample or link of sample +++pls send me. > > *Thanks in Advanced.* > > * Regards, > ------------------------------ > > Krunal Panchal | Senior Software Engineer > > Tel 91.98795 80689 | * [email protected] > * > > >

