CLIM mail archive

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

CLIM questions



Allegro4.2, CLIM2.0

Here are some CLIM2.0 questions:

1. In CLIM1.1 the generic function window-set-viewport-position*
   was called each time when clicking on the scrollbars.
   In CLIM2.0 the generic function window-set-viewport-position (without asterix)
   is not called when clicking on the scrollbars as described in the manual on page 304.

   Is this a bug or am I doing something wrong?

2. How can we change the text-style, size and color of the standard command menu?

3. Why does the :command option also display a menu when clicking on it, and
   is there a way to avoid that?
    (clim::define-application-frame proroad ()
           ()
           (:command-table (proroad-command-table
                     :inherit-from (clim:global-command-table
                                    global simulation 
                                    new duplicate
                                   delete edit move depict toggle
                                   load save infrastructure
                                    )
                     :inherit-menu nil
                     :menu (("Exit" :command (com-quit-proroad))
                            ("Refresh Map" :command (com-refresh-map))
                            ("Refresh Mapper" :command (com-refresh-mapper))
                            ("Traffic Generation" :command (com-start-traffic))
                            ("Infrastructure >" :menu infrastructure)
                            ("Simulation Commands >" :menu simulation)
                            ))
                  )
		................)

  Rainer

-- 
 

 ------------------------------------------------------------------
 Rainer Koenig 
 Information Science Research Center at the University of Karlsruhe
 Technical Expert Systems and Robotic    phone:   +49-721-9654-744
 Haid-und-Neu-Str. 10-14                 fax:     +49-721-9654-709
 D 76131 Karlsruhe (Germany)             e-mail:  rkoenig@fzi.de
 ------------------------------------------------------------------


Follow-Ups:

Main Index | Thread Index