|
From: Joey M. <jo...@sw...> - 2006-10-01 19:45:51
|
Thanks for the help with the treeview! Adding the break solved it since I was, as you surmised, destroying the treeview each time. Anyway, I wanted to post another oddity I had with Tile, but it would be hard to describe so I thought a test case would be easier. What I have is a simple time dialog and when I adjust the day of year, I want the month/day of month to auto computed and placed in a scale/ entry pair. Seems simple enough and it worked fine when it was not tile. Now that I have tile, when I slide the scale, I can only move a little bit before it jumps to the end of the slider! Its really strange. There is a radio button in there which will allow me to switch from day of year to month/day sliding and it works as expected (i.e. day of year is auto computed and placed in scale/entry pair). If I make the entry that is causing problems readonly, it works albeit, the entry is not updated correctly. This may not make a lot of sense, but the test case is attached. This is with the 0.7.6 of tile. You should be able to do a wish test.tcl and then slide the "Day of Year" scale until you get to day 31. When it hops over day 31, it is supposed to go to month 2, day 1. Instead it hops over to 12/31, day 365. |