Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

html-widget-progress

Arguments: html-widget current max

This generic function is called a number of times while an html-widget is downloading a web page or loading a file. An application could add methods for a subclass of html-widget, typically to provide a visual indication of progress while loading the page.

The default method will call the widget's on-progress function if it has one, and otherwise will do nothing.

html-widget is the widget that is doing the downloading.

current is the number of bytes that have been downloaded so far.

max is the total number of bytes in the page being downloaded.

See the html-widget control.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version