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

Reply via email to