Re: Change Opacity of Image

2009-08-06 Thread Pavel Dudrenov
Look into NSImage and NSCompositingOperation. On Thu, Aug 6, 2009 at 10:17 AM, Pierce Freeman wrote: > Hi Everyone: > > I am looking for an easy way to fade into one photo from another photo. In > other words, from the middle "point", you can see both of the photos on top > of each other to com

Re: [iPhone] Webview stringByEvaluatingJavaScriptFromString

2009-08-06 Thread Pavel Dudrenov
I dunno about that. Ether give the element an id and use getElementById, or use getElementsByName(theName)[0]. On Thu, Aug 6, 2009 at 8:20 AM, Development wrote: > It's always the smallest mistake that can frustrate a person no end. > Several people caught what I did not. getElementByName was wha

Re: [iPhone] Webview stringByEvaluatingJavaScriptFromString

2009-08-05 Thread Pavel Dudrenov
getElementsByName, as the name applies, returns a collection. On Wed, Aug 5, 2009 at 12:08 PM, Development wrote: > > I'm trying to get a value for a specific variable to tell if a transaction > is complete on iphone. In the didFinishLoading delegate method I have placed > this code: > > NSString