Re: ical UI
Re: ical UI
- Subject: Re: ical UI
- From: Scott Anguish <email@hidden>
- Date: Tue, 07 Feb 2012 01:14:46 -0500
Yeah, as someone else said, the format of the data is moot.
If you have the data in any format XML included, you can parse it into individual objects, and then manage it as you wish
Trust me, tableview isn’t the proper class for this if you have to use something in AppKit NSCollectionView, but you’d be much better off using custom views. And it isn’t terribly difficult.
On Feb 7, 2012, at 12:36 AM, Santhosh_Gundu wrote:
>
> Hi,
>
> But due to my project constraints , I need to use Tableview to achieve this.
>
> The data (ie dates and events ) is coming in the form of xml. I need to populate the data.
>
>
> Thanks,
> Santhosh Kumar
>
>
>
>
> On Feb 7, 2012, at 12:36 AM, Scott Anguish 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
>>
>>
>
>
> ________________________________
>
> 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
References: | |
| >ical UI (From: Santhosh_Gundu <email@hidden>) |
| >Re: ical UI (From: Scott Anguish <email@hidden>) |
| >Re: ical UI (From: Santhosh_Gundu <email@hidden>) |