How to Clear history in Adobe Air's HTML control -
I'm using Adobe Air's HTML control in my desktop application to view the Web page. I am using html.historyBack () and html.historyNext () methods to proceed. But when a specific option is selected, I want to clear history, one click on one button, without restarting the application. I tested both versions of AIR, 1.5.2 and AIR 2.0 beta, but there was no way to do this.
Is there any way to fix this problem?
By you,
Alex Fisher
All you want to do is have a starting point int in the enabled position of back and forward buttons, which you can reset as needed. Then base it on history.length.
Comments
Post a Comment