Do widgets support introspection?
Mark Wieder
ahsoftware at sonic.net
Wed Jan 10 17:50:46 EST 2018
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
More information about the use-livecode
mailing list