Re: possible bug in webView big and small load sizes...

2009-10-02 Thread jon
that sounds plausible, there are more than one attributes... I don't know the name of the element, just that part of the name is "nol" and that i don't want the one called "cmpb nol"... which makes it difficult, but you gave me something i can experiment with to see if i can see tha

Re: possible bug in webView big and small load sizes...

2009-10-01 Thread Stephen J. Butler
On Thu, Oct 1, 2009 at 6:17 PM, jon wrote: >        DOMDocument *myDOMDocument = [[offScreeneBayWebView mainFrame] > DOMDocument]; >        DOMNodeList *allTableNodes = [myDOMDocument > getElementsByTagName:@"table"]; >        NSUInteger thelength1 = [allTableNodes length]; > >        DOMNode *nod

possible bug in webView big and small load sizes...

2009-10-01 Thread jon
I did an experiment, where i had a small window with a small webView in it... and then a large window with a large webView in it, in the same XIB file... small was like 200 pxs and the large one was nearly as large as the screen. (actually i had the same window, and ran a loop, wh