Controltextbox limited to 50 pages?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Bernd Offline
Senior Member
Posts: 211
Joined: Mar 2005
Reputation: 0
Post: #1
i'm using controltextbox to display test in my script.
when adding very long texts l can see that the control only displays 50 pages and cuts of the rest.

is this a technical limit? since the actual number of characters doesn't seem to matter. it just cuts off the text after 50 pages.

is there any way to display longer texts? :help:

bernd
find quote
Asteron Offline
"Skilled" Python Coder
Posts: 933
Joined: Feb 2004
Reputation: 0
Post: #2
you could fake it by breaking up the text into one page at a time and having the page down/up buttons just display the next page.

would be a little tricky though...
find quote
Bernd Offline
Senior Member
Posts: 211
Joined: Mar 2005
Reputation: 0
Post: #3
i reviewed the c++  sourcecode and found that there is "home made" limit.
posted in the dev forum and they will change/increase that Big Grin

so no need to do workarounds :thumbsup:
find quote