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
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
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.
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
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
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
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