News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

pasting problem with wxTextCtr - solved by C::B devs?

Started by Outis, July 07, 2007, 10:52:38 PM

Previous topic - Next topic

Outis

I've got the following issue: If I try to paste a really long text into a wxTextCtrl, after a certain number of characters the text is cut off. But I tried to paste into C::B and - a wonder - I got the comlete text.

Can someone explain this "wonder" to me, please?

PS:
Small bug in wxSmith: If I change the position (eg. of an Dialog) in the resources-window to a non-number, I get a wxMessageBox, which is always re-opend after closing.

OS: Windows XP
WX: 2.8.4

eranif

The reason is that C::B editor control is derived from wxScintilla and not from wxTextCtrl.

Eran