Do widgets support introspection?

Ali Lloyd ali.lloyd at livecode.com
Wed Jan 10 19:00:37 EST 2018


Yep. At some point it might be good to put add a general filtering
parameter.

On Wed, Jan 10, 2018 at 10:50 PM Mark Wieder via use-livecode <
use-livecode at lists.runrev.com> wrote:

> On 01/10/2018 01:52 PM, Ali Lloyd via use-livecode wrote:
> > revIDEExtensions gives info on all the installed extensions, user or
> > otherwise (I guess it's the revIDE prefix that makes it sound like it
> > doesn't).
>
> Yeah, I got thrown off by that and didn't dig down far enough to see the
> user extensions in the mix. So iterating through
>
> put revIDEExtensions() into tArray
> repeat for each element tExtension in tArray
>    put tExtension["ide"] into tIsBuiltIn
>    ...
>
> will distinguish between built-in and user extensions?
>
> --
>   Mark Wieder
>   ahsoftware at gmail.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
>



More information about the use-livecode mailing list