Re: How to change and keep record's font and background color in RecordGrid??

2005-05-31 Thread Friedger

Hi Lee,


A more clumsy, but safer workaround would be to dynamically set the
background in *all* the cells being displayed.


Is there a way to get all cells that belongs to specific record?

I would suggest that StandardRecordGridUI implements the simpler version 
as a feature, i.e. a getter for the row-object of a cell/record to make 
it safer.


Friedger

***
To unsubscribe from this list, send a mail to:
mailto:[EMAIL PROTECTED]
To contact a human list administrator, send a mail to:
mailto:[EMAIL PROTECTED]
To recieve a list of other options for this list, send a mail to:
mailto:[EMAIL PROTECTED]



RE: How to change and keep record's font and background color in RecordGrid??

2005-05-31 Thread Lee Wexler
Friedger:

>>I had a similar issue and used my own implementation of
StandardStringCell. >>In the refresh-data method I set the parent's
background to change the >>color. This should also work for font color.

This is a very clever workaround, although I should add that it is not
guaranteed to work in future versions, as it relies on implementation
details in StandardRecordGridUI.  (In particular, that the "row graphic"
is the immediate graphical parent of the RecordGridCell).

A more clumsy, but safer workaround would be to dynamically set the
background in *all* the cells being displayed.


Lee



***
To unsubscribe from this list, send a mail to:
mailto:[EMAIL PROTECTED]
To contact a human list administrator, send a mail to:
mailto:[EMAIL PROTECTED]
To recieve a list of other options for this list, send a mail to:
mailto:[EMAIL PROTECTED]



Curl Code Vault (was: Re: How to change and keep record's font and background color in RecordGrid??)

2005-05-30 Thread Friedger

> By the way, is there any site where curl's component
> or libraries are placed ?

Yes, there was a Code Vault at www.curlbreaker.com. Unfortunately, it
was lost some time ago and the content has not yet been restored.

If there is a huge demand for it I am happy to have a look into it. So
let me know.


The following components are available:
CDO
XTEA
RotatedText
ShadowedText
3D-Bar-Chart
SweetTable
ButtonOnlyDropdown-UI
Slider
ColorChooser
SubMenuButton
BetterPanedWindow

Friedger




***
To unsubscribe from this list, send a mail to:
mailto:[EMAIL PROTECTED]
To contact a human list administrator, send a mail to:
mailto:[EMAIL PROTECTED]
To recieve a list of other options for this list, send a mail to:
mailto:[EMAIL PROTECTED]

Re: How to change and keep record's font and background color in RecordGrid??

2005-05-30 Thread 前川享仁
Hi Frieder,

> I had a similar issue and used my own implementation of
> StandardStringCell. In the refresh-data method I set the parent's
> background to change the color. This should also work for font color.
> 
> Let me know if you need an example.

Yes, ofcourse.
Thank you very much.

By the way, is there any site where curl's component
or libraries are placed ?

Honestly I wonder everyone want to know how-to and use other developer's
good works ...

Regards

Maekawa Takanobu
e-mail:[EMAIL PROTECTED]
CANSOFT,INC.Tel:044(969)9747 Fax:044(969)9748
http://www.cansoft.co.jp/

***
To unsubscribe from this list, send a mail to:
mailto:[EMAIL PROTECTED]
To contact a human list administrator, send a mail to:
mailto:[EMAIL PROTECTED]
To recieve a list of other options for this list, send a mail to:
mailto:[EMAIL PROTECTED]

Re: How to change and keep record's font and background color in RecordGrid??

2005-05-30 Thread Friedger
Hi,

I had a similar issue and used my own implementation of
StandardStringCell. In the refresh-data method I set the parent's
background to change the color. This should also work for font color.

Let me know if you need an example.

Friedger


***
To unsubscribe from this list, send a mail to:
mailto:[EMAIL PROTECTED]
To contact a human list administrator, send a mail to:
mailto:[EMAIL PROTECTED]
To recieve a list of other options for this list, send a mail to:
mailto:[EMAIL PROTECTED]