copiesOnScroll behavior of NSClipView in OSX 10.10

2015-08-11 Thread Arun Bharti
it and have turned it off. But I still need to keep that copiesOnScroll behavior. Any help is appreciated Is there a way to redraw only the newly exposed portions of its document while scrolling in OXS10.10? Please help me. Thanks for any guidance. Regards Arun Bharti

Re: Localization not working based on region with en-US, en-UK and en lproj

2013-02-03 Thread Arun
://lists.apple.com/mailman/options/cocoa-dev/arun.ka%40gmail.com This email sent to arun...@gmail.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa

Re: Localization not working based on region with en-US, en-UK and en lproj

2013-02-03 Thread Arun
the localizations available in the application's main bundle. In this case, the top entry in AppleLanguages is en, so that is the localization that will be used. Douglas Davidson On Feb 3, 2013, at 6:56 AM, Arun arun...@gmail.com wrote: Yes i am launching the the application between changes

Canadian French localization

2013-02-02 Thread Arun
What is the folder name for making the app on Mac to support Canadian French localization? fr_CA is not working ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the

Localization not working based on region with en-US, en-UK and en lproj

2013-02-02 Thread Arun
set as Window title. Am i missing anything? Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help

Re: Canadian French localization

2013-02-02 Thread Arun
Even that does not work either. On Sat, Feb 2, 2013 at 7:46 PM, Keith Duncan ke...@33software.com wrote: On 2 Feb 2013, at 10:39, Arun arun...@gmail.com wrote: What is the folder name for making the app on Mac to support Canadian French localization? fr_CA is not working Try using fr-CA

Re: Localization not working based on region with en-US, en-UK and en lproj

2013-02-02 Thread Arun
Yes. I used underscores. The project directories are also correctly named On Feb 2, 2013 10:44 PM, Kyle Sluder k...@ksluder.com wrote: On Feb 2, 2013, at 7:25 AM, Arun arun...@gmail.com wrote: Hi All I have a sample cocoa application which i am trying to localize in 3 flavors. 1. en

Re: Localization not working based on region with en-US, en-UK and en lproj

2013-02-02 Thread Arun
) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/arun.ka%40gmail.com This email sent to arun...@gmail.com

Prompting for reboot programatically

2012-05-30 Thread Arun
Hi All Any one has a idea of how we can launch the prompt for Mac reboot from a Cocoa / Obj-C code? Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

Xcode 4.0 Application builds

2011-03-30 Thread Arun
it perfectly installs at /Library/Application Support. Any thing i am missing or doing wrong in Xcode 4.0? Thanks in advance Arun ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list

Re: unloading an launch agent with in the same process

2011-02-22 Thread Arun
Make sure it is launched only once. This can be set as a value in the launch agent plist. -Arun On Tue, Feb 22, 2011 at 4:36 PM, Rajendran P rasu_1...@yahoo.com wrote: Hi All , I have a ui based application which is launched by launch agent .The user is provided with an option

Code sign verification in Leopard

2010-08-17 Thread Arun
Hi All, I am using Mac OS X 10.5.8 and xcode v3.1. I have created a Self Code signing identity using Keychain Access application. The name of the Code signing identity is arun. Using this identity i have signed a binary using the below command. codesign -s arun -r=designated = anchor trusted -f

Re: [iPhone] File coping application

2010-04-28 Thread Arun
Hi, I was thinking of an application that can mount the iPhone as a drive with read/write access. Using this app i would have had an file system interface which is inline with finder and makes easy to use the device. Thanks Arun KA On Mon, Apr 26, 2010 at 10:30 PM, Mark Ritchie mark.ritc

[iPhone] File coping application

2010-04-26 Thread Arun
Hi All Is it possible to copy files form iPhone on to a Mac when iPhone is connected to USB? If so how can we achieve this? Thanks Arun ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

Setting a subclass of NSButtonCell in code

2010-04-15 Thread Arun
Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http

Re: Application crashes with no calls tracing back to my code

2010-03-30 Thread Arun
I fixed the crash. I had to use GuardMalloc. Thanks all for the suggestions. -Arun On Sat, Mar 27, 2010 at 5:40 PM, Ken Thomases k...@codeweavers.com wrote: On Mar 27, 2010, at 7:00 AM, Ken Thomases wrote: On Mar 27, 2010, at 6:29 AM, Arun wrote: My application is crashing sometimes

