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, 3 Jul 2007 19:21:08 +0200

Hallo Joris,

yes I thougt about real popup widgets to communicate longer error messages to the user, that are only closed after the user confirms this. I will try the third option. Can you tell me how much change in the interface I should expect?

Best regards
Michael Klein

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]