Questions tagged [large-text]

22 questions
0
votes
1 answer

SQL Server Sproc Large String Parameter?

This is not exactly the same as passing a huge string parameter to stored procedure .... I have a SQL Server 2008 sproc that takes an id int and a large string and inserts it into a table. The sproc is called by a .NET 4.0 code, which does a…
Snowy
  • 5,942
  • 19
  • 65
  • 119
0
votes
1 answer

How can I resolve Memory Error in Python?

Below program, which extracts some specific column values from a text file delimited by separator "~" is throwing memory error when the number of records in the text file are around 6,000,000 PLUS. However the same snippet is working for smaller…
Amit O.
  • 9
  • 2
0
votes
2 answers

How can we achieve large font accessibility in Xamarin.iOS?

My application is developed using Xamarin.iOS and I need to make it accessible. We couldn't find any help to achieve large text accessibility in xamarin.iOS. I found this link which explains how to achieve it in Xamarin.Forms and this about…
0
votes
1 answer

StaticLayout OutOfMemoryError with large text

I get error when I use StaticLayout for create pagination of large text (~6mb). This is my log: java.lang.OutOfMemoryError at android.text.MeasuredText.addStyleRun(MeasuredText.java:193) at…
John H
  • 67
  • 1
  • 9
0
votes
2 answers

Click to make body text larger | JavaScript

Please note this is just an example:    
MacMac
  • 34,294
  • 55
  • 151
  • 222
0
votes
0 answers

Issues while Processing Large Strings in Grails Application

I am working on grails application. I am getting issues in processing string with length greater then 255 characters. When I try to update a record with string greater than 255 characters I get this exception: nested exception is…
Bilal Ahmed Yaseen
  • 2,506
  • 2
  • 23
  • 48
-1
votes
1 answer

How to make EditText Can Handles 14 KB text (Kotlin)

In summary, I have an app that allows you to upload books for other users so they can read your books, The problem is when I'm adding a large chapter it stops in the middle of the text and doesn't accept more. As you can see in this image it…
1
2