Open Meshparts opened 5 months ago
Added support for http and https URLs. To make this work addapt the procedure ::shtmlview::download to your needs. Test it like this:
package require shtmlview::shtmlview package require critcl
set w .help destroy $w toplevel $w
wm title $w Help
::shtmlview::tlsinit
::shtmlview::shtmlview .help.f -toolbar 0 .help.f browse https://www.your-url-link.com/your-html-page.html pack .help.f -fill both -expand 1 -side left
Added support for http and https URLs. To make this work addapt the procedure ::shtmlview::download to your needs. Test it like this:
package require shtmlview::shtmlview package require critcl
set w .help destroy $w toplevel $w
Toplevel title
wm title $w Help
::shtmlview::tlsinit
::shtmlview::shtmlview .help.f -toolbar 0 .help.f browse https://www.your-url-link.com/your-html-page.html pack .help.f -fill both -expand 1 -side left