Re: How to avoid text distortion

2009-11-19 Thread padmakumar
Hi Dave, I think my case is some thing related with anti-aliased text. Because as per your suggestion I made a screen shot and saved In my Mac Book. I have transfered the saved png image to my Windows PC to post in llist. But interestingly the screen shot when viewed in Windows don't have that

How to avoid text distortion

2009-11-23 Thread padmakumar
2009, at 3:23 PM, padmakumar wrote: One more point is that I am using Xcode 3.2 in Snow Leopard (Version 10.6.2) and in System Preference -> Appearence -> "Use LCD font smoothing when available" option is disabled , again font and text are displayed perfectly ie with out a

Need font anti aliasing techniques

2010-01-03 Thread padmakumar
What are all the ways we can programmatically make anti aliasing techniques for texts displayed in NSTextField. regards PK ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list.

Select NSTextField mouse event

2010-02-03 Thread padmakumar
In my Cocoa based application, I am having a user editable NSTextField. I need to know when the user selects the NSTextField using mouse. I tried the delegate method controlTextDidChange, but the problem is user need to enter an character to get this delegate invoked. My requirement was when ever

need to find exact WiFi encryption method

2009-11-19 Thread Padmakumar T V
Hi, I have used "securityMode" method in CWNetwork class of CoreWLAN framework to find the encryption used in the current Airport WiFi connection. I am getting return value kCWSecurityModeWPA_PSK. My problem is I have 2 WiFi network, 1) WPA - PSK - TKIP 2) WPA - PSK - AES But the Mac "securityMo

How to change TCP / IP settings using Cocoa

2009-11-19 Thread Padmakumar T V
Hi, I need to know the current TCP / IP configuration setting "Configure IPv4" of current WiFi connection and change this settings from "Using DHCP" to "Manually" and configure IP settings like IPaddress and subnet using Cocoa API. If some body can share some inputs on this, I will be a great

How to avoid text distortion

2009-11-19 Thread Padmakumar T V
Hi, I have created an Application using Wizard like design with the help of NSView. But all the text displayed in each page, even all labels also gets distorted. Like the all the font edges are not sharp and font edges are seen to be dsitorted. regards, Pappan