Lion: Strange issue in NSTableView

2011-11-30 Thread Appa Rao Mulpuri
Hello List,

I am observing the strange issue in NSTAbleView on Mac OS X 10.7.  NStableView 
has the support like user can select multiple rows in sequence using mouse 
drag. Same code is working fine in Snow leopard, but couldn't in Lion. I had a 
look at http://developer.apple.com/library/mac/#releasenotes/Cocoa/AppKit.html 
page for Applit NSTableView changes, which doesn't have anything specific to 
this issue included majorly Source list kind changes. Do I need to set the flag 
to get this functionality in NStableView in Lion?

- Apparao Mulpuri


This email and any attachments are confidential, and may be legally privileged 
and protected by copyright. If you are not the intended recipient dissemination 
or copying of this email is prohibited. If you have received this in error, 
please notify the sender by replying by email and then delete the email 
completely from your system. Any views or opinions are solely those of the 
sender. This communication is not intended to form a binding contract unless 
expressly indicated to the contrary and properly authorised. Any actions taken 
on the basis of this email are at the recipient's own risk.


This email is sent for and on behalf of Ivy Comptech Private Limited. Ivy 
Comptech Private Limited is a limited liability company.

This email and any attachments are confidential, and may be legally privileged 
and protected by copyright. If you are not the intended recipient dissemination 
or copying of this email is prohibited. If you have received this in error, 
please notify the sender by replying by email and then delete the email 
completely from your system.
Any views or opinions are solely those of the sender.  This communication is 
not intended to form a binding contract on behalf of Ivy Comptech Private 
Limited unless expressly indicated to the contrary and properly authorised. Any 
actions taken on the basis of this email are at the recipient's own risk.

Registered office:
Ivy Comptech Private Limited, Cyber Spazio, Road No. 2, Banjara Hills, 
Hyderabad 500 033, Andhra Pradesh, India. Registered number: 37994. Registered 
in India. A list of members' names is available for inspection at the 
registered office.

___

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://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Lion: Strange issue in NSTableView

2011-11-30 Thread Florian Soenens
Hi Apparao,

does the tableview use a custom cell? If so, i suggest you look into overriding 
 - (int)hitTestForEvent:(NSEvent *)event inRect:(NSRect)cellFrame 
ofView:(NSView *)controlView

Don't know if that will solve your particular issue but it's worth a try.

Best,
Florian.


On 01 Dec 2011, at 06:44, Appa Rao Mulpuri wrote:

 Hello List,
 
 I am observing the strange issue in NSTAbleView on Mac OS X 10.7.  
 NStableView has the support like user can select multiple rows in sequence 
 using mouse drag. Same code is working fine in Snow leopard, but couldn't in 
 Lion. I had a look at 
 http://developer.apple.com/library/mac/#releasenotes/Cocoa/AppKit.html page 
 for Applit NSTableView changes, which doesn't have anything specific to this 
 issue included majorly Source list kind changes. Do I need to set the flag to 
 get this functionality in NStableView in Lion?
 
 - Apparao Mulpuri
 
 
 This email and any attachments are confidential, and may be legally 
 privileged and protected by copyright. If you are not the intended recipient 
 dissemination or copying of this email is prohibited. If you have received 
 this in error, please notify the sender by replying by email and then delete 
 the email completely from your system. Any views or opinions are solely those 
 of the sender. This communication is not intended to form a binding contract 
 unless expressly indicated to the contrary and properly authorised. Any 
 actions taken on the basis of this email are at the recipient's own risk.
 
 
 This email is sent for and on behalf of Ivy Comptech Private Limited. Ivy 
 Comptech Private Limited is a limited liability company.
 
 This email and any attachments are confidential, and may be legally 
 privileged and protected by copyright. If you are not the intended recipient 
 dissemination or copying of this email is prohibited. If you have received 
 this in error, please notify the sender by replying by email and then delete 
 the email completely from your system.
 Any views or opinions are solely those of the sender.  This communication is 
 not intended to form a binding contract on behalf of Ivy Comptech Private 
 Limited unless expressly indicated to the contrary and properly authorised. 
 Any actions taken on the basis of this email are at the recipient's own risk.
 
 Registered office:
 Ivy Comptech Private Limited, Cyber Spazio, Road No. 2, Banjara Hills, 
 Hyderabad 500 033, Andhra Pradesh, India. Registered number: 37994. 
 Registered in India. A list of members' names is available for inspection at 
 the registered office.
 
 ___
 
 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://lists.apple.com/mailman/options/cocoa-dev/florian.soenens%40nss.be
 
 This email sent to florian.soen...@nss.be



Vit2Print.com NVTieltstraat 1678740 PittemBelgiumPhone : +32 51 42 40 15Fax : 
+32 51 40 29 22Web : www.vit2print.com





___
This e-mail, and any attachments thereto, is intended only for use by the 
addressee(s) named herein and may contain legally privileged and/or 
confidential information and/or information protected by intellectual property 
rights.
If you are not the intended recipient, please note that any review, 
dissemination, disclosure, alteration, printing, copying or transmission of 
this e-mail and/or any file transmitted with it, is strictly prohibited and may 
be unlawful.
If you have received this e-mail by mistake, please immediately notify the 
sender and permanently delete the original as well as any copy of any e-mail 
and any printout thereof.
We may monitor e-mail to and from our network.



inline: image/jpeg___

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://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com