Hi Hissam,

I have similar job to do, i need to come back from page 2 to page 1 with all
things selected like tab, grid row.

Please send me some sample code to do the same.

Thnx & Regards
Dharmendra

On Thu, Oct 2, 2008 at 7:06 AM, HISSAM <[EMAIL PROTECTED]> wrote:

> hey I have done similar job, but have not used history manager
>
> what I did is
>
> 1.I maintained 2 ArrayCollection
>          a) 1st array collection to hold all objects
>                  This comes in sequece like
> 0thobject,1stobject.......nthobject.
>          b) 2nd array collection to hold the current object and when the
> current object is
>              stored I remember the last and the previous object number in
> integer format
>              EX:CurrentObjectArray.removeall()//to remove all
> objects//there will b always 1 object
>                   CurrentObjectArray.add(AllObjectArray[current]);
>                    intPreviewObjectNo=(AllObjectArray[current-1]);
>                    intNextObjectNo=(AllObjectArray[current+1]);
> 2.Current is integer which stores the current object no
>
> I have also done pagination on the above logic
>
>
>
> I hope this works for you.
> Plz geive me your feedback
>
> -----------------------------
> Warm Regards,
>  HISSAM,
>  Soft Engg,
>  iThinkLabs Pvt Ltd.
>  India.
> website:http://www.ithink-labs.com
>            http://www.yureekah.com
> ------------------------------
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to