Menu

#49 FileDownload Watcher not working

Version_1.3.0
closed
5
2012-09-15
2007-08-01
Anonymous
No

With IE 6.0.2900 running Windows XP SP2 the FileDownload watcher class does not successfully click the Save button. The button id appears to be incorrect. Changed code to the following:

case FileDownloadOption.Save: buttonid = 4424; break;

and it now works.

I can be reached at lhengen@enerplus.com

Discussion

  • Jeroen van Menen

    Logged In: YES
    user_id=799177
    Originator: NO

    Added the suggested fix in SVN commit 503. Will be part of the next release.

     
  • Jeroen van Menen

    Logged In: YES
    user_id=799177
    Originator: NO

    Today I came across exactly this problem. While I thought I had fixed this one the code didn't work cause there still was a control on the dialog page with a controlid = 4427. I have made a change to WinButton implementation (making sure the classname of a control is Button) and now the code functions fine. Just to let you know, Jeroen.

     

Log in to post a comment.