Script widgets questions
Håkan Liljegren
hakan at exformedia.se
Tue May 2 17:00:05 EDT 2023
Thanks!
The “user_visible" works with script_widgets also, so setting:
case “htmlText”
return { “user_visible” : false }
…
Will hide the property in the inspector. Unfortunately the “group” or “subsection” doesn’t seem to work. All my properties are still jumbled.
> On 2 May 2023, at 18:59, Mike Kerner via use-livecode <use-livecode at lists.runrev.com> wrote:
>
> this is all going to be from memory from working with LCB widgets, and i
> haven't worked with lcb widgets in months because i'm still waiting for LC
> on several things.
> anyway:
> * i think that you are supposed to quote property names that are reserved
> or already in use
> * the way the property inspectors/property editor behave can be/are up to
> you, but the documentation is zero. the PI is a stack in the LC bundle, and
> it's intertwined with a number of other stacks, so slogging through it is
> slow.
> * you could try the repos i started on these topics, and maybe throw some
> issues in:
> https://github.com/macMikey/LCB-missing-manual (wiki here:
> https://github.com/macMikey/LCB-missing-manual/wiki)
> https://github.com/macMikey/LC-HACK
> _______________________________________________
> 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