On Dec 7, 2006, at 2:55 PM, Dennis Birch wrote:
I didn't notice that because I was working in R3. The frequent crashes in R4 get to be too frustrating after a while. But I've tested it in R4, and that doesn't work either. I noticed that URLPath precedes what ShellPath produces with "localhost". I don't know if that's specifically the problem, but I can clearly see that the HTMLViewer does not seem to like the URLPath string.
I'm a bit surprised that it doesn't work. Our language reference's search feature uses URLPath to build the HTML on the fly. The only known issue that I fixed with it for r2 or r3 was that it used the wrong encoding on Japanese Windows :) On Mac OS X, we ask the OS to create the URL for us through some CoreFoundation calls. On other OSes, we piece it together manually, but it's always worked for us in our language reference.
So, any other suggestions on characters to manually decode?
I'm not really sure. If you open the file in Safari, what URL does it show? It might help to work from that direction.
HTH, Jon -- Jonathan Johnson [EMAIL PROTECTED] REAL Software, Inc. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
