Re: [web2py] Appointment Manager

2013-06-26 Thread Richard Vézina
:) On Wed, Jun 26, 2013 at 1:54 PM, Tom Russell wrote: > Ok thank you. I will update the code for everyone once I have it working. > > > > > On Wed, Jun 26, 2013 at 1:52 PM, Richard Vézina < > ml.richard.vez...@gmail.com> wrote: > >> I think I cover the week, day, month stuff in your last mail.

Re: [web2py] Appointment Manager

2013-06-26 Thread Tom Russell
Ok thank you. I will update the code for everyone once I have it working. On Wed, Jun 26, 2013 at 1:52 PM, Richard Vézina wrote: > I think I cover the week, day, month stuff in your last mail... But it > just a matter of initialize the plugin has you want... Just read the plugin > doc about t

Re: [web2py] Appointment Manager

2013-06-26 Thread Richard Vézina
I think I cover the week, day, month stuff in your last mail... But it just a matter of initialize the plugin has you want... Just read the plugin doc about that... Richard On Wed, Jun 26, 2013 at 1:51 PM, Richard Vézina wrote: > The memory leak was only perceptible with large dataset... Each

Re: [web2py] Appointment Manager

2013-06-26 Thread Richard Vézina
The memory leak was only perceptible with large dataset... Each time the calendar view is call there is a memory build up until saturation... So I gues that it could happen when web2py is not restarted during a certain periode and calendar view is call many many time with a smaller dataset... You

Re: [web2py] Appointment Manager

2013-06-26 Thread Tom Russell
Well I updated to the latest fullcalendar and it seems to work good, but do not know if the memory leak still exists. By any chance could you share what you did? Also, any chance you added views for week/day in it? You can see in the example here http://arshaw.com/fullcalendar/ that it has buttons

Re: [web2py] Appointment Manager

2013-06-26 Thread Richard Vézina
Letting FullCalendar consume the json feed... On Wed, Jun 26, 2013 at 1:21 PM, Richard Vézina wrote: > Take care, I don't know if it has been solve, but I found a memory leak > in this app caused by the way FullCalendar is integrated... I solve the > issue for my own need by using the json fee

Re: [web2py] Appointment Manager

2013-06-26 Thread Richard Vézina
Take care, I don't know if it has been solve, but I found a memory leak in this app caused by the way FullCalendar is integrated... I solve the issue for my own need by using the json feed feature of FullCalendar doing a simple json feed function returning a well formatted json object with simplej

[web2py] Appointment Manager

2013-06-26 Thread Tom Russell
I am using the appointment manager from https://github.com/mdipierro/web2py-appliances/tree/master/AppointmentManager . I have tweaked it to my needs and works well so far but there is an issue trying to use SQLFORM.grid. I get an error () takes exactly 1 argument (2 given) by doing this: def