Cguitextbox 50 page limit
#1
Sad 
in the file xbmc/xbmc/guilib/guitextbox.cpp
inside the c'tor there is a limit of 50 pages.
Quote:m_imaxpages = 50;
is this value of 50 there for a special reason or was is just set as a should be enough value?

it would be nice if it could be increased (doubled, better tripled or dropped completely Wink) if it doesn't cause any sideeffects, besides memory usage.

i quickly reviewed the class and couldn't find anything, since cguitextbox::render only renders the visible lines. so the runtime of it should be equal.

i've created a python script that displays gamefaqs and walkthroughs.
when reading long texts i.e. the halo2 faq which is about 280k of text, the user can only read half of the text due to the 50 page limit.

cheers
bernd
Reply
#2
no reason that i can see, other than "that'll probably be enough".

will increase.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
great! :thumbsup:
i will monitor the changelog.
Reply

Logout Mark Read Team Forum Stats Members Help
Cguitextbox 50 page limit0