Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Labeled frame in Tk 8.4?

0 views
Skip to first unread message

Chris Nelson

unread,
Aug 15, 2001, 1:25:10 PM8/15/01
to
I thought I read here or in some release notes that the frame widget
provided for labeled frames in Tk 8.4 but I can't find any reference to
it in the ChangeLog, in frame.n which came with Tk8.4a3. Am I confused?

Chris
--
Never doubt that a small group of thoughtful, concerned citizens
can change the world. Indeed, it's the only thing that ever has.
--Margaret Mead

Jeff Hobbs

unread,
Aug 15, 2001, 1:30:41 PM8/15/01
to
Chris Nelson wrote:
>
> I thought I read here or in some release notes that the frame widget
> provided for labeled frames in Tk 8.4 but I can't find any reference to
> it in the ChangeLog, in frame.n which came with Tk8.4a3. Am I confused?

The labelframe widget has not yet made it into 8.4, although it
will get there. This is likely not the last alpha release of
8.4.

--
Jeff Hobbs The Tcl Guy
Senior Developer http://www.ActiveState.com/
Tcl Support and Productivity Solutions

jonathan allen booth

unread,
Aug 19, 2001, 9:35:49 PM8/19/01
to
Jeff Hobbs <Je...@activestate.com> wrote:
: The labelframe widget has not yet made it into 8.4, although it

: will get there. This is likely not the last alpha release of
: 8.4.

Are we likely to see a in-the-tk-core notebook widget as well?

--
Jonathan A. Booth kamikaze@N0$PAMimsa.edu
http://www.N0$PAMimsa.edu/~kamikaze jbooth@N0$PAMuiuc.edu
Remove NOSPAM from hostnames. Unsolicited commercial e-mail: access denied

Jeff Hobbs

unread,
Aug 20, 2001, 11:40:12 AM8/20/01
to
jonathan allen booth wrote:
>
> Jeff Hobbs <Je...@activestate.com> wrote:
> : The labelframe widget has not yet made it into 8.4, although it
> : will get there. This is likely not the last alpha release of
> : 8.4.
>
> Are we likely to see a in-the-tk-core notebook widget as well?

There is no TIP for this yet, but I'd like to see one. This is
the sort of thing that can be done well as a megawidget though
(the labelframe couldn't for various reasons - read the tcl-core
archives if you're interested).

jonathan allen booth

unread,
Aug 20, 2001, 1:39:50 PM8/20/01
to
Jeff Hobbs <Je...@activestate.com> wrote:
: There is no TIP for this yet, but I'd like to see one. This is

: the sort of thing that can be done well as a megawidget though
: (the labelframe couldn't for various reasons - read the tcl-core
: archives if you're interested).

I saw it referenced on the old 8.4 roadmap up at scriptics, I guess it
didn't transfer over from that.

Done well functionality wise, yes, but it's a lot harder to emulate all
three (or more) native OS behaviors. Maybe not a lot harder, but a
lot more of a pain in the programmers rear. Not that it wouldn't be just
as much a pain in tk itself but then at least people would quit writing
their own versions because there'd be an easy to use standard version.

Donal K. Fellows

unread,
Aug 22, 2001, 11:15:47 AM8/22/01
to
Jeff Hobbs wrote:

> jonathan allen booth wrote:
>> Are we likely to see a in-the-tk-core notebook widget as well?
>
> There is no TIP for this yet, but I'd like to see one. This is
> the sort of thing that can be done well as a megawidget though
> (the labelframe couldn't for various reasons - read the tcl-core
> archives if you're interested).

Speaking as someone who has written a notebook megawidget in the past,
it is quite easy to get something that looks reasonable enough for
use, and a complete pain to solve completely. Problems include not
having access to the 3D border drawing code at the Tcl level, tab
traversal and focus management. Getting sensible and intuitive focus
behaviour is particularly tricky. (Providing different looks-and-feels
is a whole 'nother kettle of fish on top of all that.) Anyone wanting
to put up the effort to TIP-and-implement will *definitely* have a lot
of support from me!

Donal.
--
Donal K. Fellows http://www.cs.man.ac.uk/~fellowsd/ fell...@cs.man.ac.uk
-- Actually, come to think of it, I don't think your opponent, your audience,
or the metropolitan Tokyo area would be in much better shape.
-- Jeff Huo <je...@starfall.com.nospam>

0 new messages