On 19 Aug 2011, at 03:26, Nick Zitzmann wrote:
> Short version: Have any of you ever used NSCache in a GC-enabled app? If so,
> then how did you get the garbage collector to collect them?
>
> Long version: I have a framework that is used in a traditional retain-release
> app and a different GC
Hello List,
I have a question about the Mac In App Purchase. After reading the <> and also other reference document via Google, I
found this guide is mainly focus on the iOS platform, actually, no one can
tell me what’s the difference of the StoreKit.framework on Mac and iOS. My
question is about
Okay - most of the warnings are for .o files & some for .a files:
*Apple Mach-O Linker Warning*
CPU_SUBTYPE_ARM_ALL subtype is deprecated
I also see a bunch of
*Uncategorized* (doesn't contain architecture information for armv6)
Since this thing compiles are runs alright, I won't worry too much.
I've developed an application using EDMessage Frameworks which sends
emails with attached PDF to a OSX fax server (running 4-Sight FAX v
7.x). The fax server converts the attached PDF into a 1-bit tiff and
sends it to a fax number specified in the body of the email.
This email w/attachment
Due to a bug in my code, we shipped an app that unintentionally archives an
NSImage obtained from the Picture Taker. I can fix the bug alright, but I'm
wondering if I can dig myself out of the hole we're in in some way so that
users can rescue these archives.
During dearchiving, I first get a l
Hello.
When I'm using Core Data I'm sometimes in a situation where I have an
attribute than can only have a specific set of possible values. As an
example let's say that you make a bug tracker and you have an entity
called Bug. Then it's possible that you want an attribute for the
state that the b
Hi Brian,
I've normally solved this using an integer for the value and enumerate that to
stand for different states of the bug. I'm not sure if there's a clever way to
use an enum in conjunction with core data, so it may become a headache to
'remember' what each value stands for, but if you onl
On Thu, Aug 18, 2011 at 10:14 PM, Quincey Morris <
quinceymor...@rivergatesoftware.com> wrote:
> a. What version of iOS did this fail on?
>
The 4.3 simulator (running on Snow Leopard, Xcode 4.0.2).
> b. Can you assert that the receiver of the 'replace…' method is not nil?
> (If it was nil, the
On Thu, Aug 18, 2011 at 10:38 PM, Ken Thomases wrote:
> My thinking is that -replaceItemAtURL:... is a wrapper around
> exchangedata() or FSExchangeObjects(). Those functions, and the general
> operation that they perform, require that the files to be exchanged be on
> the same file system. It
Hi all,
I'm trying to use Scripting Bridge to send AppleScript to InDesign CS5.5.
I created the header file from scripting definitions... It's a huge file
- 10.2 MB.
Added it to the project.
Now the project won't compile because the InDesign header file contains
tons of duplicate declaratio
On Aug 19, 2011, at 5:46 AM, "Eric E. Dolecki" wrote:
> Okay - most of the warnings are for .o files & some for .a files:
>
> *Apple Mach-O Linker Warning*
> CPU_SUBTYPE_ARM_ALL subtype is deprecated
>
> I also see a bunch of
> *Uncategorized* (doesn't contain architecture information for armv6
Okay - I'll do that.
Checking the debug and release architectures for the Project I
see $(ARCHS_STANDARD_32_BIT) listed with Standard (armv7). Thanks for
pointing this out to me.
- Eric
On Fri, Aug 19, 2011 at 10:47 AM, Kyle Sluder wrote:
> On Aug 19, 2011, at 5:46 AM, "Eric E. Dolecki" wrot
Am 13.08.2011 um 18:41 schrieb Leo:
> For some reason, the textured controls are now transparent (e.g., Textured
> Rounded and Textured Square of NSSegmentedControl etc.)
From the AppKit Release Notes:
--
Button Appearance Changes (New since early 2011 seed)
As part of an ongoing refr
On Thu, Aug 18, 2011 at 10:14 PM, Quincey Morris
wrote:
> c. Can you show us the actual line of code that does the replacement?
Here's the original code (plus the addition of an assert on the file
manager). The property self.filePath has the path to the current
version of the file that's already
On Fri, 19 Aug 2011 15:40:55 +0200, Brian Norh said:
>One of the problems with this approach is that it doesn't work if the
>application is localized it into a different language. Then the word
>which indicates the state is stored differently depending on the
>current language. I need to save the
On Aug 19, 2011, at 5:51 AM, Kevin Muldoon wrote:
> I suspect my Content-Type needs to be specified as Content-Type:
> application/pdf rather than Content-Type: application/octet-stream; What
> methods/techniques are available in NSData to set Mime-Types and other such
> things?
None. NSData
A) Does the scrollview overlap your side view by a pixel or more?
B) What is the frame of the scrollview? Is it integral?
-raleigh
On Aug 18, 2011, at 5:23 PM, Seth Willits wrote:
>
> I have an NSTableView in a scrollview, and on Lion it's now smearing all of
> the drawing when scrolling:
> h
Alright. Makes sense. Thanks for replying everyone.
On Aug 19, 2011, at 12:47 PM, Jens Alfke wrote:
On Aug 19, 2011, at 5:51 AM, Kevin Muldoon wrote:
I suspect my Content-Type needs to be specified as Content-Type:
application/pdf rather than Content-Type: application/octet-stream;
What m
The bounds of my print view did not contain the rect returned in rectForPage.
-koko
On Aug 18, 2011, at 7:05 PM, Graham Cox wrote:
>
>
> Show your code. How are we supposed to debug something we can't even see?
>
> perhaps -rectForPage: is returning an empty rect? Perhaps you're not setting
Hello,
In a new project I am developing in Lion I display a number of items in a
standard view. Each of these items is bounded by a NSRect. I would like to be
able to click on an item, display the rectangle around it and then click on the
right, left, top or bottom of the rectangle and drag it t
Sweet. Thanks.
It turned out to be non-integral frame of the scrollview's content view. Oddly,
the scrollview itself had an integral frame, and it's the scrollview's frame
that I set to be non-integral accidentally, through my custom split view. The
non-integral numbers comes from the mouse dr
On Aug 19, 2011, at 2:40 AM, jonat...@mugginsoft.com wrote:
> I don't use NSCache but I have used instruments to effectively debug GC
> memory collection problems.
> The described rooting behaviour of NSCache sounds peculiar to me.
I just reproduced the problem in another project, so this is pr
On 8/19/11 11:00:44 AM, Andreas Mayer wrote:
Am 13.08.2011 um 18:41 schrieb Leo:
For some reason, the textured controls are now transparent (e.g., Textured
Rounded and Textured Square of NSSegmentedControl etc.)
From the AppKit Release Notes:
--
Button Appearance Changes (New since e
There's nothing built into cocoa for this. I wrote KSSelectionBorder to
implement a decent chunk of the functionality:
https://github.com/karelia/KSSelectionBorder
Sent from my iPad
On 19 Aug 2011, at 07:00 PM, Jeff Schriebman
wrote:
> Hello,
> In a new project I am developing in Lion I disp
On Aug 19, 2011, at 7:17 AM, Sixten Otto wrote:
> On Thu, Aug 18, 2011 at 10:38 PM, Ken Thomases wrote:
>
>> Those functions, and the general operation that they perform, require that
>> the files to be exchanged be on the same file system.
>
> If true, that certainly makes that method far less
Hi Guys,
I'm trying to setup a crash reporter on my Mac Application.
I tried the UKCrashReporter, but it seems to not be working here (compiling
with 10.7 target, 64 bits).
You have any recommendations on what I could use for that?
Thanks,
---
Wilker Lúcio
http://about.me/wilkerlucio/bio
Kajabi
One of my colleagues at work wrote a small test app to work on a bit of custom
UI. It's a simple app based on the View-based app stationery.
She has run into a vexing problem: on one run of the app, it works fine. On the
second, her view controller's view does not appear. The next run, all is fi
Thanks for the pointer Mike.
On Aug 19, 2011, at 1:00 PM, Mike Abdullah wrote:
> There's nothing built into cocoa for this. I wrote KSSelectionBorder to
> implement a decent chunk of the functionality:
>
> https://github.com/karelia/KSSelectionBorder
>
> On 19 Aug 2011, at 07:00 PM, Jeff Schrie
On Fri, 19 Aug 2011 17:18:14 -0300, Wilker said:
>I'm trying to setup a crash reporter on my Mac Application.
>
>I tried the UKCrashReporter, but it seems to not be working here (compiling
>with 10.7 target, 64 bits).
>
>You have any recommendations on what I could use for that?
This is working w
You never could assume mouse coordinates were always integral. Tablets for
example output non-integral mouse coordinates and have since 10.2. In Lion, hi
res mice (such as Apple's trackpads and Magic Mice) will output non-integral
mouse coordinates as well.
-raleigh
On Aug 19, 2011, at 12:14 P
On Fri, Aug 19, 2011 at 1:33 PM, Raleigh Ledet wrote:
> You never could assume mouse coordinates were always integral. Tablets for
> example output non-integral mouse coordinates and have since 10.2. In Lion,
> hi res mice (such as Apple's trackpads and Magic Mice) will output
> non-integral mo
On Aug 19, 2011, at 1:40 PM, Kyle Sluder wrote:
> On Fri, Aug 19, 2011 at 1:33 PM, Raleigh Ledet wrote:
>> You never could assume mouse coordinates were always integral. Tablets for
>> example output non-integral mouse coordinates and have since 10.2. In Lion,
>> hi res mice (such as Apple's tr
Looking through the docs for QTMovieView, it seems that not only is its only
initializer, -initWithFrame: deprecated, but according to the docs it’s not
even available past OS X 10.5. Surely there must be a way to initialize a
QTMovieView in code, right? Or is there some other class we’re suppos
On Fri, Aug 19, 2011 at 1:54 PM, Charles Srstka
wrote:
> Looking through the docs for QTMovieView, it seems that not only is its only
> initializer, -initWithFrame: deprecated, but according to the docs it’s not
> even available past OS X 10.5. Surely there must be a way to initialize a
> QTMov
On Aug 19, 2011, at 4:00 PM, Kyle Sluder wrote:
> On Fri, Aug 19, 2011 at 1:54 PM, Charles Srstka
> wrote:
>> Looking through the docs for QTMovieView, it seems that not only is its only
>> initializer, -initWithFrame: deprecated, but according to the docs it’s not
>> even available past OS X 1
On Fri, Aug 19, 2011 at 1:14 PM, Steve Christensen wrote:
> Is there any reason why you can't put the downloaded file in your app's
> private cache directory (...//Library/Caches), i.e., what gets
> returned by NSSearchPathForDirectoriesInDomains(NSCachesDirectory,
> NSUserDomainMask, YES)? That
On Aug 19, 2011, at 10:29 AM, Sixten Otto wrote:
> This morning, I replaced the code between the "*** 1" and "*** 2" with
> the following, which still failed in exactly the same way. It does get
> create a replacement directory and return it, my temp file moves into
> that directory without issue,
Here's an interesting one for ya...
My colleague had two NIB files with the same name, but one lacked all the
content of the other. Xcode 3.2.6 would alternate which was included in the
bundle on each build/run (running without building resulted in consistent
behavior).
Hence, exactly every ot
On Aug 19, 2011, at 2:19 PM, Charles Srstka wrote:
>>> Looking through the docs for QTMovieView, it seems that not only is its
>>> only initializer, -initWithFrame: deprecated, but according to the docs
>>> it’s not even available past OS X 10.5. Surely there must be a way to
>>> initialize a Q
On Fri, Aug 19, 2011 at 11:51 PM, Seth Willits wrote:
> On Aug 19, 2011, at 2:19 PM, Charles Srstka wrote:
>
Looking through the docs for QTMovieView, it seems that not only is its
only initializer, -initWithFrame: deprecated, but according to the docs
it’s not even available past
I would check 2 things:
1) Is there anything in the view controller that's maintaining a persistent
boolean state that toggles each time its awakeFromNib is called?
2) Does it do the same thing when you deploy to an actual iPad?
On Aug 19, 2011, at 3:20 PM, Rick Mann wrote:
> One of my colleagu
Actually we found the culprit. I posted the solution to the list.
On Aug 19, 2011, at 16:14 , William Squires wrote:
> I would check 2 things:
>
> 1) Is there anything in the view controller that's maintaining a persistent
> boolean state that toggles each time its awakeFromNib is called?
> 2)
I've implemented a drag-and-drop feature in a complex UITableView custom view.
Basically, you can drag from one row onto another (rather than between rows).
Now, this is complicated, but mostly works.
Now, I've implemented autoscroll for the table by putting a long press gesture
recognizer on a
On 20/08/2011, at 1:33 AM, koko wrote:
> m_rectForPage = [[NSPrintInfo sharedPrintInfo]
> imageablePageBounds];
>
> - (NSRect)rectForPage:(int)page {
>
> return m_rectForPage;
> }
This is not what -rectForPage: should be returning. Check the documentation..
--Gra
Hi all,
I am working on a REST API client, the server speaks JSON and my
client library parses them into Objective-C objects. I am trying to
find a way that I can automate the parsing process by introspecting
the class etc.
The server response contains related objects, e.g Category has Listings.
45 matches
Mail list logo