Re: NSXMLParser - howto resolve entities defined in DTD

2009-06-01 Thread Dominik Pich
t to know about the declares (which are in the DTD. which should be loaded. no?) > http://developer.apple.com/documentation/Cocoa/Conceptual/XMLParsing/Articles/ValidatingXML.html#/ /apple_ref/doc/uid/20002269-BBCFBAHB On 01.06.2009, at 17:16, Keary Suska wrote: On May 31, 2009, at 4:31

NSXMLParser - howto resolve entities defined in DTD

2009-05-31 Thread Dominik Pich
foundInternalEntityDeclarationWithName:(NSString *)name value: (NSString *)value; Still, shouldnt NSXMLParser do entity substitution for me? somehow... :) In any case, I have no clue as to how to proceed Dominik Pich http://www.pich.info ___ Cocoa-dev

Re: NSURLRequest : Unable to Quit App after Syn call to Server.

2008-05-17 Thread Dominik Pich
// --- // 4) Convert Synchronous Data into Human-Readable String (Unicode 8) format: NSString *serverDataString = [[[NSString alloc] initWithData:serverData encoding:NSUTF8StringEncoding] retain]; This is an extra retain. [[soapResponse layoutManager

mask nsimage

2008-04-25 Thread Dominik Pich
Hi, for hours I thought on this without coming to a working solution. I have an NSImage I need to draw (correctly scaled) in a pecifc drawRect. (got that of course) Now whenever I draw it I want to mask it so it appears beveled, rounded and (to make it harder) kinda '3d-isch' --> see an IPho

Re: Cant get Garbage Collection to work

2008-03-28 Thread Dominik Pich
"); >else >NSLog(@"GC off"); >and according to that GC is off.. On Mar 28, 2008, at 5:25 PM, Quincey Morris wrote: On Mar 28, 2008, at 04:15, Dominik Pich wrote: First then I set the GCC Flag: Garbage Collection _required_: -fobj- gc-only I coded my co

Re: setMenuVisible

2008-03-28 Thread Dominik Pich
use the presentation mode ... setSystemUIMode( int ) or the like... On Mar 28, 2008, at 1:05 PM, Uli Kusterer wrote: On 27.03.2008, at 08:24, Wesley Smith wrote: I'm trying to make an NSWindow that takes up the entire screen including the menu bar but is not actually a fullscreen window. I kno

Cant get Garbage Collection to work

2008-03-28 Thread Dominik Pich
Hi, I started a simple xcode project and wanted to play with GC but cant get it to work. First then I set the GCC Flag: Garbage Collection _required_: -fobj-gc- only I coded my cocoa document based application as if there were GC... no retain/release and no dealloc.. I started and bigid

Re: Web Core Service and SSL problem

2008-03-20 Thread Dominik Pich
Is the WebServicesCore framework gives provision to use the self assigned certificates or expired certificates just like Security framework? Is there any way to disable validation of the certificates?Or is there any other solution available? To my knowledge not without dropping down to CFNetw

Re: NSStream SSL Help

2008-03-05 Thread Dominik Pich
sorry no idea..I dropped down to CFStream. - Original Message - From: "Eric Scharff" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 05, 2008 9:24 PM Subject: NSStream SSL Help var YAHOO = {'Shortcuts' : {}}; YAHOO.Shortcuts.hasSensitiveText = false; YAHOO.Shortcuts.sensitivityType =