Hi!
I have a web image viewer where I load images (multi-page TIFFs). I also have some navigation buttons that let the users navigate from page to page or the first or last page. All that works well.
My plan was to have the web image viewer titlebar change as I go from page to page to display the page the user is looking at (something like Page X of Y). My problem is that after I load the first page (Page 1 of Y), the titlebar does not change when I load subsequent pages. It remains the same (Page 1 of Y). I use a remote invoke method to go from page to page.
Can someone suggest me a way to let users know what page they are looking at? It doesn't have to be in the titlebar but I need to let users know what page they are at.
Thank you in advance for any suggestions you may have.