Hi Hans,
can add “way=block” to counter which reset the number at the start of each
sectionblock,
for now it works in the same way as “way=text”.
\definestructureconversionset[frontpart:pagenumber][][romannumerals]
\definestructureconversionset [bodypart:pagenumber][][numbers]
\definestructureconversionset [appendix:pagenumber][][Characters]
\setuppagenumber[numberconverionset=pagenumber,way=block]
\startsectionblockenvironment[bodypart]
%\resetpagenumber
\stopsectionblockenvironment
\startsectionblockenvironment[appendix]
%\resetpagenumber
\stopsectionblockenvironment
\setupheadertexts[Page \userpagenumber\ of \lastuserpagenumber]
\starttext
\startfrontmatter
\chapter{Fontpart}
\dorecurse{20}{\input knuth\par}
\stopfrontmatter
\startbodymatter
\chapter{Bodypart}
\dorecurse{20}{\input tufte\par}
\stopbodymatter
\startappendices
\chapter{Appendix}
\dorecurse{20}{\input zapf\par}
\stopappendices
\stoptext
Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________