I want some small empty buttons with exact dimensions. Is there a way to do this with \button or must I use fields (ughh) instead? % interface=en output=pdftex % \setupinteraction[state=start] \setupcolors[state=start] \starttext \setupbuttons[strut=no, offset=overlay, framecolor=green, empty=yes] The minimum width of a button depends on the actual bodyfont size. I'm sure that there are good reasons for it. \blank[big] \switchtobodyfont[20pt] But I want smaller {\bf empty} \textreference[test]{test}buttons! \button[width=25mm, height=2.5mm]{Please, print me!}[test] \button[width=2.5mm, height=25mm]{Not this time!}[test] \blank[big] \switchtobodyfont[40pt] Help at 40pt... \button[width=25mm, height=2.5mm]{Now?}[test] \button[width=2.5mm, height=25mm]{Nope!}[test] \stoptext Regards, Peter