lingo-l gotoNetPage() not reliable

2006-04-28 Thread Ross Clutterbuck
Hi List Another issue related to my previous mammoth message is that gotoNetPage() isn't reliable. Once in a blue moon the code will run successfully but no browser window will actually open. Any ideas as to what can cause this? Is there a more reliable way of opening a browser window

Re: lingo-l getNetText() not working, but it is, but it isn't any more

2006-04-28 Thread Valentin Schmidt
-- start to load XML from the web xmlFile = http//www.bulldogbroadband.com/xml/dataset.xml hi ross, propably this just happened when pasting into the email, but just in case, in both urls in your sample scripts the : were missing (after http). valentin [To remove yourself from this

Re: lingo-l getNetText() not working, but it is, but it isn't any more

2006-04-28 Thread Valentin Schmidt
propably this just happened when pasting into the email, but just in case, in both urls in your sample scripts the : were missing (after http). when opening those (fixed) URLs with MU Xtra and my little HTTP Sniffer (http://dasdeck.de/staff/valentin/lingo/http_class/http_class_v1.1.zip;

RE: lingo-l getNetText() not working, but it is, but it isn't any more

2006-04-28 Thread Laurent Brigaut
Hi, Did you try to access the txt file from IE. If it works, you should try INM's SecureNet Xtra (If IE works, you have 99% chances SecureNet will work). Kind regard, -- Laurent Brigaut -- Director of Operations -- Integration New Media, Inc. (INM) -- www.INM.com -- +1 514 871 1333 ext. 236

Re: lingo-l getNetText() not working, but it is, but it isn't any more

2006-04-28 Thread Ross Clutterbuck
Hi Valentin I've just noticed that all the colons were missing - thought I'd replaced them after the various case statements but I guess I missed a few. Thanks for the info on the Redline I/O Processor and it's certainly a point of interest, but how would that explain everything only

Re: lingo-l getNetText() not working, but it is, but it isn't any more

2006-04-28 Thread Valentin Schmidt
of interest, but how would that explain everything only breaking in my office when it works perfectly well in the computer shop over the road? sorry, I missed that part about happening only on a certain computer. so, does it work on that machine if you use MU xtra instead (e.g. by opening the

Re: lingo-l getNetText() not working, but it is, but it isn't any more

2006-04-28 Thread Mathieu Sénidre
Hey Ross, I just did a very quick test and I don't get an error here Here is the (quick and dirty) code I used in case it helps -- property netID property pDone on beginSprite me pDone = FALSE end on exitFrame me if not pDone then netID = getNetText(http://www.themmen.co.uk/test.txt;)

Re: lingo-l getNetText() not working, but it is, but it isn't any more

2006-04-28 Thread Mathieu Sénidre
Sorry, forget that one : my french brain missed the main point of your problem... Selon Mathieu Sénidre [EMAIL PROTECTED]: Hey Ross, I just did a very quick test and I don't get an error here Here is the (quick and dirty) code I used in case it helps -- Mathieu Sénidre MatseMedia

Re: lingo-l getNetText() not working, but it is, but it isn't any more

2006-04-28 Thread Alex da Franca
there is nothing wrong with using getnettext and nettextresult to load an xml file, but just to be sure: you know about the parseURL method of the xml parser xtra ? [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to

Re: lingo-l getNetText() not working, but it is, but it isn't any more

2006-04-28 Thread Ross Clutterbuck
Mathieu: Your French brain is working perfectly well, dear sir! What you've done is indeed part of the problem. Thanks all for your input. So far I have determined the followinf because everything as of now is OK again. These problems have arrisen only since we moved all of our web

Re: lingo-l getNetText() not working, but it is, but it isn't any more

2006-04-28 Thread Cole Tierney
At 2:24 PM +0200 4/28/06, Valentin Schmidt wrote: when opening those (fixed) URLs with MU Xtra and my little HTTP Sniffer (http://dasdeck.de/staff/valentin/lingo/http_class/http_class_v1.1.zip; really a handy tool :-)... Yes it is! Nice work Valentin. -- Cole [To remove yourself from this

Re: lingo-l getNetText() not working, but it is, but it isn't any more

2006-04-28 Thread Ross Clutterbuck
Hi Alex I do know about parseURL with the XML Parser - to be honest I forget now why I went with getNetText() but there was a reason ;) Thanks to all for the input. Ross ___ 24 FIFA World Cup tickets to be won with

Re: lingo-l gotoNetPage() not reliable

2006-04-28 Thread Ross Clutterbuck
Thanks to all who's responded to my getNetText issue. Any takers on why my gotoNetPage() is unreliable? TIA Ross Send instant messages to your online friends http://uk.messenger.yahoo.com [To remove yourself from this list, or to change to digest mode, go to