Scrolling List/Table

Peter Haworth pete at lcsql.com
Mon Dec 24 17:11:34 EST 2012


Thanks Mike.  That's what I was trying to figure out - which properties to
use and you pointed me to the right ones.  Looking at the dictionary, it
sounds like fixedLineHeight has to be true for those props to have any
effect so I guess I can check that too.
Pete
lcSQL Software <http://www.lcsql.com>


On Mon, Dec 24, 2012 at 1:42 PM, Mike Bonner <bonnmike at gmail.com> wrote:

> If I understand correctly, a field is a field is a field. Behavior depends
> on the properties, so to see if it is a grid field you can check the hgrid
> of the field. If its true, then the horizontal grid lines are on. Same for
> vgrid.
>
> So a basic table field is just a field with the correct properties set.
>
>
> On Mon, Dec 24, 2012 at 2:32 PM, Peter Haworth <pete at lcsql.com> wrote:
>
> > Is there a reliable way to distinguish between a table field and a
> > scrolling list field by script?  How about the mysterious "Basic Table
> > object" property on the Inspector table tab?  I say "mysterious" because
> > even with the preference set to show property names, it doesn't.
> > Pete
> > lcSQL Software <http://www.lcsql.com>
> > _______________________________________________
> > use-livecode mailing list
> > use-livecode at lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list