Re: [fltk.general] Problems displaying text in Text Editor.

2011-01-14 Thread Brian Tilley
However, in digging in to the problem a bit further, I seem to have uncovered a bag of worms. After all that, I have found the answer to my problem. The code creating the Text Editor did not initialise the Text Buffer correctly. Thanks for your responses and sorry for the noise :-(

[fltk.general] Problems displaying text in Text Editor.

2011-01-13 Thread Brian Tilley
I've been having trouble with a Text Editor when attempting to look at files containing around 330,000 bytes of text (7400 lines). Basically, when I load the file it appears to load OK, but when displayed, I don't seem to be able to scroll down to the bottom of the file. It stops around 85%

Re: [fltk.general] Problems displaying text in Text Editor.

2011-01-13 Thread Albrecht Schlosser
On 13.01.2011 15:35, Brian Tilley wrote: I've been having trouble with a Text Editor when attempting to look at files containing around 330,000 bytes of text (7400 lines). Basically, when I load the file it appears to load OK, but when displayed, I don't seem to be able to scroll down to

Re: [fltk.general] Problems displaying text in Text Editor.

2011-01-13 Thread Brian Tilley
On 13.01.2011 15:35, Brian Tilley wrote: I've been having trouble with a Text Editor when attempting to look at files containing around 330,000 bytes of text (7400 lines). Basically, when I load the file it appears to load OK, but when displayed, I don't seem to be able to scroll down

Re: [fltk.general] Problems displaying text in Text Editor.

2011-01-13 Thread Albrecht Schlosser
On 13.01.2011 16:41, Brian Tilley wrote: The problem I have with upgrading, in the environment in which I work, is that the entire application would need to be regression tested if I update FLTK. (Our QA are not very trusting of this sort of update). Would this also apply, if you patch only

Re: [fltk.general] Problems displaying text in Text Editor.

2011-01-13 Thread Brian Tilley
Albrecht wrote Would this also apply, if you patch only Fl_Text_Display? If you could do this, and if you answered my question whether you used wrap mode, and if you tried FLTK 1.1.10 (for testing only), I might be able to help to find a small patch. Maybe. I didn't mean the application,