Re: Apple Developer Update

2013-07-24 Thread Kyle Sluder
On Wed, Jul 24, 2013, at 09:21 PM, Jens Alfke wrote: > How many of you who are complaining have a strong grasp of security > engineering practices and digital forensics, or have worked on upgrading > huge customer-facing online systems? Following that line of thought, how many of you actually thin

Re: Apple Developer Update

2013-07-24 Thread Jens Alfke
On Jul 24, 2013, at 7:25 PM, Gavin Eadie wrote: > PS: ".. overhaul our developer systems, update our server software, and > rebuild our entire database" .. most people here have no idea what that > entails .. enterprises of Apple's size usually set a multi-year timeframe for > work like that,

Re: WebView & Silverlight

2013-07-24 Thread Folami Nguyen
Dear Alfke, 2013/7/25 Jens Alfke > > On Jul 24, 2013, at 6:04 PM, Folami Nguyen wrote: > > My problem is in MAC OS X but iOS. > > > I can’t tell from that sentence whether you mean OS X or iOS. > Silverlight is a browser plugin (like Flash), so it’s not supported on iOS. > > —Jens > Sorry for

Re: WebView & Silverlight

2013-07-24 Thread Jens Alfke
On Jul 24, 2013, at 6:04 PM, Folami Nguyen wrote: > My problem is in MAC OS X but iOS. I can’t tell from that sentence whether you mean OS X or iOS. Silverlight is a browser plugin (like Flash), so it’s not supported on iOS. —Jens ___ Cocoa-dev mail

Apple Developer Update

2013-07-24 Thread Gavin Eadie
http://devimages.apple.com/maintenance/ > Apple Developer Update > > We apologize for the significant inconvenience caused by our developer > website downtime. We’ve been working around the clock to overhaul our > developer systems, update our server software, and rebuild our entire > database

Re: dev site down time is ridiculous

2013-07-24 Thread Alex Zavatone
On Jul 24, 2013, at 9:26 PM, Matthew Wallis wrote: > > It's not a matter of a backup, it's a matter of security, the backup would be > just as compromised. There's no point in rushing if they just had to pull the > site down again because they didn't actually fix the problem. > > Security tak

Re: dev site down time is ridiculous

2013-07-24 Thread Lee Ann Rucker
It's the Winchester Mystery Website! (props to anyone who knows which t-shirt I'm talking about) On Jul 24, 2013, at 6:46 PM, dangerwillrobinsondan...@gmail.com wrote: > > > On 2013/07/25, at 10:24, Roland King wrote: > >> Well the problem isn't BCP it's security, any backup site would have

Re: dev site down time is ridiculous

2013-07-24 Thread dangerwillrobinsondanger
On 2013/07/25, at 10:24, Roland King wrote: > Well the problem isn't BCP it's security, any backup site would have the same > issue. > > I'm a little surprised, given the login is still active, bug reporter is > working etc that we don't even have a working triage site with a few bits of >

Re: dev site down time is ridiculous

2013-07-24 Thread Matthew Wallis
It's not a matter of a backup, it's a matter of security, the backup would be just as compromised. There's no point in rushing if they just had to pull the site down again because they didn't actually fix the problem. Security takes time, and it's time so few are willing to dedicate and so we g

Re: dev site down time is ridiculous

2013-07-24 Thread Roland King
Well the problem isn't BCP it's security, any backup site would have the same issue. I'm a little surprised, given the login is still active, bug reporter is working etc that we don't even have a working triage site with a few bits of functionality like provisioning and asset downloads up, per

Re: dev site down time is ridiculous

2013-07-24 Thread Folami Nguyen
Dear All, It also make me crazy. I want to add a new devices to my provisioning but I can not. A big company as Apple, why don't they have a BCP or at least a backup site for it. 2013/7/25 Bob Sabiston > Man what is going on with Apple? With their dev site down for almost a > week now, and the

Fwd: WebView & Silverlight

2013-07-24 Thread Folami Nguyen
2013/7/25 Alex Zavatone > I'm not sure if your application is for Mac OS, or iOS, but from the iOS > side I've never seen any doc mentioning if a UIWebView would support > SilverLight at all. > > With a good part of the dev site still recovering from last Thursday's > event, here is one doc that

Re: NSTextView's MarkedText

2013-07-24 Thread Gordon Apple
You may be onto something. When I checked the docs for this, I said ³no², then looked at the notification description, which indicates that this is only called once when selection activity ceases. I¹ll give it a try and report back. On 7/24/13 5:08 PM, "Quincey Morris" wrote: > On Jul 24, 2013

