Re: C++ linkage errors in XCode

2010-12-08 Thread Vijayakumar_Thota
Thanks Andreas. When I have changed the file extension to .mm, those errors are resolved. Regards, Vijay kumar thota On 12/8/10 6:14 PM, "Andreas Grosam" wrote: On Dec 8, 2010, at 1:25 PM, Vijayakumar_Thota wrote: > Dear List, > > Facing the below issue in compiling th

C++ linkage errors in XCode

2010-12-08 Thread Vijayakumar_Thota
Dear List, Facing the below issue in compiling the project: I am developing an application, which is using the third party library. The third party library is an Objective-C++ code. When I try to compile my code, its giving the following errors: "iostream: No such file or directory string: No

Not able to export the data from Dtrace custom Instruments

2010-09-02 Thread Vijayakumar_Thota
Dear list, I am facing an issue with instruments tool in exporting the data using a Dtrace custom instrument. I have created the new instrument with the probe of type 'Objective-C' and one of my class. When I start record, it will record all the functions/methods with respect to the use-case, w

Performance issue

2010-08-26 Thread Vijayakumar_Thota
Dear list, I am working on the performance issues of an application. I am facing a difficulty in finding out how many times a method is called in different contexts. Suppose there is a method called 'setItem'. I need the report which tells something like the method 'setItem' is called 12 times

Re: Draw String/text in circular path.

2010-08-22 Thread Vijayakumar_Thota
om/mailman/options/cocoa-dev/vijayakumar_thota%40mahindrasatyam.com This email sent to vijayakumar_th...@mahindrasatyam.com Mahindra Satyam powered IT for the 2010 FIFA World Cup(TM). To learn more, visit: www.mahindrasatyam.com/fifa/index.asp DISCLAIMER:

[iPhone] Handling of Web URLs in UI Automation

2010-08-02 Thread Vijayakumar_Thota
Dear List, I have been working on the iPhone UI Automation tool which is introduced in iPhone OS 4.0. There is no much documentation provided on how the web urls need to be loaded and how to get the response in the javascript file using UIA API. I have gone through UIAWebView, UIAElement, and U

Changing the token color in NSTokenField

2010-07-21 Thread Vijayakumar_Thota
Dear list, I am facing an issue in changing the first token field color in the NSTokenField, which is getting populated from an array. The token field should allow editing, drag & drop. If the user selected any token and drag&drop at the first place, the dropped token field background color sho

Resizing of NSTokenField

2010-07-20 Thread Vijayakumar_Thota
Dear List, Facing an issue in resizing of NSTokenField, while adding the tokens not by typing (Adding from the search list). The tokens from the beginning of second line(End of first line) are getting clipped. While adding the tokens manually (by typing) , the NSTokenField is getting resized p