McAfee Internet Security for Mac

2010-03-29 Thread Arun
liked SiteAdvisor and Anti-virus. Sorry in advance if you consider this as a spam. Thanks Arun ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa

Application crashes with no calls tracing back to my code

2010-03-27 Thread Arun
libSystem.B.dylib 0x908866f5 _pthread_start + 321 8 libSystem.B.dylib 0x908865b2 thread_start + 34 Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator

Main thread crash

2010-03-23 Thread Arun
com.apple.AppKit 0x94dadcdb -[NSApplication run] + 795 12 com.apple.AppKit 0x94d7af14 NSApplicationMain + 574 13 com.yourcompany.Vi2 0x2949 main + 53 (main.mm:64) 14 com.yourcompany.Vi2 0x288e start + 54 Thanks Arun KA

Re: Main thread crash

2010-03-23 Thread Arun
How does NSZombies help in resolving the crash? Can anyone explain please. -Arun On Tue, Mar 23, 2010 at 7:10 PM, Scott Ribe scott_r...@killerbytes.comwrote: You've either over-released something that the timer refers to, so that it's not there when the timer fires. Or you have left

Re: WebView refresh problem

2010-03-09 Thread Arun
. The problem is when the application is launched, if i click on the Apple icon(in top most left corner), when different HTML pages are loaded by background thread, the in the webview HTML pages overlap. I need to avoid the overlappping. Any ideas? Thanks Arun KA On Tue, Mar 9, 2010 at 6:09 PM

WebView refresh problem

2010-03-09 Thread Arun
, if i click on apple icon or the Application menu items in the Apple menu bar, when the background thread loads a different HTML page, instead of webview refresh, the new HTML is getting over lapped on the previous HTML page. How can the overlapping be avoided? Thanks Arun KA

what is the difference between open /Applications/TextEdit.app and /Applications/TextEdit.app/Contents/MacOS/TextEdit

2010-03-08 Thread Arun
to my cocoa app. So is there only one way (type 2) to pass command line arguments to cocoa app in Leopard Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

Re: Removing quit button from dock menu

2010-02-24 Thread Arun
I think what Yogin is looking for is something like what Finder has. The finder doc menu does not has the Quit option in it. Well i wish i could have given the solution if i were to know how finder has did it. Unfortunately i am Novice in cocoa..!!! -Arun On Wed, Feb 24, 2010 at 6:32 PM, Andy

Re: What is the equivalent of SetSystemUIMode() in Leopard and above?

2010-01-26 Thread Arun
I wanted to use SetSystemUIMode() to hide the dock item and menu of my application. Do you know how can we achieve using the same? On Wed, Jan 27, 2010 at 2:04 AM, Sean McBride s...@rogue-research.comwrote: On 1/25/10 5:17 PM, Arun said: Are there any cocoa equivalent API's

What is the equivalent of SetSystemUIMode() in Leopard and above?

2010-01-25 Thread Arun
Hi All Are there any cocoa equivalent API's for SetSystemUIMode() available in Leopard 10.5 and above? I want to hide dock and menu item at run time in my application. Thanks Arun ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do

How to hide dock item and application menu?

2010-01-25 Thread Arun
the option to user to hide/unhide dock and menu item. Any ideas? Thanks Arun ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins

Allow only root/admin users to execute the cocoa app

2010-01-24 Thread Arun
Hi All, I want to allow my cocoa app to be only launched by root/admin users. How can i achieve this? Thanks Arun ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

My Cocoa App is crashing randomly.

2010-01-19 Thread Arun
0x94d7af14 NSApplicationMain + 574 18 com.yourcompany.MyApp0x2492 start + 54 Does any one has idea why this can be happening? I am unable to get to the root cause as it is happening very rarely. Thanks Arun ___ Cocoa-dev mailing list

launching application after reboot

2009-12-17 Thread Arun
Hi All, Is it possible to launch an application after restart which has posted an Apple Notification to restart the Mac. Thanks Arun ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

launching login items in root context

2009-12-17 Thread Arun
Hi All, Is it possible to launch login items in root context? Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins

launching Application from terminal

