Re: ical UI
Re: ical UI
- Subject: Re: ical UI
- From: Appa Rao Mulpuri <email@hidden>
- Date: Tue, 07 Feb 2012 05:05:27 +0000
- Thread-topic: ical UI
Two ways:
1. NSMatrix with the Day custom cells
2. Custom NSTableView by overriding drawRect method.
- Apparao
On 07/02/12 12:36 AM, "Scott Anguish" <email@hidden> wrote:
>Using NSTableView for this is likely entirely inappropriate. :-)
>
>You¹re probably best to either rewrite it entirely as a custom view
>MonthView (and fill it with DayView¹s) both of which you¹ll need to write.
>
>
>
>On Feb 6, 2012, at 7:01 AM, Santhosh_Gundu wrote:
>
>> Hi,
>>
>> I am developing an application which is similar to the UI of iCal
>>MothView.
>>
>> For this I am using NSTableView with 6 rows and 7 columns.
>>
>> I have an issue with taking custom cell and handling user interactions
>>while populating date with event.
>>
>>
>> Can any one sugguest on whether the above approach is correct? , if so
>>is there any way to populate the data with custom cells with image and
>>text?
>>
>>
>>
>>
>> Thanks in advance.
>>
>>
>>
>> Thanks,
>> Santhosh Kumar
>>
>>
>>
>>
>>
>> ________________________________
>>
>> DISCLAIMER:
>> This email (including any attachments) is intended for the sole use of
>>the intended recipient/s and may contain material that is CONFIDENTIAL
>>AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or
>>copying or distribution or forwarding of any or all of the contents in
>>this message is STRICTLY PROHIBITED. If you are not the intended
>>recipient, please contact the sender by email and delete all copies;
>>your cooperation in this regard is appreciated.
>> _______________________________________________
>>
>> Cocoa-dev mailing list (email@hidden)
>>
>> 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:
>>
>> This email sent to email@hidden
>
>
>_______________________________________________
>
>Cocoa-dev mailing list (email@hidden)
>
>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:
>om
>
>This email sent to email@hidden
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.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden
References: | |
| >Re: ical UI (From: Scott Anguish <email@hidden>) |