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 <[email protected]> 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: [email protected] > > Date: Thu, 18 Dec 2014 11:47:22 -0800 > > Subject: Create graphic > > To: [email protected] > > > > 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 > > [email protected] > > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > > http://lists.runrev.com/mailman/listinfo/use-livecode > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
