Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion ANN: TKWebView and SimpleDND
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Kevin Walzer  
View profile  
 More options Jan 31 2009, 3:58 pm
Newsgroups: comp.lang.tcl
From: Kevin Walzer <k...@codebykevin.com>
Date: Sat, 31 Jan 2009 15:58:13 -0500
Local: Sat, Jan 31 2009 3:58 pm
Subject: ANN: TKWebView and SimpleDND
I've released two open-source Tcl/Tk packages that add some needed
functionality to Tk in a cross-platform fashion.

The first package, TkWebView, provides a lightweight HTML viewer that
can either be used as a standalone window or embedded in another widget.
Tk is conspicuous among cross-platform GUI toolkits in lacking an
easy-to-use HTML widget. TkWebView only supports basic HTML, not tables,
CSS or other components of web browsers, but it still fills a void in
Tcl/Tk. (An ambitious project to provide a modern HTML widget for Tk,
TkHTML 3, appears to have stalled--and even when development was moving
forward, it suffered from an extremely high level of complexity that
made it nearly impossible to use in an application.) TkWebView could be
used as a help viewer, a widget to display HTML from RSS feeds, and more.

The second package, SimpleDND, provides a lightweight mechanism for
drag-and-drop within a Tk application. There are various methods to
display drag-and-drop in Tk applications, but they are either limited
(quick hacks specific to a particular application or widget), complex
(such as BWidgets' drag-and-drop mechanism), or not fully cross-platform
(TkDND is the most powerful DND extension out there, supporting
drag-and-drop between different applications, but is not supported on
the Mac). SimpleDND provides basic drag-and-drop visualization with a
few commands, and such fills a void.

Both packages are available at
http://www.codebykevin.com/opensource/xplat_oss.html. I hope some people
find them useful.
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.