Is it possible to get rid of the spinburron in a treenode edit ?

hello,

editting a tree node seems to work technically correctly,
but under windows it's not very standard:
looks like multiline editor with a spin button ???

Is it possible to get a normal single line edit box ?

thanks,
Stef Mientki

Robin Dunn wrote:

Stef Mientki wrote:

hello,

editting a tree node seems to work technically correctly,
but under windows it's not very standard:
looks like multiline editor with a spin button ???

Is it possible to get a normal single line edit box ?

Is this a standard wx.TreeCtrl or a CustomTreeCtrl?

It's a CustomTreeCtrl,
and I just saw by pure coincidence line 946 (creating the textcontrol)
                             wx.WANTS_CHARS|wx.TE_MULTILINE)
So after removing the multiline edit, (I don't know any better way)
everything looks nice.

thanks very much Robin,

cheers,
Stef