Re: scriptability of button in interface?

2010-05-21 Thread Dan Ribe
Hi All, I am working on to make my cocoa application scriptable. I want to automate the testing of my application and for that I want all the actions which user can performs manually to be scriptable. Like apple script should be able to open a dialog, type something in the text box (or any other

Re: Utility/Floating window with titlebar on left side

2010-05-06 Thread Dan Ribe
Hello Everyone, I am porting my application from carbon to cocoa need exact functionality. In Carbon I was using Side Title with the utility window. Is there any way to do the same thing in cocoa now? I am not able to see Side Title anywhere in the interface builder. Already tried

Leopard for development / testing.

2009-12-09 Thread Dan Ribe
Hi All, I want to get a copy of Leopard for development/testing purpose. Can anyone please let me know. - Is there anyway to download it from apple's site ? - Does apple provides Leopard copy for Development/Testing for free or I have to pay for that ? - If apple provides free copy of Leopard

Re: Leopard for development / testing.

2009-12-09 Thread Dan Ribe
, at 12:37 PM, Dan Ribe wrote: Hi All, I want to get a copy of Leopard for development/testing purpose. Can anyone please let me know. - Is there anyway to download it from apple's site ? - Does apple provides Leopard copy for Development/Testing for free or I have to pay

[iPhone] How to sense the duration of touch on iPhone button.

2009-09-10 Thread Dan Ribe
Hi All, I am trying to implement a phone pad for my application. For key with title '0' I want the same behavior as the iPhone phone application : 1. If user touches, it should immediately display a 0. 2. If user holds down the button for some time, it should display a '+' (I mean 0 should

[iPhone] : How to customize Phonepad ?

2009-09-08 Thread Dan Ribe
Hi All, I am looking for a way to customize the Phonepad provided by the iPhone for my application use. Here is the list I am interested in : ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

[iPhone] : How to customize Phonepad ?

2009-09-08 Thread Dan Ribe
Sorry for my last mail ... It got sent while I was typing ! Hi All, I am looking for a way to customize the Phonepad provided by the iPhone for my application use. Here is the list I am interested in : - Want to show it at the middle of the screen. - Want to change caption of the button to Call.

Re: comparing Strings.

2008-10-06 Thread Dan Ribe
Not aware of any such custom implementation of the strcmp() functions But here is something which you can try : Take the words from the first strings search them in the second. If all words exists in the same order (compare the index to determine the order), then you can say that these are

Using WSDL based stubs in the carbon/cocoa application.

2008-04-04 Thread Dan Ribe
Hello Everyone, I am new to Web Services need some help on it. I am in process of porting my client application to Mac. For communication with server, client is using SOAP with WSDL (Web services Description language). To generate stubs on Mac I am using WSMakeStubs (command line tool from