Hello,
I have made a software to download a file from the http server.
Connection to the server require authentication. I use standard
NSURLDownload
and delegate method didReceiveAuthenticationChallenge to authenticate.
On Leopard it works just fine. On Tiger it present authentication error.
2008/8/22, Bill Bumgarner <[EMAIL PROTECTED]>:
>
> On Aug 22, 2008, at 1:00 AM, Vladimir Sokolov wrote:
>
>> Hello All,
>>
>> I am working on a command line tool. I use
>> NSArray *params = [[NSProcessInfo processInfo] arguments]
>> to get a l
Hello All,
I am working on a command line tool. I use
NSArray *params = [[NSProcessInfo processInfo] arguments]
to get a list of command line parameters.
Then I use
NSString *param1 = [params objectAtIndex:1];
to get it.
But when I pass for example >...myapplication test$test
param1 got "testes
28.03.2008, в 23:40, Milen Dzhumerov написал(а):Hi Milen,
Great! It works. Thanks a lot!
Regards,
Vladimir
On 28 Mar 2008, at 22:34, Vladimir Sokolov wrote:
Hi All.
How can I make fixed width of the left pane in the NSSplitView?
I want to make it as in iTunes. When user resize a window
Hi All.
How can I make fixed width of the left pane in the NSSplitView?
I want to make it as in iTunes. When user resize a window only right
pane should change width.
Thanks!
- Vladimir
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Pleas