ok here my probleme,
i have made a gump with page.
using direct button is easy to do.
AddButton( 500, 06, 5601, 5605, 1, GumpButtonType.Page, pageNumber = 1 );
now im trying to open a gump from Send.Gump.
its is possible to open the gump at specific page #2 ?
player.SendGump(new HistoryGump())...