WoW:API ItemTextNextPage: Difference between revisions

m
minor spelling and grammatical corrections
m (Robot: converting/fixing HTML)
m (minor spelling and grammatical corrections)
Line 16: Line 16:
: This simply requests the next page, you will receive an ITEM_TEXT_READY event when the new page is ready.
: This simply requests the next page, you will receive an ITEM_TEXT_READY event when the new page is ready.


: Try only to call this after receiving an ITEM_TEXT_READY event for the current page, and dont call it IN the event handler for that event, things get a little odd (Looks like a synchronization issue in the client) and your page cache might get corrupted.
: Try only to call this after receiving an ITEM_TEXT_READY event for the current page, and don't call it IN the event handler for that event, things get a little odd (Looks like a synchronization issue in the client) and your page cache might get corrupted.


: Does nothing if called while viewing the last page.
: Does nothing if called while viewing the last page.
Anonymous user