PrintTemporary from inside DynamicModule
- To: mathgroup at smc.vnet.net
- Subject: [mg103650] PrintTemporary from inside DynamicModule
- From: Hannes Kessler <HannesKessler at hushmail.com>
- Date: Thu, 1 Oct 2009 06:39:47 -0400 (EDT)
Hello, DynamicModule[{...}, {Button["name",..;PrintTemporary["message"];..,..}] gives either a temporary message which is not removed after the finished button action or in some cases it is not printed at all. What's wrong here? As a second question, for a single PrintTemporary[..] one can try nb=PrintTemporary[..] resulting in a NotebookInterfaceObject which can be removed by NotebookDelete[nb]. Is it possible to get a list of all such objects created during the Mathematica session in order to map NotebookDelete on this list? Best regards, Hannes Kessler