2005-04-24, 09:43 PM
erik: your logic is sound.
I have to ask: did you recompile the source code to get a new gbweb.dll in the bin folder? With ASP.Net you can get away with editing .aspx files directly, but if you edit the .aspx.cs file then you have to recompile to update the application's .dll.
side muse: question is: should 'endMinutes - startMinutes' be checked to be non-zero, or should '(endMinutes - startMinutes) / GuideParams.minuteSlice' be checked. The latter is used directly as the column span value. As it happend minuteSlice is currently 1, so it doesn't matter, but when the admin interface is added it will be user adjustable.
I have to ask: did you recompile the source code to get a new gbweb.dll in the bin folder? With ASP.Net you can get away with editing .aspx files directly, but if you edit the .aspx.cs file then you have to recompile to update the application's .dll.
side muse: question is: should 'endMinutes - startMinutes' be checked to be non-zero, or should '(endMinutes - startMinutes) / GuideParams.minuteSlice' be checked. The latter is used directly as the column span value. As it happend minuteSlice is currently 1, so it doesn't matter, but when the admin interface is added it will be user adjustable.