SOLVED SOLVED SOLVED SOLVED!!!!!!!!!!!!!!!!!!!!!!!!!!!
FourthWorld Thankyou very very very very much!!!!!
I currently don't have a proxy, but a few months ago I used to have one.... for some reason LiveCode had a proxy configured, don't know why, I installed it twice.
In Preferences ther was this ...
Search found 9 matches
- Fri Nov 21, 2014 5:43 pm
- Forum: Internet
- Topic: Problem using GET, LOAD and PUT with URL in Windows 7
- Replies: 16
- Views: 17722
- Fri Nov 21, 2014 5:04 pm
- Forum: Internet
- Topic: Problem using GET, LOAD and PUT with URL in Windows 7
- Replies: 16
- Views: 17722
Re: Problem using GET, LOAD and PUT with URL in Windows 7
Nothing, using ethernet instead of wifi does not work.
- Fri Nov 21, 2014 3:50 pm
- Forum: Internet
- Topic: Problem using GET, LOAD and PUT with URL in Windows 7
- Replies: 16
- Views: 17722
Re: Problem using GET, LOAD and PUT with URL in Windows 7
Hi fourthWorld,
Nothing, just the put returns empty. I don't have a proxy, and also the function hostNameToAddress(theURL) works just fine returning the IP's, so I don't think it's a dns problem.
Bangkok, let me see what can I find, since I'm writing to the forum from the same computer.... maybe ...
Nothing, just the put returns empty. I don't have a proxy, and also the function hostNameToAddress(theURL) works just fine returning the IP's, so I don't think it's a dns problem.
Bangkok, let me see what can I find, since I'm writing to the forum from the same computer.... maybe ...
- Thu Nov 20, 2014 6:19 pm
- Forum: Internet
- Topic: Problem using GET, LOAD and PUT with URL in Windows 7
- Replies: 16
- Views: 17722
Re: Problem using GET, LOAD and PUT with URL in Windows 7
Hi newtronsols,
updated code:
on mouseUp
local theURL
local theWebPageContent
local theError
put the text of field "miURL" into theURL
get URL (theURL)
put it into theWebPageContent
put the result into theError
if theError is empty then
set the text of field "Contenido" to ...
updated code:
on mouseUp
local theURL
local theWebPageContent
local theError
put the text of field "miURL" into theURL
get URL (theURL)
put it into theWebPageContent
put the result into theError
if theError is empty then
set the text of field "Contenido" to ...
- Thu Nov 20, 2014 5:48 pm
- Forum: Internet
- Topic: Problem using GET, LOAD and PUT with URL in Windows 7
- Replies: 16
- Views: 17722
Re: Problem using GET, LOAD and PUT with URL in Windows 7
Also tried running as Administrator and with compatibility mode for winXP and Vista.... nothing works 
- Thu Nov 20, 2014 5:03 pm
- Forum: Internet
- Topic: Problem using GET, LOAD and PUT with URL in Windows 7
- Replies: 16
- Views: 17722
Re: Problem using GET, LOAD and PUT with URL in Windows 7
This is a screen capture of the code with the url.
- Thu Nov 20, 2014 4:54 pm
- Forum: Internet
- Topic: Problem using GET, LOAD and PUT with URL in Windows 7
- Replies: 16
- Views: 17722
Re: Problem using GET, LOAD and PUT with URL in Windows 7
Hi FourthWorld,
Not that I'm aware, using the code:
on mouseUp
put "http with google url [dot] com" into theURL
get URL (theURL)
put it into theWebPageContent
put the result into theError
if theError is empty then
set the text of field "Contenido" to theWebPageContent
else
set the text of ...
Not that I'm aware, using the code:
on mouseUp
put "http with google url [dot] com" into theURL
get URL (theURL)
put it into theWebPageContent
put the result into theError
if theError is empty then
set the text of field "Contenido" to theWebPageContent
else
set the text of ...
- Thu Nov 20, 2014 3:28 pm
- Forum: Internet
- Topic: Problem using GET, LOAD and PUT with URL in Windows 7
- Replies: 16
- Views: 17722
Re: Problem using GET, LOAD and PUT with URL in Windows 7
Hi Simon,
Thanks!!!
The forum don't let me put the whole URL because of permission
I'm using googles site, starting from http all the way to [dot]com
and for the second part starting from www to [dot]com
without double quotes or anything else.
I'm thinking is more of a system issue than code ...
Thanks!!!
The forum don't let me put the whole URL because of permission
I'm using googles site, starting from http all the way to [dot]com
and for the second part starting from www to [dot]com
without double quotes or anything else.
I'm thinking is more of a system issue than code ...
- Wed Nov 19, 2014 3:53 pm
- Forum: Internet
- Topic: Problem using GET, LOAD and PUT with URL in Windows 7
- Replies: 16
- Views: 17722
Problem using GET, LOAD and PUT with URL in Windows 7
Hi everybody!
I'm having trouble using get (or load) to load a URL and put the results in a container.
Using this code:
on mouseUp
put the text of field "miURL" Into theURL
get URL (theURL)
put it into theWebPageContent
put the result into theError
if theError is empty then
set the text of ...
I'm having trouble using get (or load) to load a URL and put the results in a container.
Using this code:
on mouseUp
put the text of field "miURL" Into theURL
get URL (theURL)
put it into theWebPageContent
put the result into theError
if theError is empty then
set the text of ...