CLIM mail archive
[Prev][Next][Index][Thread]
updating output of command tables
Date: Tue, 2 Nov 1993 05:50 EST
From: Bernd Bachmann <bachmann@dfki.uni-kl.de>
Genera 8.1.1, CLIM 1.0 (sorry for that!)
I defined a "standard" application frame the following way:
(define-application-frame name
...
(:panes
((menu :command-menu
:default-text-style ...)
...
When I start the application there is !!!one!!! command in the default
command table 'name. When I change the current command-table of this
application-frame via
(setf (frame-command-table ...) 'new-command-table)
there is only !!!one!!! command displayed in the pane
'menu though the command-table 'new-command-table contains 5 commands.
When I increase the intial number of commands for that application the
same number of commands are displayed when I switch to the new command
table !!
Any help?
The best I can do is to verify that this works in CLIM 2.0, and only if
you provide a simple failing test case. Sorry.
References:
Main Index |
Thread Index