Re: Functionnal limits in thot

Cecile Roisin (Cecile.Roisin@imag.fr)
Mon, 13 Oct 1997 09:33:22 +0200

>Maximum number of views open for a document (excluding the views of
------
>associated trees):
> 6
it refers to the number of currently opened views of a document.
If you bypass this limit, the editor displays the
following message "All views already created".

As far as I understand, you want to declare in a P Schema more than 5 views.
This max number is defined by a constant for the prs program.

See Thot/thotlib/internals/h/constprs.h:
#define MAX_VIEW 5 /* max. number of views for a document */

You can modify this constant, recompile prs and recompile all your schemas P.

Cecile

----------------------------------------------------------
Cecile Roisin
EMAIL: Cecile.Roisin@inrialpes.fr
----------------------------
Unite de Recherche Rhone-Alpes,
projet OPERA ( http://opera.inrialpes.fr/OPERA/ )
655 avenue de l'Europe
38330 Montbonnot Saint-Martin
TEL: (33) 04 76 61 53 60 FAX: (33) 04 76 61 52 07
----------------------------------------------------------