Re: NSTextView's MarkedText

2013-07-24 Thread dangerwillrobinsondanger
On 2013/07/25, at 2:22, Fritz Anderson wrote: > On 24 Jul 2013, at 11:46 AM, Uli Kusterer > wrote: > Marked text in Cocoa is mainly used by input methods. Primarily with languages that have more glyphs than you would have on a keyboard and input is done in a form t

Re: NSTextView's MarkedText

2013-07-24 Thread Kyle Sluder
On Wed, Jul 24, 2013, at 04:58 PM, Gordon Apple wrote: > mouseUp never gets called. Never hits breakpoint on first line. That¹s > what > I don¹t understand. Crap, I meant -mouseDown:, which is what I suggested in my first message. --Kyle Sluder ___ C

Re: NSTextView's MarkedText

2013-07-24 Thread Gordon Apple
mouseUp never gets called. Never hits breakpoint on first line. That¹s what I don¹t understand. This is a floating textView over a text draw object. There is an overlay view in front, which is inert, except for rare conditions. I checked to make sure it was not intercepting it. After all, selec

Re: NSTextView's MarkedText

2013-07-24 Thread Quincey Morris
On Jul 24, 2013, at 14:53 , Gordon Apple wrote: > I need the mouseUp (selection ended) Why not use the delegate method for detecting a selection change (textViewDidChangeSelection) and, using state you save when a pen swipe starts, change the attributes on the new selection if the selection ch

Re: NSTextView's MarkedText

2013-07-24 Thread Kyle Sluder
On Wed, Jul 24, 2013, at 02:53 PM, Gordon Apple wrote: > That link seems to have fallen victim to the outage. > > I have added a background setting for selected text. I suppose I could > do > that here, but that would defeat what I am trying to do, which is to be > able > to paint the text backgr

Re: NSTextView's MarkedText

2013-07-24 Thread Gordon Apple
That link seems to have fallen victim to the outage. I have added a background setting for selected text. I suppose I could do that here, but that would defeat what I am trying to do, which is to be able to paint the text background (possibly with a Wacom pen) in the same way one would use a high

Re: Non-sandboxed Cocoa app accessing current user preferences using NSTask fails when launched outside Xcode.

2013-07-24 Thread Robert Martin
… or give fmdb a try - https://github.com/ccgus/fmdb rob > On 2013 Jul 23, at 10:04, Public wrote: > >> If you need sqlite, your time would be better spent learning to link the >> sqlite library directly and use sqlite's C interface. ___ Cocoa-d

Re: NSTextView's MarkedText

2013-07-24 Thread Kyle Sluder
On Wed, Jul 24, 2013, at 12:47 PM, Gordon Apple wrote: > I have now added my own custom attribute, similar to markedText, and it > seems to work as intended. However, I have run into a new problem. I > need > to know when selection if finished, but for some reason, my subclass of > NSTextView can

Re: NSTextView's MarkedText

2013-07-24 Thread Gordon Apple
I have now added my own custom attribute, similar to markedText, and it seems to work as intended. However, I have run into a new problem. I need to know when selection if finished, but for some reason, my subclass of NSTextView can not intercept mouseUp. The plan was at that point to change my

Re: view based NSTable View - button not firing

2013-07-24 Thread Kyle Sluder
On Jul 24, 2013, at 6:13 AM, Keary Suska wrote: > On Jul 23, 2013, at 11:14 PM, Kyle Sluder wrote: > > Other than having the objectValue support built-in, what would be the > particular value of using an NSTableCellView? The docs are ambivalent about > which approach to use... The docs for NS

Re: dev site down time is ridiculous

2013-07-24 Thread Todd Heberlein
On Jul 24, 2013, at 10:17 AM, Bob Sabiston wrote: > OK I don't want to get in some flame war with people that are going to attack > me and say Apple is in the right. I am just surprised it's taking so long > for one of the biggest companies in the world to get this site back up. This > is n

Re: dev site down time is ridiculous

2013-07-24 Thread Gary L. Wade
If you'd like to help get the site back up and running, feel free to go to http://jobs.apple.com/ and do a search for positions related to Information Systems and Technology. It appears this little emergency pushed the need to revamp their IS&T systems to practically the same priority as an OS rel

Re: dev site down time is ridiculous

