Subject Re: [IBO] IB_Grid with ReadOnly Boolean values
Author Rick Roen
Ok then, my app is not working like you describe. No matter the
boolean value I just have an empty white checkbox. A check never
appears in a boolean true field - either with or without box.

Could this have something to do with XP themes?

I am using Delphi 7, IBO 4.5B with XP themes enabled.

Rick


--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...>
wrote:
> There is a difference between how the check looks. When read-only
it is
> just a check but when it will respond to a click it is a checkbox.
>
> In your case there are three distinct states and I have them
working as I do
> by design. If you don't want the question mark there then you
need to
> devise a work-around somehow.
>
> Jason
>
>
> > -----Original Message-----
> > From: IBObjects@yahoogroups.com
[mailto:IBObjects@yahoogroups.com]On
> > Behalf Of Rick Roen
> > Sent: Saturday, April 30, 2005 9:53 AM
> > To: IBObjects@yahoogroups.com
> > Subject: Re: [IBO] IB_Grid with ReadOnly Boolean values
> >
> >
> > If its read only and the "Boolean" value equates to true then a
> > checkbox should still show a checkmark. Otherwise it is
unchecked
> > and indicates False.
> >
> > Do I misunderstand something?
> >
> > Rick