Dear All,
In MAC OS 10.6.8, I use NSTableView with CALayer enabled.
Everything OK. However, sometime, all NSTableView in my application doesn't
show data. I can click on the row but I cannot see it.
Please help me how to fix it.
Thanks you very much.
Best regards,
__
On Jul 14, 2013, at 4:19 PM, Michael Crawford wrote:
> gestures are hard to roll yourself
Hmm, I am not rolling my own … I drag them to the view in IB and them make
outlets and actions.
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Pleas
On 15/07/2013, at 2:59 AM, Kyle Sluder wrote:
> This sounds like the correct approach to me. Grab the file extension, call
> UTTypeCreatePreferredIdentifierForTag to convert it to a UTI, then call
> UTTypeConformsTo (or -[NSWorkspace type:conformsToType:]) to determine if the
> type confirms t
I don't have the answer to your question, however I will point out
that gestures are hard to roll yourself because of "Switch Bounce".
That is, with my own two finger gesture, the number of finger contacts
is reported as 2,1,1,2,1,1,2,2,2,2,1,1,2 and so on. When just one
finger contact is reporte
Having just submitted my fist iPad app I am moving on to enhancements via
Gestures.
In making a sample app to get a handle on gestures I added Tap, Pinch and
Rotate to a View.
Tap - works
Pinch - works
Rotate - calls Pinch … now I can understand this since pinch is two fingers
down as is rot
When it's the only information you have about the file, it's the best you can
do.
Would be neat if there were a “UTI override” file attribute key, though.
--Kyle Sluder
(Sent from the road)
On Jul 14, 2013, at 12:39 PM, Mike Abdullah wrote:
>
> On 14 Jul 2013, at 17:59, Kyle Sluder wrote:
>
On 14 Jul 2013, at 17:59, Kyle Sluder wrote:
> On Jul 14, 2013, at 9:33 AM, Mike Abdullah wrote:
>
>>
>> On 14 Jul 2013, at 08:40, Shane Stanley wrote:
>>
>>> On 14/07/2013, at 1:30 PM, Lee Ann Rucker wrote:
>>>
Haven't tried it, but [NSWorkspace isFilePackageAtPath:] looks like what
I will be out of the office Fri. July 12
___
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/Update
On Jul 14, 2013, at 9:33 AM, Mike Abdullah wrote:
>
> On 14 Jul 2013, at 08:40, Shane Stanley wrote:
>
>> On 14/07/2013, at 1:30 PM, Lee Ann Rucker wrote:
>>
>>> Haven't tried it, but [NSWorkspace isFilePackageAtPath:] looks like what
>>> you want. If that's not sufficient, there are other
On 14 Jul 2013, at 08:40, Shane Stanley wrote:
> On 14/07/2013, at 1:30 PM, Lee Ann Rucker wrote:
>
>> Haven't tried it, but [NSWorkspace isFilePackageAtPath:] looks like what you
>> want. If that's not sufficient, there are other things in NSWorkspace that
>> test files.
>
> The problem, t
Hi,
on and for OS 10.6.8 I am developing a single threaded Core Data (classical)
music database.
The model consists of eight (to-many, to-one and inversely) interlinked
entities around a central "recording" entity. I am using independent managed
object contexts for viewing and editing data (a
On 14/07/2013, at 1:30 PM, Lee Ann Rucker wrote:
> Haven't tried it, but [NSWorkspace isFilePackageAtPath:] looks like what you
> want. If that's not sufficient, there are other things in NSWorkspace that
> test files.
The problem, though, is that a file wrapper doesn't have a path.
--
Shan
12 matches
Mail list logo