2013-07-24 Thread Alex Zavatone
Oddly, I think that the devbugs is not affected. https://bugreport.apple.com/cgi-bin/WebObjects/RadarWeb.woa/wa/signIn Yup. Just logged in and I can see all my bugs. On Jul 24, 2013, at 1:23 PM, Bob Sabiston wrote: > Ha ha at least you can't tell me to file a bug! > > > _

Re: dev site down time is ridiculous

2013-07-24 Thread Bob Sabiston
Oops sorry I didn't know this -- I will shut up now lest I get booted! This was just the only place I could think of that was still up and running. I feel like I am Under the Dome! > Dear Bob Sabiston, > Gavin Eadie has asked us not to further discuss the matter on the list and we > have to r

Re: WebView & Silverlight

2013-07-24 Thread Alex Zavatone
I'm not sure if your application is for Mac OS, or iOS, but from the iOS side I've never seen any doc mentioning if a UIWebView would support SilverLight at all. With a good part of the dev site still recovering from last Thursday's event, here is one doc that I could find that shows some of th

Re: dev site down time is ridiculous

2013-07-24 Thread Andrew Satori
I hear Microsoft pays for apps in their app stores On Jul 24, 2013, at 1:26 PM, Hunter Hillegas wrote: > I don’t think you’re the only one. I’m upset too and not being able to > provision stuff is really messing with my business… I’m trying to find > constructive things to do instead of c

Re: dev site down time is ridiculous

2013-07-24 Thread Michael Starke
Just my two cents, You said they didn't explain themselves. They did. Security breach. And my bet is they do want to be extra sure that none of this is going to happen any time soon because - you are a prime example - people get pissed. That's normal if you're dependent on them and I do think y

Re: dev site down time is ridiculous

2013-07-24 Thread Danny W. Pimienta
Apple has given a explanation of the sorts but I know on my end I got the email three days after it popped up on this thread. That's a long time to not say anything. It's a pain in the behind but it's not a work stoppage for me. Maybe they'll make good and extend our license a extra month. Sen

Re: dev site down time is ridiculous

2013-07-24 Thread Diederik Meijer | Ten Horses
On ZD Net: Apple hack conducted for the greater good of research By Charlie Osborne, 5 hours ago A security researcher has stepped up and shouldered the blame for taking down Apple's Dev Center --all in the name of blowing the whistle on bugs. Verstuurd vanaf mijn iPhone Op 24 jul. 2013 om 19

Re: dev site down time is ridiculous

2013-07-24 Thread Hunter Hillegas
I don’t think you’re the only one. I’m upset too and not being able to provision stuff is really messing with my business… I’m trying to find constructive things to do instead of complain about it. I can only assume that Apple realizes how big a deal it is and is working as fast as they can. On

Re: dev site down time is ridiculous

2013-07-24 Thread Bob Sabiston
Ha ha at least you can't tell me to file a bug! ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe

Re: NSTextView's MarkedText

2013-07-24 Thread Fritz Anderson
On 24 Jul 2013, at 11:46 AM, Uli Kusterer wrote: >>> Marked text in Cocoa is mainly used by input methods. Primarily with >>> languages >>> that have more glyphs than you would have on a keyboard and input is done >>> in a >>> form that is analyzed and is provided a set of conversion options. a

Re: dev site down time is ridiculous

2013-07-24 Thread Bob Sabiston
And of course I expect nothing but people to defend Apple and imply that I am f'ed up for complaining -- god forbid someone else should feel the way I do. Bring it on I don't care. Of COURSE it is completely acceptable and makes perfect sense that a week later the site is not back up! What is

Re: dev site down time is ridiculous

2013-07-24 Thread Scott Ribe
On Jul 24, 2013, at 11:07 AM, Bob Sabiston wrote: > Man what is going on with Apple? With their dev site down for almost a week > now, and they are so uncommunicative. What in the world is happening over > there. This is not like the Apple I know. I sure hope they offer a good > explanati

Re: dev site down time is ridiculous

2013-07-24 Thread Bob Sabiston
OK I don't want to get in some flame war with people that are going to attack me and say Apple is in the right. I am just surprised it's taking so long for one of the biggest companies in the world to get this site back up. This is not "soon" by any stretch of the word. On Jul 24, 2013, at 1

dev site down time is ridiculous

2013-07-24 Thread Bob Sabiston
Man what is going on with Apple? With their dev site down for almost a week now, and they are so uncommunicative. What in the world is happening over there. This is not like the Apple I know. I sure hope they offer a good explanation for what happened and why it is taking so long to fix wha

Re: NSTextView's MarkedText

