Hi all,
another case of DIY from me, so probably to be handled with care
(although it should be cleaner than the last bit of code I sent to the
list).
All my insistance on updating in the other thread is because,
fundamentally I wanted to allow a menu item/button/whatever in pane
#source to trigger the update in pane #dest. Note that 'browser
transmit to: #dest; from: #source' does not achieve this when in
#source you do an update. The one-liner below does. Place it in the
menu item/button/whatever of #source whenever you want to do the
update. (Assuming browser is the instance of GLMTabulator/
GLMFinder/... that you are using).
(browser paneNamed: #mpanel) presentations do: [:pres | pres update].
Doru, any chance of adding this to the API for browsers?
--
Johan Fabry
jfabry(a)dcc.uchile.cl -
http://dcc.uchile.cl/~jfabry
PLEIAD Lab - Computer Science Department (DCC) - University of Chile