2009-12-16 Thread Arun
and still make the Application window as key window? I have tried making my sample application window as key window in applicationDidFinishLaunching delegate but still failed. Also the reason i am launching from Terminal is because i need to pass command line parameters to My app Thanks Arun

NSProgress Indicator

2009-12-11 Thread Arun
Hi All, The standard progress indicator in IB comes with Blue color fill. Is it possible to change the color to green? Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

Suspend the execution of background thread on modal window launch

2009-12-10 Thread Arun
Hi All, I have an application in which i perform several activities in background. In the UI, if the user presses cancel, i will open a modal window which prompts for confirmation of cancel/resume. At this point of time i need to suspend all my background thread. Is it possible? Thanks Arun KA

NSDatePicker updates its values on changing System's time zone

2009-11-26 Thread Arun
Hi All, In my application i use a NSDatePicker with stepper to display hours and minutes. When i change the Timezone of the system in System Preferences, the value in the Date Picker changes. How can we prevent change of value in the Date picker when system time zone changes? Thanks Arun KA

How to dispaly an empty Progress indicator?

2009-11-11 Thread Arun
Hi All, Is it possible to display an empty progress bar as shown in the attached picture? Thanks Arun attachment: Picture 1.png___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list

How to increase the height of NSTableView Header

2009-10-29 Thread Arun
Hi All, Does any one know how can we increase the Height of the NSTableView Header? In the IB, the height is fixed and non-editable. Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator

Positioning NSWindow center to Application main window?

2009-10-14 Thread Arun
Hi In my application, i launch a window on a click of button. Is it possible to position the launched window to become exactly center to the Main application window? If so how can i achieve this. Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev

Disabling clicking on links in webview

2009-10-13 Thread Arun
Hi All, I have an application where i use webview to display links to websites. I need to know is there any way in which we can disable the clicking on the links in the webview or is it possible to disable actions on complete webview? Thanks Arun KA

NSSecureTextField - changing the default bullets to ****

2009-10-06 Thread Arun
Hi All, I am using NSSecureTextField for entering the password. Is there any way by which i can make the SecureTextCell to display instead of default solid circle bullets? Thanks Arun ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please

clicks in webview

2009-09-23 Thread Arun
Hi all, I'm wondering if there is a way to make a links in WebView to open with the system's default browser? Thanks. Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list

Multiline label allignment issue.

2009-09-23 Thread Arun
way in which while displaying 1 liner, i can position the starting of the label at the center of the label? Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list

Re: Multiline label allignment issue.

2009-09-23 Thread Arun
understanding of Square button? -Arun On Wed, Sep 23, 2009 at 9:01 PM, Graham Cox graham@bigpond.com wrote: On 24/09/2009, at 1:23 AM, Arun wrote: Is there any way in which while displaying 1 liner, i can position the starting of the label at the center of the label? Not out of the box

Displaying Strings in custom formats

2009-09-22 Thread Arun
Hi All, I have a set of lines and needs to display in following format. *This is the list which has a* - the string quality - the another quality - the another quality Now this will explain *some meaning* text in a paragraph with a link

Displaying Strings in custom formats

2009-09-22 Thread Arun
cutsor did not appear. Also it has a drawback that i can't configure the colour of link in RTF. Is there any better approch? Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

RTF in MultilineTextField

2009-09-22 Thread Arun
this? Thanks Arun KA code.tar.gz Description: GNU Zip compressed data ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins

Re: Tab view customization

2009-09-11 Thread Arun
Control for Tiger? Thanks Arun KA On Wed, Sep 9, 2009 at 1:24 PM, Graham Cox graham@bigpond.com wrote: On 09/09/2009, at 5:46 PM, Arun wrote: How can we customize the NSTabView looks to look like a NSSegmentedControl? Any idea or sample code? You can't customise the tab view that way

NSSegmentedControl with square edges

2009-09-11 Thread Arun
Hi All, Does anybody know how to create an NSSegmentedControl with squared edges ? If anyone has sample code please share.. I know if i use leopard SDK, by just changing a style in the IB we can achieve this. But since my app needs to support on tiger, i need this. Thanks Arun KA

How can we draw a horizontal line with embossing effect?

