Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: xabu
  • Order by date
  1. xabu

    How to extend number of bold signs in TextArea

    Sorry for being so penetrant. I just testet this for-loop. for(int i=0;i<6000;i++){ getTextArea1().append(i+&quot;/n&quot;); } It will stop at exactly at the number 5291. Any Idea? Thank you anyway !xabu
  2. xabu

    How to extend number of bold signs in TextArea

    thank you for your answer. I meen for example just letters. It seems like there is a limit of maximum letters you can write on a TextArea. !Xabu
  3. xabu

    How to extend number of lines in TextArea?

    Thank you for your answer! It´s ture that a TextArea automatically scrolls but still after a certain number of signs (letters) you just can´t write more even if you have scrollbars. There seems to be a limit of maximum signs (letters)! !xabu
  4. xabu

    How to extend number of bold signs in TextArea

    In a TextArea you can´t write more than a certain number of signs even if you set the number of rows to 1000. How can you extend the number of signs Thank you for your answers. !Xabu
  5. xabu

    How to extend number of lines in TextArea?

    Thank you for your answer. But thats not what I ment. Probably I didn´t make my self clear enough. You can even set the number of rows to 1000 but still iyou won´t be able to wirte more than a certain number of signs. It just cuts.
  6. xabu

    How to extend number of lines in TextArea?

    Hello out there... After a certain number of lines you can´t write more on a TextArea. How can I extend the number of lines in a TextArea? Thank you for your answers !Xabu

Part and Inventory Search

Back
Top