Appgutta / AGCalendar

Calendar module for Titanium
Other
80 stars 25 forks source link

Control height of the list? #35

Open nubu opened 11 years ago

nubu commented 11 years ago

Hey,

is there a way to handle/control the height of the module or/and of the list under the calender? Cause i wanna add things under the calender, and it's 100% height automaticly ... ?

ChrisRM commented 11 years ago

Im currently working on version 2.0 of the module. The module is totally rewritten to support dynamic sizing, turning tableview on and off, improved rendering, week numbers, theming, and alot more. Im about 95% done with it, so it wont be long before I release it. End of this week if all goes well.

nubu commented 11 years ago

That would be totally awesome! Looking forward :)

clseva commented 11 years ago

Chris, that's great news! Just one thing: I've seen that when there are more than four events saved in the same day, tableview always scrolls to the top and don't allow you to select or see correctly the other events (iPhone version at least). Please, keep this in mind for the next version! Greetings

clseva commented 11 years ago

Ah! I forgot! When you add events with different hours in the same day, would be great if tableview displays them sorted in ascending order by hour and not by ascending ID or creation order regardless of the event hour.

Thank you so much!

ChrisRM commented 11 years ago

@Digitalico This is fixed in 2.0

clseva commented 11 years ago

Excellent Chris. For end: Is it possible to detect when you delete in tableview a event with swipe gesture? Something like 'event:deleted' event listener. In this way, I could fire other events in the app or database.

Sorry for my persistence :) Thank you for everything!

ChrisRM commented 11 years ago

Will do!