RE: [Tktable] Tktable - 2.7 -
by Shawn Kielty other posts by this author
Sep 6 2002 7:00PM messages near this date
[Tktable] ANNOUNCE: Tktable v2.8 final release
|
RE: [Tktable] Tktable - 2.7 -
Hi Sebastian -- Thanks
I am able to get want I want now -- It seems that the title tag has some
special handling.
If I:
% package present Tktable
2.7
% toplevel .a
.a
% table .a.t -titlerows 1 -roworigin -1 -colorigin -1
.a.t
% .a.t tag configure foo -bg blue
% .a.t tag cell foo -1,-1
% pack .a.t
% .a.t tag configure title -bg {}
%
Alas - I get the result desired.
Thanks!
Shawn
-----Original Message-----
From: WANGNICK Sebastian [mailto:sebastian.wangnick@[...].int]
Sent: Thursday, September 05, 2002 10:52 PM
To: 'Shawn Kielty'; 'Jeff Hobbs'; tktable-users@[...].net
Cc: Roman Riva
Subject: RE: [Tktable] Tktable - 2.7 -
Hi,
I'm running Tktable 2.7 on Windows NT, and for me it works as expected.
I had to configure tag foo before tagging the cell, though.
Could you check the version number returned by package require Tktable?
Regards,
Sebastian
-----Original Message-----
From: Shawn Kielty [mailto:skielty@[...].com]
Sent: 5 September 2002 21:32
To: 'Jeff Hobbs'; tktable-users@[...].net
Cc: Roman Riva
Subject: [Tktable] Tktable - 2.7 -
Hi --
I am trying to configure the bg for the titlerow in my table on a cell by
cell basis using:
#
table .t -titlerows 1 -roworigin -1 -colorigin -1
pack .t
.t tag cell foo -1,-1
.t tag configure foo -bg blue
##
This stays the same (i.e. gray, on my windows system) - although other cells
can be configured this way. In Tktable 2.5 this was working as expected (I
believe)- but in 2.7 it is not. Was this change in functionality planned --
or might this be considered a bug?
In either case - can anyone help me figure out how to change some - but not
all - of the title colors?
Thanks in advance --
Shawn Kielty
-----Original Message-----
From: Jeff Hobbs [mailto:JeffH@[...].com]
Sent: Tuesday, January 22, 2002 3:58 PM
To: 'Larry W. Virden'; tktable-users@[...].net
Subject: RE: [Tktable] Problem with latest Tktable?
Larry,
I believe this is because you ran it against 8.4 instead of
the tests that were written with 8.3 in mind. The only change
is that 8.4 now properly prints "unknown relief" where 8.3
had an empty string. This is the correct intent, and just
shows a minor change. You shouldn't see a difference in the
actual functioning of tktable.
Jeff Hobbs The Tcl Guy
Senior Developer http://www.ActiveState.com/
Tcl Support and Productivity Solutions
> I got the Jan 17, 2002 version of Tktable. When I configure and build a
> fresh copy of the code, then run make test, i get this error:
>
>
> ==== table-25.2.4 TableWidgetCmd procedure, "tag names" option FAILED
> ==== Contents of test case:
_______________________________________________
Tktable-users mailing list
Tktable-users@[...].net
https://lists.sourceforge.net/lists/listinfo/tktable-users
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Tktable-users mailing list
Tktable-users@[...].net
https://lists.sourceforge.net/lists/listinfo/tktable-users
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Tktable-users mailing list
Tktable-users@[...].net
https://lists.sourceforge.net/lists/listinfo/tktable-users
|