From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9620 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: Re[2]: [NTG-context] tooltips Date: Mon, 21 Oct 2002 22:45:12 +0200 Sender: ntg-context-admin@ref.vet.uu.nl Message-ID: <20021021224512.1db815c7.morawski@gmx.net> References: <5.1.0.14.1.20021020235850.00ac0120@remote-1> <20021021142630.32689d53.morawski@gmx.net> <17835324293.20021021175601@iol.it> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035399921 4498 80.91.224.250 (23 Oct 2002 19:05:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 19:05:21 +0000 (UTC) Original-Received: from hermes.hrz.uni-giessen.de (hermes.hrz.uni-giessen.de [134.176.2.15]) by osiris.hrz.uni-giessen.de (8.11.6+Sun/8.11.6) with ESMTP id g9LKppe29401 for ; Mon, 21 Oct 2002 22:51:51 +0200 (MEST) Original-Received: from ref.vet.uu.nl by hermes.hrz.uni-giessen.de with ESMTP for Guenter.Partosch@hrz.uni-giessen.de; Mon, 21 Oct 2002 22:51:47 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 314D410B16; Mon, 21 Oct 2002 22:51:43 +0200 (MEST) Original-Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by ref.ntg.nl (Postfix) with SMTP id 3382410AD6 for ; Mon, 21 Oct 2002 22:50:25 +0200 (MEST) Original-Received: (qmail 10397 invoked by uid 0); 21 Oct 2002 20:50:24 -0000 Original-Received: from port1583.fra.ginko.net (HELO eXergie) (212.202.68.59) by mail.gmx.net (mp009-rz3) with SMTP; 21 Oct 2002 20:50:24 -0000 Original-To: ConTeXt In-Reply-To: <17835324293.20021021175601@iol.it> X-Mailer: Sylpheed version 0.8.0 (GTK+ 1.2.10; i586-pc-linux-gnu) Errors-To: ntg-context-admin@ref.vet.uu.nl X-BeenThere: ntg-context@ref.ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:9620 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9620 On Mon, 21 Oct 2002 17:56:01 +0200 Giuseppe Bilotta wrote: > > Monday, October 21, 2002 Jens-Uwe Morawski wrote: > > JUM> On Sun, 20 Oct 2002 23:59:31 +0200 > JUM> Hans Hagen wrote: > > >> i come back to the tooltips later > JUM> \balloon[placement={below,centered}, > JUM> frameclass=DropMenu, > JUM> opendirection=down, > JUM> openaction=OnClick] > JUM> {Chapters} > JUM> {\placelist > JUM> [chapter] > JUM> [criterium=all, > JUM> alternative=a, > JUM> pagenumber=no, > JUM> interaction=all]} > > JUM> and tooltips are then: > JUM> \defineballoon[tooltip][...] > > I have a draft implementation for this. will test it later > By now, the only thing > that can be configured is the framecommand. I decided to use this > instead of a frameclass because it's even more flexible > (with frameclass, you need to define a different frame class for each > different ballon type, even if changes are small; this way, small > changes can be applied more easily when defining new tooltips.) i was thinking that the framedclass= option could mean that the object inherits the configuration of the framed-class. So \defineframed[MyFramed][frame=off,leftframe=on,topframe=on,framecolor=red] can be used as \MyFramed, but even in \balloon[framedclass=MyFramed,framecolor=green]{...}{...} This balloon would have the top-frame and the left-frame visible, but the frame is drawn in green instead of red. Thus you _can_ specify a framedclass= to inherit a configuration but you have also all other framed-parameters (see \setupframed) available. For consistency this should be possible in all objects that support framed-settings, not only in balloons. Jens _______________________________________________ ntg-context mailing list ntg-context@ref.ntg.nl http://ref.ntg.nl/mailman/listinfo/ntg-context