Page 1 of 1

multi-paged gumps

Posted: Sat Jul 14, 2007 8:11 am
by nevalon
Hi.
I've got following problem: I need to script a gump, which will have three areas: lower at whole width and two upper parts: left and right. I need to make at least two of the parts paged (pseudo-scrollable, with arrows) - and if I change the page in one part the other parts will remember their own pages (or change, it depends - the left will be menu that changes the right)... Any idea how to do that?

Posted: Sat Jul 14, 2007 11:19 am
by CWO
Theres no way you can make 2 separate areas of the same gump with pages using the usual page part built into the client. You'll have to have variables in your script and resend the gump every time you need to flip the page.

Posted: Sat Jul 14, 2007 11:22 am
by nevalon
Thx - working.