tags:

views:

20

answers:

0

Hi,

I'm trying to build a layout / view like the Entourage/Outlook calendar view, where when I schedule a time block, a new view will popup overlaying the time block.
Something like this one except it's daily and not monthly like in the image http://images.appleinsider.com/office-2008-entourage-10.png

What is the best way to implement that?

Right now I'm using TableLayout to create the time on the 1st column and supposedly overlay to schedule made on the 2nd column.
However, things got very messy especially when the minutes go to 15 minutes and there are overlapping schdule.

Wonder if using other layout might work better?

Thanks,
Tee