This is my first question, so please bear with me.
I am reading a field from SQLite to populate a Label inside a ScrollView that sits on a tab in a TabStrip.
It all seems to be working fine, but it seems that the very long text strings are being truncated. For example, one string in the DB is 2123 chars long, but when I place it in the Label it gets truncated to 1638 chars. Another record of 3178 chars is being truncated at 1670, while a third of 1818 chars gets truncated at 1668.
I have checked the DB and it is right, I also see the ScrollView working properly, as the truncated texts all do scroll properly off the bottom of the screen.
Any help will be much appreciated.
Kev
I am reading a field from SQLite to populate a Label inside a ScrollView that sits on a tab in a TabStrip.
It all seems to be working fine, but it seems that the very long text strings are being truncated. For example, one string in the DB is 2123 chars long, but when I place it in the Label it gets truncated to 1638 chars. Another record of 3178 chars is being truncated at 1670, while a third of 1818 chars gets truncated at 1668.
I have checked the DB and it is right, I also see the ScrollView working properly, as the truncated texts all do scroll properly off the bottom of the screen.
Any help will be much appreciated.
Kev