Search results for

smb big sur

11,740 results found

Post

Replies

Boosts

Views

Activity

Reply to Programmatically draw NSImage into NSView
Is the host calling you at the time when it wants you to draw into the view? Do you know if it's calling you from within the view's -drawRect: method?That's usually how/when a custom view draws. It can be marked as needing display and then Cocoa, at a time it deems appropriate, calls the view's -drawRect: method. Before doing this, Cocoa will have set up the thread's implicit current drawing context to draw into the view with the appopriate coordinate system, etc. (It has called -lockFocus on the view.) At that point you just issue Cocoa or Core Graphics drawing operations and they draw to the view.So, if your host has called you inside of the view's -drawRect: method, you can just do: [pImage drawAtPoint:NSMakePoint(whateverX, whateverY) fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1];You can use different parameters than what I wrote or use one of the other drawing methods on NSImage to achieve different effects.If the host is calling you inside -drawRect:, then you definitely should not set
Topic: UI Frameworks SubTopic: AppKit Tags:
Jul ’15
Reply to How to write to an FTP?
I've moved your post over to Core OS > Networking because the big issue you face here isn't the language but the frameworks.Firstly, don't use FTP. FTP is very ugly protocol with many serious issues, but the real kicker is its total lack of security. This makes it unsuitable for use on the modern Internet IMO, especially for uploads where you have to worry about the fact that it transmits user credentials (user name and password) in the clear!I generally recommend that folks use HTTP (better yet, HTTPS) for file uploads.If you insist on sticking with FTP, the framework support is rather limited. Specifically, CFNetwork supports a CFFTPStream 'class' that allows you to download, upload, list a directory (modulo FTP's foibles), and create a directory. The best place to start with CFFTPStream the SimpleFTPSample sample code.If you need features beyond what's provided by CFFTPStream, you will have to either write or acquire your own FTP library.Be aware that we've formally deprecated CFFTPStream in th
Jul ’15
Exercise went from pessimistic (1.1) to very optimistic in 2.0
I'm seeing a VERY big change with my exercise minutes (green circle). Note, I am not actually starting any workouts, all of my activity is being passively picked up by the watch. To give you a typical example, on watchOS 1, I might get seven minutes of implied activity by walking around. With 2.0, yesterday alone was 35 minutes, the day before was 40 minutes, and after this morning's grueling workout of walking through a parking lot to drop off my daugther, I've got 8 minutes logged. Not saying it's good or bad, this may be the result of some tweaking, as I felt version 1 was too strict about which minutes it would count. I suspect it will swing back the other way as it gets tuned a bit. Anyone else seeing this?
2
0
432
Jul ’15
Reply to How do I let my Mac app access the Terminal through App Sandboxing?
I'm still kinda confused by the big picture here but, hey, I can at least answer this:now it can't save a connection. How would I give Sandboxing access to the Documents folder?There's no way to do this directly. Your sandbox setup can request access to some special folders (like Music) but the Documents directory is not one one of them. The only way to get access to directories like this is to prompt the user for it. You can then use a security-scoped bookmark to remember that access.So, for example, the first time the user tries to save a connection you might put up the save panel asking them to choose a save location and, from then on, you can continue to save in that location.Share and Enjoy — Quinn The Eskimo! Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Topic: Privacy & Security SubTopic: General Tags:
Jul ’15
Download IOS 9 BETA 3
Bonjour,J’essayer de télécharger IOS 9 BETA 3 depuis jeudi mais en vain,…J’ai suivi les procédures et ai essayé de diverses manières mais en vain,…Premièrement, comme indiqué, j’ai enregistré mes deux appareils IOS qui serviront aux tests et au développement sous « DEVICES ».Je vois les deux appareils dans la liste,…Via Safari pour Windows, pour Mac, pour IOS,…Via Internet Explorer et Chrome,…Je me connecte à l’espace développeur,…Je tente de télécharger le fichier IOS 9 BETA 3,…Sous Windows,… J’ai le fichier et il se trouve dans mon ordinateur mais lorsque je suis la procédure indiquée à savoir l’ouvrir via iTunes puis cliquer sur Restaurer l’iPhone,…Il revient toujours et toujours sous IOS 8.4,…J’ai tenté de mettre le fichier sur DROPOBOX pour tenter de l’ouvrir via un appareil IOS mais en vain,…Sous Mac j’ai le même problème que sous Windows,…J’avais lu que l’on pouvait le faire en mode OTA mais ça ne fonctionne pas non plus,…Auriez-vous de l’aide ?Ai-je loupé des étapes ?Merci de m’aider
4
0
278
Jul ’15
Reply to Download IOS 9 BETA 3
Ne pas ouvrir le fichier avec iTunes.Connectez votre iPhone à l'ordinateur et lancez iTunes (peut-être il se lance lui-même).Si vous êtes sous Windows, maintenez la touche Maj enfoncée pendant que vous cliquez sur «Restaurer».Si vous êtes sous OS X, maintenez la touche Alt / Option enfoncée et cliquez sur «Restaurer».Ensuite, trouver le fichier.
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
Reply to Complication image assets
I'm finding this very confusing and buggy. Xcode seems to want you to use the Complication Asset Catalog folder (it creates them in new projects) and wants very specific sizes for the images. It produces build warnings if these sizes are not used:Circular: 32x32px for 38mm and 36x36px for 42mmModuar: 52x52px for 38mm and 58x58px for 42mmUtilitarian: 40x40px for 38mm and 44x44px for 42mmFirstly, I find it odd that you need to use the Complication/ prefix when specifying the name for each image. That's never been the case for asset catalogs in the past.The documentation lists specific sizes for the various different complication templates and apart from circular small simple image and modular small simple image the sizes don't match what Xcode wants. The images I provide are not being scaled down in some cases, and are being scaled vertically but not horizontally in other cases.The Big Nerd Ranch blog post on complications implies you can just use normal asset class logic to load images (no prefixes, n
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
Reply to iPad 2 in Bootloop
Thanks Tom for your Answer.Yes I have restored it about iTunes on the version 8.4.I think this iPad has by the movement of big data a memory mistake.The bad one is, I have an AppleCare Protection plan, but he has already run off and now I have by iOS 9 broken iPad 2 which is still very well-preserved and was always used in a protective covering what ends in nothing has brought. I will probably buy myself nobody new iPad after this action.Greeting Martin
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
Reply to Correct way to sign an embedded app bundle in Xcode 7?
Well, I've made no progress on this. In the What to Sign section of the Code Signing Guide, it states:If your application consists of a big UI part with one or more little helper tools that try to present a single face to the user, you can make them indistinguishable to code signing by giving them all the exact same code signing identifier. (You can do that by making sure that they all have the same CFBundleIdentifier value in their Info.plist, or by using the -i option in the codesign command, to assign the same identifier.)However, in the man page for the codesign tool, the description for the -i/--identifier option says It is a very bad idea to sign different programs with the same identifier (emphasis theirs).Ignoring the codesign man page, I set up the two embedded helper apps to be signed with my Developer ID: * and added the --identifier com.qrecall.client so both embedded apps will be signed with the same identifier as the parent app bundle.Yet, the ValidateEmbeddedBinary build step still spi
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
Reply to Background uploads with NSURLSession
Do you recommend me to use NSURLSessionUploadTask or another class?NSURLSessionUploadTaskWhat do I have to do to continue all these uploads in background?What do I have to do to continue all these uploads when app is not running?Dump all the uploads into an NSURLSession background session.For all of the first 3 points, do you recommend me to wrap NSURLSession objects in NSOperation ones in order to use an NSOperationQueue? Or iOS would use its own internal queue to properly handle NSURLSession objects?That's hard to say. In general I'm a big fan of NSOperation but it's a tricky fit for NSURLSession background sessions because of the way that the background session interacts with your app's lifecycle. Specifically, a common sequence is this:your app starts a bunch of background transfersthe user moves it into the backgroundthe system suspends your appthe transfers continue in the backgroundthe system terminates your appthe transfers continue in the backgroundthe transfers completethe system relaunches
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
CloudKit Error: 'Request contains more than the maximum number of items in a single request (400)' when saving a big batch of records.
I'm getting this error of request contains more than the maximum number of items in a single request (400) when trying to save a batch of records (Mainly Route Locations) using CloudKit CKModifyRecordsOperation. If I save only a few 100 records then it works just fine. Is there a batch size/array limitation when saving reords in cloudkit?
1
0
916
Jul ’15
CIUnsharpRadius crashes on big InputRadius values
Hi all,I use CoreImage and CIUnsharpMask filter to create clarity effect.The problem I'm facing is that CIContext's createCGIImage method crashes on big InputRadius values.For example, if I apply input radius of 300 to image with size 1100x1100 everything works fine but if I apply the same radius to panoramic picture taken on iPhone, it crashes.Apple's documentation doesn't specify a range of valid values for inputRadius and it just says that its default value is 2.50: https://developer.apple.com/library/mac/documentation/GraphicsImaging/Reference/CoreImageFilterReference/index.html#//apple_ref/doc/filter/ci/CIUnsharpMaskDoes it mean I have to find values for input radius by trial and error or is there more information about this problem somewhere?Thanks in advance!
0
0
255
Jul ’15
Reply to language entry using Trackpad Handwriting
Just as a quick add on, in the search results for OS X IME source codeon Google, the first two or three results look promising. In particular, I assume the IPA Palette v2.2.1 project looks like it would hit all of the big technical issues concerning trying to display custom characters.I'd paste the links directly, but the new forum software seems to be set to delay posts containing external links until they can be checked by a human moderator.
Jul ’15
TestFlight reviews, knock it off apple.
For the love of god, knock it off with this submission/review cycle for beta testing. You already put us through cruel and unusual punishment for the big show. Let us test our software in peace. It's already a miracle if I get an external tester signed up. 50/50 chance the email invitation is even sent. Just because I change the version number I have to push a beta through a review, how about taking those resources and have them start working on the 12 day app store review cycle?
3
0
344
Jul ’15