On 4/23/06, John Labenski <[EMAIL PROTECTED]> wrote:
> On 4/22/06, Leandro Motta Barros <[EMAIL PROTECTED]> wrote:
> > [...]
> You are storing the pointer (the memory location) to the specific
> wxTreeItemId instance that is returned. You need to use
>
> T = { }
> local id = tree:AppendItem ("Foo")
> T[id:GetValue()] = "this is my very important data"

Nice, that exactly what I needed!

Thanks!

LMB

Reply via email to