[mcclim-devel] Strange black borders around my application pane inside scrolling

Nikolaus Demmel demmeln at in.tum.de
Thu Sep 18 11:54:22 UTC 2008


Hi list,

I have a small clim application with an application pane inside a
scrolling macro. The code looks like this:


  (:panes (app :application
               :width 800
               :height 600
               :scroll-bars nil
               :borders nil
               :text-style (make-text-style :sans-serif
                                            :roman 
                                            :normal)
               :display-function 'display-app)
          (int :interactor
               :width 800
               :height 100
               :maxheight 100))
  (:layouts (default (vertically ()
                       (scrolling (:scroll-bars :vertical) app)
                       int))))

Now I get strange black borders around the pane like there:
http://home.in.tum.de/~demmeln/screenshot.jpg

Notice the big black border at the bottom which actually swallows
content aswell.

Does anyone know how to get rid of tose borders?

Best regards,
Nikolaus Demmel




More information about the mcclim-devel mailing list