Subject | Re: [IBO] IB_Grid with ReadOnly Boolean values |
---|---|
Author | Rick Roen |
Post date | 2005-04-30T23:29:38Z |
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:
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-onlyit is
> just a check but when it will respond to a click it is a checkbox.working as I do
>
> In your case there are three distinct states and I have them
> by design. If you don't want the question mark there then youneed to
> devise a work-around somehow.[mailto:IBObjects@yahoogroups.com]On
>
> Jason
>
>
> > -----Original Message-----
> > From: IBObjects@yahoogroups.com
> > Behalf Of Rick Roenunchecked
> > 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
> > and indicates False.
> >
> > Do I misunderstand something?
> >
> > Rick