Atalasoft
Welcome to Atalasoft Community Sign in | Join | Help
in

Page Number in Titlebar

Last post 09 Apr 2008, 6:05 PM by Calman. 2 replies.
Sort Posts: Previous Next
  •  09 Mar 2008, 3:58 PM 13444

    Page Number in Titlebar

    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.

     

     

  •  11 Mar 2008, 10:39 AM 13458 in reply to 13444

    Re: Page Number in Titlebar

    TitleBar is not persisted from a RemoteInvoke.

    You can change this property on the client side by using this:

    WebImageViewer1.setTitleBar('New Text Here...');


    David Cilley
    My AJAX Imaging Blog
    Atalasoft Development Team
    Filed under: ,
  •  09 Apr 2008, 6:05 PM 13664 in reply to 13458

    Re: Page Number in Titlebar

    That worked great!

     

    Thanks!

View as RSS news feed in XML