Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Cascades Development

Reply
Developer
javoid
Posts: 174
Registered: ‎11-24-2012
My Carrier: NA
Accepted Solution

strange red underline in words

I have a strange red underline in some of the translations that were made.

 

In the image attached, Ecrã means display.  It's incorrectly spelled, with a ^ on top, but I changed it to the correct spelling and the red line still shows underneath.  I also have other words with the correct spelling but it shows the red line under them.  How can I remove the red lines?

 

red underline.png

Please use plain text.
Developer
ITFCJim
Posts: 67
Registered: ‎01-20-2011
My Carrier: O2 UK

Re: strange red underline in words

If you don't need the spell checker function at all you can turn it off with a flag on the TextArea in your QML

 

input
  {
    flags: TextInputFlag.SpellCheckOff
  }

 

More details here:

http://blog.lafapps.com/?p=21

 

Jim

-----------------------------------------------------------------------------------------------------
Help fellow forum users! Please remember to click "Like" on helpful posts.
If a post solves your problem click "Mark as solution"
Please use plain text.
Developer
javoid
Posts: 174
Registered: ‎11-24-2012
My Carrier: NA

Re: strange red underline in words

Very nice, I'll add it to the next build.

 

Thanks!

Please use plain text.