Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ant7

#1
Thanks for the quick response and a new version of the program. :D
#2
Hi!
I switched on Duplicate vertical headers to the right option in Settings->Timetables menu and generated timetable.
Then I edited css file and changed text font size in the left and right headers by use of
th.yAxis {
  height: 8ex;
  font-size: smaller;
}

In webbrowser view only left header had smaller font.
I looked into the html file and added <th class="yAxis">11:00-11:30</th>  for the test and it worked out.
This line should be added hundred times so please correct this error.

       <tr>
          <th class="yAxis">11:00-11:30</th>
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
          <!-- span -->
         <th class="yAxis">11:00-11:30</th>    <------ missed ?!
        </tr>
#3
Hi again.
After timetable generation
in timetable tab (teachers, students etc.)
I can see which activities are time or space locked ( I see LT or/and LS acronims)
and I can toggle these constraints for one or more activities whith mouse highlighting.
It would be very usefull If I can see the same signature in HTML files.
When I updates timetable many times on website
I would like to tell people that some their activities are already fixed time or place.
It should be some general option in FET allowing user to decide wether show this tags or not in HTML files.
When timetable is finished it should be easy switched off visibility of the two tags in all timetable in HTML files.
I don't want to insert these tags manualy in activity dialog because it is some cumbersome.
#4
Suggestions / Fixed number of days between activities
October 13, 2015, 07:48:48 PM
Hi all!
I use FET for a long time and  I think it's a good piece of software.

I do some tricks to make pair of activities to be
scheduled the same time but in two neighbouring days.
Because of that I need the constraint:
Fixed number of days between activities (with default value equal to 1).

To achive it I use:
Minimum number of days between activities (set to 1)
and
Maximum number of days between activities (set to 1)
so

t1-t2>=1day   and   t1-t2<= 1day    give  t1=t2 + 1day

Could you add this constraint?
Fixed number of days between activities (with default value equal to 1).

When I have to click hundreds of times  Min and Max... constraints
I would save a lot of time if you add this constraint.