On 2016-03-23 13:22, Peter TB Brett wrote:
You should use URLEncode().  For example:

    on mouseUp
       answer file "Choose file"
       put "file://" & URLEncode(it) into tUrl
       put tUrl into field "url"
       set url of widget "browser" to tUrl
    end mouseUp

I'm just in the process of updating the documentation for the browser
widget to make this clearer.

                                             Peter

Erg - see http://quality.livecode.com/show_bug.cgi?id=14015 and http://quality.livecode.com/show_bug.cgi?id=15369.

Perhaps we need a 'standardUrlEncode/Decode' function pair for now until we can fix the anomalies in a backwards-compatible fashion.

Mark.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

_______________________________________________
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