Bug [15118] native scroller

J. Landman Gay jacque at hyperactivesw.com
Tue Apr 14 13:00:11 EDT 2015


On 4/14/2015 11:23 AM, Richard Gaskin wrote:
> Are there other cases where we don't really need to write the same lines
> of code over and over to instantiate every object as a mobile control
> that the docs suggest we do?

Since all native controls are created dynamically, you do need to repeat 
the commands for every control you create. A library script or a shared 
handler is handy for that. Pass it a field reference and just call that.

Do I remember right that LC is going to simplify this for us when Open 
Language happens? Or maybe it's a widget thing? If so, that may be why 
it hasn't been streamlined yet.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list