From: Schollnick, B. <Ben...@us...> - 2004-06-22 17:34:30
|
> >* HTMLWindow requires a .html file to be passed to it? When > I attempted to > > use a string, it pops up a dialog window reporting > that's a invalid > > file... > > If you want to use a string passed in, you MUST have the very first > character be a "<" > > Pythoncard's HTMLWindow class checks the first char, and if > it's not a "<" > it assumes it's a file name and uses that instead. [ Hmmm - I > think this > will maybe change some day :-] I didn't see that in the Docs... I'll have to double check, maybe I missed this... But.... I just fixed it, and it is indeed working.... - Benjamin |