2009-09-10 Thread Arun
Hi All How can we draw a horizontal line with embossing effect? The attached picture describes more clearly. Thanks Arun KA attachment: Picture 2.png___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator

Tab view customization

2009-09-09 Thread Arun
Hi All, How can we customize the NSTabView looks to look like a NSSegmentedControl? Any idea or sample code? Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list

Customizing too-tip style

2009-09-01 Thread Arun
can we achieve this? Thanks Arun ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your

Snow leopard build number

2009-08-28 Thread Arun
Hi All, Can anyone share the released build number od Snow leopard? Thanks Arun ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins

Help viewer problem in Tiger Mac OS X

2009-08-26 Thread Arun
why this behavior in tiger is? Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe

How to find active user in the cocoa

2009-08-10 Thread Arun
Hi All, Is there any way in cocoa to find who is active user if multiple users have logged in. Thanks Arun ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

Re: Search Item in the Application menu missing in Other languages

2009-07-27 Thread Arun
item disappears. Is there any way in which we can get the Search menu item under Help Menu in all the languages? Thanks Arun KA On Sat, Jul 25, 2009 at 4:33 AM, Peter Ammon pam...@apple.com wrote: On Jul 24, 2009, at 11:22 AM, Arun wrote: Hi All, I have a cocoa application which

Search Item in the Application menu missing in Other languages

2009-07-24 Thread Arun
. But if the language is changed to french, German or Japanese and application is launched, the same Search item under Help menu is missing. Is there anything that is missing or not configured in my application for which my application is behaving like this? Thanks Arun

NSOutlineView selection disable

2009-06-25 Thread Arun
Hi All, I have an application in which i use NSOutlineView Control. I need to disable selection of items in the outlineview when the mouse is down and select only on mouse up like in iTunes. Any ideas? Thanks Arun ___ Cocoa-dev mailing list (Cocoa-dev

How to disable selection on Mouse down for NSOutlineView?

2009-06-23 Thread Arun
Hi All, I have an application in which i use NSOutlineView Control. I need to disable selection of leaf nodes when the mouse is down and select onlt on mouse up. How can i do this? Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com

Arranging NSStrings in a Table column

2009-06-17 Thread Arun
| | jdhfhd | - Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

API for fetching the computer name in cocoa

2009-06-11 Thread Arun
Hi All, Is there any API in cocoa which can be used to fetch computer name which is getting displayed in Finder? Thanks Arun ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list

Table column sorting for ImageAndTextCell

2009-06-09 Thread Arun
Hi I have an application in which i have binded table column to display a custom cell which consists of ImageAndText. I need to implement sorting on the table column based on Text in the custom cell. Any idea on how we can achieve this? Thanks Arun

NSOpenPanel : Resolving the file paths for symbolic links

2009-06-08 Thread Arun
/Desktop from the OpenPanel. Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe

Table column sorting for ImageAndTextCell in a table column

2009-06-06 Thread Arun
for the the first time, the contents gets sorted in assending order. If i click on the table column again, the order does not change. How can i reverse the sorting of the contents on the second click. Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev

Snow leopard cocoa application with setgid launching problem

2009-06-05 Thread Arun
Hi All, I have an cocoa application in which the binari has setgid bit set. This when launched in Leopard works fine. If i launch the same application in Snow Leopard, the application asks for admin authentication. Any reason why this is behaving in Snow leopard? Thanks Arun

Table column resizing overlaps the text with other column contents

2009-05-29 Thread Arun
, then the contents automatically gets truncated with (...) appearing in the end. But if i re-size the first column, the contents of the first column overlaps with the second. How to truncate the contents of the ImageAndTextCell? Thanks Arun KA ___ Cocoa-dev mailing

Localizing absolute file name in Cocoa

2009-05-22 Thread Arun
are not useful me. Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your

Re: Localizing absolute file name in Cocoa

2009-05-22 Thread Arun
a localized string for Complete absolute path /Users/user/temp.txt On Fri, May 22, 2009 at 8:39 PM, Michael Ash michael@gmail.com wrote: On Fri, May 22, 2009 at 9:07 AM, Arun arun...@gmail.com wrote: Hi All, I have absolute file path in a NSString. Now before displaying this in the UI i

NSToolBar : Unable to add a seperator item in the toolBar

2009-05-19 Thread Arun
]; } - (NSArray *) toolbarDefaultItemIdentifiers: (NSToolbar *) toolbar { return [NSArray arrayWithObjects:searchIdentifier, NSToolbarSeparatorItemIdentifier, Button1ItemIdentifier, Button2ItemIdentifier, nil]; } Thanks Arun KA

