Hi All, I am trying to display a PDF in a browser widget using the tutorial here: http://lessons.livecode.com/m/4071/l/727199-how-do-i-display-a-pdf-in-livecode <http://lessons.livecode.com/m/4071/l/727199-how-do-i-display-a-pdf-in-livecode>
and this code: on mouseUp local tFile answer file "Please choose the file you would like to display" with type "PDF document|pdf|PDF" if it is not empty then put it into tFile set the url of widget "browser" to tFile end if end mouseUp I’m getting this error: button "Button": execution error at line 6 (extension: error occured with domain) near "runtime", char 1 Would this be a bug, or am I doing something incorrectly? Thank you! John Patten SUSD _______________________________________________ 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