texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] Popup Message


From: Michael Klein
Subject: Re: [Texmacs-dev] Popup Message
Date: Tue, 17 Jul 2007 15:22:23 +0200

Hello Joris,

when I use gui-test from a Scheme session and do repeated calls with widget-popup on different widgets it seems that the first widget is displayed again. Is this behavior desired?

Best regards
Michael

2007/7/3, Joris van der Hoeven <address@hidden>:
On Tue, Jul 03, 2007 at 11:31:13AM +0200, Michael Klein wrote:
> how can I produce a popup from scheme?

This depends on the kind of popup you want.

  1) You want to display a message: use set-message to display the message on
     the footer (this might be popped up sometime).

  2) You want a popup interface to TeXmacs: see Henri's answer.

  3) You want real popup widgets: this is still experimental.
     You may look at the module (kernel gui gui-test) for some examples.
     For instance, after loading the module, enter

       (widget-popup "Form" '(widget-9))

     in a scheme session.

Any help for testing/extending the widget interface is appreciated ;^)

Best wishes, Joris


_______________________________________________
Texmacs-dev mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/texmacs-dev


reply via email to

[Prev in Thread] Current Thread [Next in Thread]