2013-07-24 Thread Uli Kusterer
>> Marked text in Cocoa is mainly used by input methods. Primarily with >> languages >> that have more glyphs than you would have on a keyboard and input is done in >> a >> form that is analyzed and is provided a set of conversion options. a range of >> input text that is not yet committed is hig

Re: Non-sandboxed Cocoa app accessing current user preferences using NSTask fails when launched outside Xcode.

2013-07-24 Thread Jerry Krinock
On 2013 Jul 23, at 10:04, Public wrote: > I've googled and searched StackOverflow and they suggest I read Authorization > Services Programming Guide. Ignore that. This is more likely an NSTask issue, not an authorization issue. > My question is: if the sqlite command is to be executed using

Re: view based NSTable View - button not firing

2013-07-24 Thread Keary Suska
On Jul 23, 2013, at 11:14 PM, Kyle Sluder wrote: > On Tue, Jul 23, 2013, at 12:42 PM, Keary Suska wrote: > >> I didn't look at the attachment but is the button the "root" view for the >> cell, or is it a subview? I ask as I have encountered that even when you >> set up a table view as view-based

Re: view based NSTable View - button not firing

2013-07-24 Thread Andy Lee
This sounds familiar. I remember something wasn't working in a view-based table and I was baffled until I read somewhere that I needed to set its delegate. Usually I make a note to myself about stuff like this, but I can't find the exact link that led me to this discovery. Perhaps one of thes

Re: NSLayoutConstraint & animator proxy leads to crashes

2013-07-24 Thread Robert Vojta
Hmm, if I replace beginGrouping/endGrouping/setCompletionHandler: with [NSAnimationContext runAnimationGroup:completionHandler: it doesn't crash if I "retain" the scroll view until completion handler is called. But anyway, shouldn't NSLayoutConstraint handle this? -- Robert @ Tapmates, Inc.

NSLayoutConstraint & animator proxy leads to crashes

2013-07-24 Thread Robert Vojta
Howdy, I've got NSScrollView and NSLayoutConstraint which is defined as: _scrollViewHeightConstraint = [TMIntegralLayoutConstraint constraintWithItem:self.scrollView attribute:NSLayoutAttributeHeight

NSDraggingInfo protocol, -slideDraggedImageTo: hair-pulling woes

2013-07-24 Thread Mark Wright
Hi all, Has anyone, anywhere, ever, gotten -slideDraggedImageTo: to actually work as described in the docs or otherwise do anything at all? The docs lay it out in black and white: Slides the image to a specified location. - (void)slideDraggedImageTo:(NSPoint)aPoint Parameters aPoint A p

Re: WebView & Silverlight

2013-07-24 Thread Folami Nguyen
Dear Mr.Abdullah, 2013/7/24 Mike Abdullah > > It's possible that as a plug-in, Silverlight is sidestepping all this. If > so, you're a bit stuck. > > I also think that. Poor me. Thank you for your reply. @All other members: Are there any solution for this problem? Best regards. _

Re: WebView & Silverlight

2013-07-24 Thread Mike Abdullah
On 24 Jul 2013, at 09:46, Folami Nguyen wrote: > Dear Mr.Abdullah, > I have tried to implement many like: > webView:decidePolicyForNewWindowAction:request:newFrameName:decisionListener:

Re: WebView & Silverlight

2013-07-24 Thread Folami Nguyen
Dear Mr.Abdullah, I have tried to implement many like: webView:decidePolicyForNewWindowAction:request:newFrameName:decisionListener:

Re: WebView & Silverlight

2013-07-24 Thread Mike Abdullah
Have a look at WebUIDelegate, there's a wealth of applicable methods in there. On 24 Jul 2013, at 08:42, Folami Nguyen wrote: > I have application, I use WebView to display an silverlight page which > isnot mine. > The silverlight application has a button, when I click on it a new window > is op

Re: Constraining a mouse cursor to a rect / window

2013-07-24 Thread Ken Thomases
On Jul 23, 2013, at 8:09 PM, Jorgen Tjerno wrote: > Thanks for your responses, Seth & Ken. You're welcome. > Ken: I don't think we can use LGPL code in SDL2, as the license for v2 is > MIT. Have you measured to see if using CGAssociateMouseAndMouseCursorPosition > and CGWarpMouseCursorPosition

WebView & Silverlight

2013-07-24 Thread Folami Nguyen
I have application, I use WebView to display an silverlight page which isnot mine. The silverlight application has a button, when I click on it a new window is opened. However, if the silverlight application run on WebView, I don't know which delegate method is invoked when user click on this butto