Re: NSOpenPanel listing .app's and Mac OS X executables

2009-05-15 Thread Arun
Hi.. If i use type: [NSArray arrayWithObjects:@public.executable,@app,nil], i am able to select unix-executables and .app's in Leopard. But if i try the same thing in tiger, it is not allowing me to select unix-executable files. Is there any special option that i need to pass ? Thanks Arun KA

Re: NSOpenPanel listing .app's and Mac OS X executables

2009-05-15 Thread Arun
ok.. what is the option in Tiger? any suggestions? -Arun On Fri, May 15, 2009 at 9:04 PM, Corbin Dunn corb...@apple.com wrote: On May 15, 2009, at 4:52 AM, Arun wrote: Hi.. If i use type: [NSArray arrayWithObjects:@public.executable,@app,nil], i am able to select unix-executables

Check box with differwnt backgrouns colours

2009-05-14 Thread Arun
Hi All, Is it possible to fill up check-box with different background colours? If yes how can we achieve this? Thanks Arun ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list

Re: Check box with differwnt backgrouns colours

2009-05-14 Thread Arun
Hi, I had a look at the code ... with the method suggested, user may not be able to click on the chec-box itself. Thanks Arun On Fri, May 15, 2009 at 10:48 AM, Graham Cox graham@bigpond.com wrote: On 15/05/2009, at 3:15 AM, Arun wrote: Hi All, Is it possible to fill up check-box

Displaying Application name

2009-05-13 Thread Arun
Hi How can i get application name like we see in finder from a .app directory? Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa

Re: Tri-state Check box

2009-05-08 Thread Arun
In my app, the check box is in the table column and i have binded the value of table column to a BOOL variable of my model class. In this case how do i set the Mixed State to a particulat item in the table column. Thanks Arun On Fri, May 8, 2009 at 1:05 AM, Eric Gorr mail...@ericgorr.net wrote

Tri-state Check box

2009-05-07 Thread Arun
can represent more than 2 states in check box. But My requirement is that, i should be able to represent more than two state bu when user changes the state, it should be either enable/disable and never to select modified state. Is it possible to achieve this in check box? Any idea? Thanks Arun KA

Binding question

2009-04-28 Thread Arun
. Any ideas? Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your

How to set tags for ComboBox cell items?

2009-04-25 Thread Arun
comparision as the application is muti-lingual. Thanks Arun ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help

Multiple cell in a table column

2009-04-25 Thread Arun
Hi All, Is it possible to have multiple Cells in a single table column? I need to have NSTextFiledCell and NSPopUpButtonCell in a single table column. Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

Editable PopUpButtons

2009-04-25 Thread Arun
Hi Is the any control which is similar to NSPopUpButtonCell but still editable? Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa

Binding Image and Text into a NSTextFieldCell

2009-04-24 Thread Arun
Hi All, How can we place Image and text in a NSTextField cell. I searched in the net and found sample codes for table columns with Image and text. Does any one know how to bind Image and Text into a NSTextFieldCell? Thanks Arun KA ___ Cocoa-dev

Re: NSOpenPanel listing .app's and Mac OS X executables

2009-04-23 Thread Arun
or is there any correct identifier that i need to use? -Arun On Thu, Apr 23, 2009 at 3:36 AM, Kyle Sluder kyle.slu...@gmail.com wrote: On Wed, Apr 22, 2009 at 5:59 PM, Dave Keck davek...@gmail.com wrote: - (void)setAllowedFileTypes:(NSArray *)types Note that on Leopard this method takes an array

NSOpenPanel listing .app's and Mac OS X executables

2009-04-22 Thread Arun
Hi, Is there any way when a NSOpenPanel is launched, only .app's and Mac OS X executables are allowed to select and gray out all the other file types? Thanks Arun ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

How to find whether the file directory is a valid Mac OS X App?

2009-04-08 Thread Arun
Hi All How to find whether the file / directory is a valid Mac OS X App? Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev

Check box to indicate more than 2 states

