Create graphic

Peter Haworth pete at lcsql.com
Thu Dec 18 15:27:45 EST 2014


Hi John,
Thanks for checking.  I think I found the problem - a rogue front script
that was capturing the newGraphic event.

Pete
lcSQL Software <http://www.lcsql.com>
Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and
SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html>

On Thu, Dec 18, 2014 at 11:58 AM, John Dixon <dixonja at hotmail.co.uk> wrote:
>
> I don't see this...
> Well, not using the following script :-
>
> on mouseUp
>    set the width of the templateGraphic to 200
>    set the height of the templateGraphic to 200
>    set the opaque of the templateGraphic to true
>    set the loc of the templateGraphic to the loc of this card
>    set the backgroundcolor of the templateGraphic to 255,0,0
>    set the name of the templateGraphic to "Boo"
>    create graphic
> end mouseUp
>
> Dixie
>
> > From: pete at lcsql.com
> > Date: Thu, 18 Dec 2014 11:47:22 -0800
> > Subject: Create graphic
> > To: use-livecode at lists.runrev.com
> >
> > I have a button whose script creates a graphic.  When I click the button,
> > the tool changes from the browse tool to the pointer tool as soon as the
> > create graphic command is executed.
> >
> > Not a big deal as I can just set the tool back to the pointer tool after
> > the create graphic command but that shouldn't happen, should it?
> >
> > Pete
> > lcSQL Software <http://www.lcsql.com>
> > Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and
> > SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html>
> > _______________________________________________
> > 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
>



More information about the use-livecode mailing list