Hi,
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?
Not really :).
This breaks the encapsulation between panes, as in our model, panes should only talk with each other via transmissions. Maybe there will be another mechanism for this, but I first need to learn more about when exactly this is needed and why it is not possible to do it via an existing mechanism.
Cheers, Doru
-- www.tudorgirba.com
"Being happy is a matter of choice."