Register
BlackBerry Unlock
Sponsored By
BlackBerryFAQ
Search
Today's Posts
Mark Forums Read
BlackBerry Forums Support Community
BlackBerry Technical
Developer Forum
RichTextField
LinkBack
Thread Tools
08-06-2008, 02:50 AM
#
1
(
permalink
)
vashgaurav
New Member
Join Date: Aug 2008
Model:
8800
PIN:
N/A
Carrier:
Airtel
Posts: 2
Post Thanks: 0
Thanked
0 Times in 0 Posts
RichTextField
Please Login to Remove!
I need to change the background color of the text written in the RichTextField but I have not managed to do it so far. Any help in this regard will he highly appreciated
Thanks in Advance!!
Gaurav
Offline
08-06-2008, 09:20 AM
#
2
(
permalink
)
bemshaswing
Talking BlackBerry Encyclopedia
Join Date: Oct 2006
Model:
7103
Carrier:
Verizon
Posts: 259
Post Thanks: 0
Thanked
0 Times in 0 Posts
You will need to create a class that extends RichTextField. In that class, override the paint method like so:
public void paint(Graphics g) {
g.setBackgroundColor(whateverYourBackgroundColorIs );
g.clear();
g.setColor(theColorOfTheTextFont);
}
Offline
08-08-2008, 04:18 AM
#
3
(
permalink
)
vashgaurav
New Member
Join Date: Aug 2008
Model:
8800
PIN:
N/A
Carrier:
Airtel
Posts: 2
Post Thanks: 0
Thanked
0 Times in 0 Posts
Thnx.
- Gaurav
Offline
08-08-2008, 04:24 AM
#
4
(
permalink
)
simon.hain
CrackBerry Addict
Join Date: Apr 2005
Location: hamburg, germany
Model:
8900
Carrier:
o2
Posts: 838
Post Thanks: 0
Thanked
0 Times in 0 Posts
Quote:
Originally Posted by
bemshaswing
You will need to create a class that extends RichTextField.
you can also overwrite the method directly on creation of your class.
new RichTextField(){protected void paintBackground...}
__________________
java developer,
Devinto
, hamburg/germany
Offline
«
Does someone have a variable-height ListField?
|
is forced termination of an app possible
»
Thread Tools
Show Printable Version
Email this Page
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
vB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Trackbacks
are
On
Pingbacks
are
On
Refbacks
are
On
Copyright © 2004-2013
BlackBerryFAQ.com
,
BlackBerryForums.com
.
The names
RIM ©
and
BlackBerry ©
are registered Trademarks of
Research In Motion Limited.
Contact Us
-
BlackBerryForums.com
-
Archive
-
Top
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Tweet this thread