Hi All,
I'm using a static lib that is compiled for intel 32/64 bit only. I've removed
all my ppc options from Valid Architectures, but when I'm trying to build a
Release version I still get the following error: 'missing required
architecture ppc in file' for the static libs I'm using. How can
Thanks for the reply,
I see now what I did wrong, I changed the architectures for the project, not
the target.
Regards,
Marcel
On 30 mrt 2010, at 22:57, David Duncan wrote:
> On Mar 30, 2010, at 1:54 PM, Marcel Borsten wrote:
>
>> I'm using a static lib that is compiled fo
I've created a simple splitview. When the view is in portrait the tableview
resides in a popover. In the popover view the navigationbar has a black color
behind it (see image)
<>
Another popover that hold the same type of tableview does display normal:
<>
Anybody know what is going on here?
Thank you for your response, that did the trick.
> I was working on something similar. I ended up setting userInteractionEnabled
> to false on the MPMoviePlayerController. The GR will then get the events
> properly.
>-logan
>
> On Jul 14, 2010, at 7:57 AM, MB wrote:
>
>> I would like to
Could you give a bit more information on how you solved this. I'm
trying to do something similar, but I can't get it to work.
Hm ...I had to bind it to a NSCollectionItemView subclass that
routes to the AppController.
cheers
--
Torsten
On Apr 7, 2008, at 18:04, Torsten Curdt wrote:
Hm ...
I'm using a NSProgressIndicator in my interface, but it shows some
strange edges around it when it is visible. The progress indicator is
superimposed over a background picture (which is loaded by a the view
as background). What am I doing wrong here?
<>
Regards / Met vriendelijke groet,
Mike Abdullah wrote:
Are you making the progress indicator a subview of the picture? If
not, that would explain your screenshot.
On 4 Sep 2008, at 13:29, Marcel Borsten wrote:
I'm using a NSProgressIndicator in my interface, but it shows some
strange edges around it when it is visible. Th
I don't think this is in any way documented and can break at any
time, but after looking around for a while I found this method:
@interface NSURLRequest (NSHTTPURLRequest)
+ (BOOL)allowsAnyHTTPSCertificateForHost:(id)fp8;
+ (void)setAllowsAnyHTTPSCertificate:(BOOL)fp8 forHost:(id)fp12;
@end