Author Topic: pasting problem with wxTextCtr - solved by C::B devs?  (Read 3044 times)

Offline Outis

  • Multiple posting newcomer
  • *
  • Posts: 26
pasting problem with wxTextCtr - solved by C::B devs?
« on: July 07, 2007, 10:52:38 pm »
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
« Last Edit: July 07, 2007, 10:54:13 pm by Outis »

Offline eranif

  • Regular
  • ***
  • Posts: 256
Re: pasting problem with wxTextCtr - solved by C::B devs?
« Reply #1 on: July 07, 2007, 11:51:10 pm »
The reason is that C::B editor control is derived from wxScintilla and not from wxTextCtrl.

Eran