Displaying the Inspector and Script Editor by script

Chipp Walters chipp at chipp.com
Sun Jul 15 23:58:10 EDT 2012


try in msg

put the selObj into tOb j; send "revBuildPropertyPalette tObj" to stack
"revTemplatePalette"

On Sun, Jul 15, 2012 at 10:55 PM, Mike Bonner <bonnmike at gmail.com> wrote:

> To display the inspector I think you can do this...
>
> on mouseUp
>    put the long id of whateverobjecttoinspect into tInspect
>   send "revBuildPropertyPalette tInspect" to stack "revTemplatePalette"
>   pass mouseUp
> end mouseUp
>
>
> On Sun, Jul 15, 2012 at 9:46 PM, Chipp Walters <chipp at chipp.com> wrote:
>
> > Script editor is easy--
> >
> > edit script of object
> >
> > On Sunday, July 15, 2012, Peter Haworth wrote:
> >
> > > Hoping there's someone out there who has figured out how to
> > > programmatically display the Inspector palette and Script Editor window
> > for
> > > a give object and is willing to share that info.
> > > Pete
> > > lcSQL Software <http://www.lcsql.com>
> > > _______________________________________________
> > > use-livecode mailing list
> > > use-livecode at lists.runrev.com <javascript:;>
> > > Please visit this url to subscribe, unsubscribe and manage your
> > > subscription preferences:
> > > http://lists.runrev.com/mailman/listinfo/use-livecode
> > >
> >
> >
> > --
> > Chipp Walters
> > CEO, Altuit, Inc.
> > _______________________________________________
> > 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
>



-- 
Chipp Walters
CEO, Altuit, Inc.



More information about the use-livecode mailing list