FET Forum

FET Support (English) => Programming Help => Topic started by: Silver on July 27, 2012, 09:50:41 AM

Title: add bold line betowen the days
Post by: Silver on July 27, 2012, 09:50:41 AM
i hope you add bold line betowen the days in the html tables (fet results).
i mean add boldline betoween the last hour in the first day and the first hour in the  2nd day .
and add boldline betoween the last hour in the 2nd day and the first hour in the  3nd day .
.....
Title: Re: add bold line betowen the days
Post by: Bobby Wise on July 27, 2012, 11:40:14 AM
Hello Silver,

Please excuse Liviu, he is unavailable but will be back next week I think.
Title: Re: add bold line betowen the days
Post by: Liviu Lalescu on July 29, 2012, 11:14:54 PM
Thank you, Bobby, for your reply!

I'm back, but it is Volker who should answer this.
Title: Re: add bold line betowen the days
Post by: Volker Dirr on August 16, 2012, 11:25:01 AM
Hallo

i tried a bit. I am not sure how to go on at the moment.

1) A bold line between weeks is currently not possible.

2) You might use a workaround. Add one more hour per day then you currently have and place a break in that last hour. So timetable is the same, but you have an empty line between weeks.

3) I might code something like that. There are 2 variants:
3a) I set a html-"class"/"tag" to the last (or first) hour. So i can style your request. BUT that will sadly work only with html. So it will not work if you print directly from FET. It will work only if you print with a webbrowser.
3b) I set html-"classes"/"tags" to every hour. Advantage: You can also style it like with 3a). Since that will not work with the direct printing, you might simply style it in other ways. Maybe set very second hour with an silver background. BUT saldy here is also an disadvantage: it will not work fine if you have activities with duration >=2.

Title: Re: add bold line betowen the days
Post by: Silver on August 16, 2012, 07:01:57 PM
Thank you for your interest.
I care about is that HTML, because printing from within fet does not support the Arabic language (print from left to right).

regards