[JOB] 17-02-11 [WikiDbImage HelpViewer3.0.png] * The code: ====== ====== * Demo: ====== # do something like: # where to find the required library packages... set auto_path [linsert $auto_path 0 [file join $::starkit::topdir "lib"]] package require Tk wm withdraw . package require tile # package require Img package require http # requiring exactly 3.0 preferable a download from Activestate package require -exact Tkhtml 3.0 # same is required for BWidget ... package require -exact BWidget 1.9.10 package require BWidget_patch Widget::theme 1 package require helpviewer 3.0 # ------------------------ # start the help viewer... # ------------------------ set help_dir "where_to_find_the_html_documentation" HelpViewer::HelpWindow $help_dir ====== <>Enter Category Here