No sound through speaker

2015-04-17 Thread Ron Wagner
not working in one app, or have any ideas of why sound would not play through the speaker? Thanks Ron Wagner ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the

Re: No sound through speaker

2015-04-19 Thread Ron Wagner
> From: Uli Kusterer > > > On 17 Apr 2015, at 22:32, Ron Wagner wrote: >> I asked the users if they might have had the mute switch in the muted >> position, and they state it was not in the mute position, and cycling the >> mute switch on and off had no affect

UIWebView not updating picker when picking dynamically populated select items

2011-10-05 Thread Ron Wagner
I have an app with a UIWebView. The contents of the UIWebView contains two html items. When the first select item is changed, javascript on that item populates the second time according to the selection of the first item. The problem I am experiencing is that when tapping on the first

Re: UIWebView not updating picker when picking dynamically populated select items

2011-10-05 Thread Ron Wagner
On Oct 5, 2011, at 3:28 PM, Conrad Shultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 10/5/11 12:04 PM, Ron Wagner wrote: >> I have an app with a UIWebView. The contents of the UIWebView >> contains two html items. When the first select item is &

acceptsFirstMouse with NSTableView

2008-09-01 Thread Ron Wagner
o get it to change behavior. Still takes once click to activate the window and a second click to select the clicked on cell. What is the trick to getting this to work? I've googled for the answer and found a few other people asking, but no ans

Re: acceptsFirstMouse with NSTableView

2008-09-02 Thread Ron Wagner
On Sep 2, 2008, at 11:45 AM, Corbin Dunn wrote: On Sep 1, 2008, at 8:41 PM, Ron Wagner wrote: I am trying to get an NSTableView to change it's selection when clicking on one if it's cells when it's window is not active. I have subclassed NSTableView, overridden accepts