I am trying to download a website when a button is clicked.....the website is rather large. When I created the subroutine that processed the command, I added in the update function for both the window and the button, but non of that seems to matter - what am I doing wrong?
sub aaa {
$get_file = get("http://www.a.com/file.xml");
$button->update;
$mw->update;
}