2009-04-07 Thread Arun
Hi All, I am using check box control in my application to show Enable/Disable status. Is it possible to use the same control to show more that 2 states. Like Enable/Disable/Modified. Any idea? Thanks Arun ___ Cocoa-dev mailing list (Cocoa-dev

How to reduce the height of Indefinite progress bar ?

2009-03-12 Thread Arun
Hi How can we reduce the height of the Indefinite progress bar control. I know it comes with two sizes, one Thin and thick, But if i need to reduce the size to other than this, is there any way? Thanks Arun ___ Cocoa-dev mailing list (Cocoa-dev

NSTableView table contets Deletion problem

2009-02-14 Thread Arun
editing the text cells and delete only characters in the text cells. Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins

How to find whether the file exists on Hard disk or othe mounted devices?

2009-01-30 Thread Arun
Hi All How to find whether the file exists on Hard disk or othe mounted devices? -Arun ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev

NSTextField and NSTextCell problem

2008-12-16 Thread Arun
idea? Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription

NSOutline resizing of rows

2008-12-15 Thread Arun
Hi How can we resize the row height for Items in the NSOuline view so that the we can make a clear distincton between the groups? -Arun ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

Re: NSOutline resizing of rows

2008-12-15 Thread Arun
Hi, Thanks for the sugussion..it worked for me. Is there any way in which we can add an empty row at the end of each group? -Arun On Mon, Dec 15, 2008 at 11:10 PM, Corbin Dunn corb...@apple.com wrote: - (CGFloat)outlineView:(NSOutlineView *)outlineView heightOfRowByItem:(id)item

NSOutline : NSTableViewSelectionHighlightStyleSourceList

2008-12-15 Thread Arun
Hi, I noticed that NSTableViewSelectionHighlightStyleSourceList will only work in Leopard onwards. What is the equivalent in tiger? -Arun ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

How to enable horizontal resizing of the NSOutline view with a minimum width?

2008-12-11 Thread Arun
Hi How to enable horizontal resizing of the NSOutline view with a minimum width? any idea? Thanks -Arun ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

Blunt edges to Window

2008-12-11 Thread Arun
Hi, How to create a blunt corned window edges? Is there any control which will provide the same? any idea? -Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

Re: Blunt edges to Window

2008-12-11 Thread Arun
installations documentation. Cheers, Volker Am 11.12.2008 um 18:41 schrieb Arun: Hi, How to create a blunt corned window edges? Is there any control which will provide the same? any idea? -Arun KA ___ Cocoa-dev mailing list (Cocoa-dev

Re: Blunt edges to Window

2008-12-11 Thread Arun
Hi.. Went through the documentation and could not find ant API... Any idea about the name of the API? -Arun On Thu, Dec 11, 2008 at 11:56 PM, Stéphane Sudre ssu...@intego.com wrote: On Dec 11, 2008, at 7:12 PM, Arun wrote: The example i have in my mind is Finder, iTunes etc. These have

NSOutlineView problem with Text cells.

2008-12-10 Thread Arun
as if they were moved up. This also happens in the NSTableView. Is there any way in which i can allign the text to the center of the cells so that the text exactly reside in the center and leaves equal spaces w.r.t the text cell height. Thanks Arun KA

How to launch window of the application on clicking of dock icon?

2008-12-09 Thread Arun
is by quitting the app and launching it again. Is there any way in which upon clicking on the dock, the application window becomes visible. Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator

Re: How to launch window of the application on clicking of dock icon?

2008-12-09 Thread Arun
occupied with My App's menu bar. If noe i click on the dock icon, the window will not come up. I need the window to come up. -Arun KA On Wed, Dec 10, 2008 at 12:21 AM, Raleigh Ledet [EMAIL PROTECTED] wrote: This depends on your application. A document based application will automatically

How to disable the transparency in dropdown sheets?

2008-12-07 Thread Arun
Hi I am displaying a window using [NSApp beginsheet] to display data to users in My App. By default the drop down sheet is transparent. How to disable transparency in the sheet? Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com

NSOutline view contents getting grayed

2008-12-06 Thread Arun
i had chosen is becoming light gray colour. Is there any way in which i can still retain blue colour in the selected otline view content? Thanks Arun KA ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests

  1   2   >