Displaying the Inspector and Script Editor by script

Mike Bonner bonnmike at gmail.com
Sun Jul 15 23:55:34 EDT 2012


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
>



More information about the use-livecode mailing list