| Adrian Ho 2006-06-26, 10:03 pm |
| On 2006-06-26, beet <whhggg@gmail.com> wrote:
> I start using Tktreectrl package. Why it is so hard to use? :(
>
> I tried to set data in the table format with several columns. The data
> was not drawn there!
> Too complicated to use it for me. I understand there must be quite a
> lot features avialable.
> I did those:
>
> create a treectrl .t
> create columns
> create elements
> create styles
> create items
> assign styles to itmes
> set text values to the items
>
> Nothing showd up!
>
> Anyone please give me some hints :)
Here's one, mentioned in passing by all the respondents I've seen so
far, but reduced to a pithy quote:
Show, don't tell.
In other words, *show* us the code you wrote, rather than *tell* us what
you think your code is supposed to do (which, given your struggles to
use TkTreeCtrl, you may be entirely mistaken about).
- Adrian
|