Script widgets questions

Mike Kerner MikeKerner at roadrunner.com
Tue May 2 17:10:57 EDT 2023


if you're reusing properties that are already defined, elsewhere, you might
run into an issue with the panel, but if that's not the case, then i
suspect you have another problem. the pi works. it's just not documented.

On Tue, May 2, 2023 at 5:01 PM Håkan Liljegren via use-livecode <
use-livecode at lists.runrev.com> wrote:

> 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
>
> _______________________________________________
> 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
>


-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."


More information about the use-livecode mailing list