Lisp HUG Maillist Archive

Positioning a toolbar within a docking-layout

Hi,

I'd like to save the position of a toolbar within a docking-layout.
Especially I'd like to have one toolbar at the leftmost position while the
second toolbar should appear rightmost within a docking-layout.

After reading the docs, trying by myself and browsing this list I didn't
find anything. It should be possible because the LispWorks toolbar itself
can do so.

Any hint?

Thanks
Andreas


Re: Positioning a toolbar within a docking-layout

Hello Andreas,

| I'd like to save the position of a toolbar within a docking-layout.
| Especially I'd like to have one toolbar at the leftmost position while
| the second toolbar should appear rightmost within a docking-layout.
|
| After reading the docs, trying by myself and browsing this list I
| didn't find anything. It should be possible because the LispWorks
| toolbar itself can do so.
|
| Any hint?

Are the size and position of your window restored correctly? If not, have
you provided top-level interface geometry settings? For example,

(defmethod capi:top-level-interface-save-geometry-p
        ((interface my-interface))
  (declare (ignore my-interface))
  t)

(defmethod capi:top-level-interface-geometry-key
        ((interface my-interface))
   (declare (ignore my-interface))
  (values 'my-interface :my-application))
--
Sincerely,
Dmitriy Ivanov
lisp.ystok.ru


Re: Positioning a toolbar within a docking-layout

Unable to parse email body. Email id is 6512

Updated at: 2020-12-10 08:46 UTC