Lisp HUG Maillist Archive

Odd (setf capi:simple-pane-enabled) for title panes in LWW 4.4.6

Hello lispworkers,

I am observing rather odd behavior of title panes. For me after disabling
the pane and enabling it once again, text looks etched. The below worked
fine in LWW 4.4.5.  Can anybody confirm, please?
----------
(setq p (capi:contain (make-instance 'capi:title-pane :text "Test title:")))

(capi:apply-in-pane-process p
 (lambda (p value) (setf (capi:simple-pane-enabled p) value))
 p nil)

(capi:apply-in-pane-process p
 (lambda (p value) (setf (capi:simple-pane-enabled p) value))
 p t)
--
Sincerely,
Dmitriy Ivanov
lisp.ystok.ru


Re: Odd (setf capi:simple-pane-enabled) for title panes in LWW 4.4.6

On Thu, 26 Jan 2006 20:23:17 +0300, "Dmitriy Ivanov" <divanov@aha.ru> wrote:

> I am observing rather odd behavior of title panes. For me after
> disabling the pane and enabling it once again, text looks
> etched. The below worked fine in LWW 4.4.5.  Can anybody confirm,
> please?

Yes, I also see this - looks strange.  If you force the window to
redraw (by obscuring it or minimizing it) it looks normal again.

[Windows XP pro SP2, LWW 4.4.6]

Cheers,
Edi.


Re: Odd (setf capi:simple-pane-enabled) for title panes in LWW 4.4.6

Unable to parse email body. Email id is 5269

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