Hi, All
Thanks in Advance.
When I am coding:
PtSetArg( &Args[0], Pt_ARG_HTML_PAGE_N, HtmlPageIndex, 0 );
PtSetResources( ABW_HtmlWidget, 1, Args );
The Html widget always print:
Page Y of X
Y is the page index and X is the total number of pages.
It took me much time to find where these unwelcome printings from. To
find the source,
I remove all printf lines from my codes.
Sincerely yours