Vaughn

Tom beat me to it re the rect you are using and the delete control stuff. 
However I think Tom is wrong about his second delete example since you haven't 
given the browser control a name when you create it. Do that this way:

 iphoneControlCreate "browser", "mapbrowser"  

That way you can refer to it by name in any other script (including the delete 
control script):

on closeCard
  mobileControlDelete "mapbrowser"
end closeCard

Cheers

Gerry


On 08/09/2013, at 12:51 PM, Thomas McGrath III <mcgra...@mac.com> wrote:

> Do both of these and that should solve your problems.

_______________________________________________
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