| View previous topic :: View next topic |
| Author |
Message |
SVC Guest
|
Posted: Mon Dec 22, 2003 1:32 pm Post subject: String Grid Cell coloring |
|
|
Is it possible to color a specific cell’s text in a String Grid?
TIA,
S
|
|
| Back to top |
|
 |
JD Guest
|
Posted: Mon Dec 22, 2003 2:42 pm Post subject: Re: String Grid Cell coloring |
|
|
"SVC" <simon.chamlian (AT) mpbc (DOT) ca> wrote:
| Quote: | Is it possible to color a specific cell’s text in a String
Grid?
|
Set it's DefaultDrawing property to false and add an
OnDrawCell event. For an example of the event, place the
cursor into the event within the Object Inspector and press F1.
~ JD
|
|
| Back to top |
|
 |
Rodolfo Frino - Macrosoft Guest
|
Posted: Mon Dec 22, 2003 4:18 pm Post subject: Re: String Grid Cell coloring |
|
|
Another way: You can apply a color marker on the screen, just on the top of
any
specific cell, but I prefer your solution because it's cleaner.
"Operating System: Bunch of software that makes your life easier by making
your system more difficult to understand". Rodolfo, 2003
"JD" <nospam (AT) nospam (DOT) com> wrote
| Quote: |
"SVC" <simon.chamlian (AT) mpbc (DOT) ca> wrote:
Is it possible to color a specific cell's text in a String
Grid?
Set it's DefaultDrawing property to false and add an
OnDrawCell event. For an example of the event, place the
cursor into the event within the Object Inspector and press F1.
~ JD
|
|
|
| Back to top |
|
 |
|