Hi, I am working on a app that will display scheduled tasks in different "calendar views" (day, week, month). The month view is not a problem. The day and week views are proving more difficult to design. I am looking for ideas.
The plan so far has been to create a FlexTable that, in the case of the one-day view, would have column-0 be the list of hours (0- Noon-11pm). The hour cells would rowspan 4 rows. The spanned rows would be the quarter hours. I thought that if I had an event that started at 11AM and ended at 1PM that i would mark the table TD cell as having "position: relative" and then create a DIV for the event that would start in the 11AM TD cell and flow out and down to the 1PM TD. Now I'm thinking that my CSS skills are not sufficient to make this happen. Is there a better way? Overlapping events should *never* happen but I can foresee a time when they might. Having the ability to layer the event DIVs would be great. Ideas are welcome --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---