Lisp HUG Maillist Archive

Scroll Callback


Perhaps I read the LW documentation from the wrong perspective. When I
think of a callback responding to a scrolling action, this is what comes
to mind ... but it does not agree with me. I reckoned clicking the
scroll buttons would fire the callback:

(capi:contain 
 (make-instance   
  'capi:list-panel      
  :items '(:red :blue :green :yellow :orange :purple :pink :brown :tan)   
  :print-function 'string-capitalize   
  :scroll-callback
   #'(lambda (&rest args)
       (capi:display-message "Do something"))
  :max-height 25))

Sage advice needed!

Thanks,
Brian C.


Re: Scroll Callback

Unable to parse email body. Email id is 9342

Re: Scroll Callback

For the record, I resorted to using a TEXT-INPUT-CHOICE to meet my
deadline.  I'll puzzle again over the scroll callback question when time
permits me.

Brian C.


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