Hello,
I have been getting a weird problem in the Tablelist widget. I have a
tablelist(in a notebook widget)with 2 columns. The first column is non-editable
and the second can be edited using a entry widget:
::tablelist::tablelist $site_4_1.tab71 \
-columns {0 {Column 1} left 0 {Column 2} left}
vTcl:DefineAlias "$site_4_1.tab71" "Tablelist1" vTcl:WidgetProc "Toplevel1"
1
$site_4_1.tab71 columnconfigure 0 \
-changesnipside 0 -editable 0 -title {Column 1}
$site_4_1.tab71 columnconfigure 1 \
-changesnipside 0 -editable 1 -title {Column 2}
bind [$site_4_1.tab71 bodypath] <Configure> {
set tablelist::W [winfo parent %W]
tablelist::makeColFontAndTagLists $tablelist::W
tablelist::adjustElidedTextWhenIdle $tablelist::W
tablelist::updateColorsWhenIdle $tablelist::W
tablelist::adjustSepsWhenIdle $tablelist::W
tablelist::updateVScrlbarWhenIdle $tablelist::W
}
The problem I'm getting is that I am unable to see the inserted rows at all,
though they exist.
I tried deleting the tablelist and creating a new one. I was able to see the
rows. Then they again disappeared. I am able to see the rows only for the first
time.
What could the problem be?
Thanks and Regards,
Sriram
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
vtcl-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vtcl-user