Message 1 of 15
layout reactor

Not applicable
02-06-2000
09:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have this layout reactor (see below) which I want invoked each time I
click a different layout tab (A2k obviously) but it fires multiple times
when switching layouts sometimes twice, sometimes 6 or 7 times. Anyone have
any ideas why???
;;Load a reactor to inform us of layout changes so we can update the title
block
;;functions to point at the current title block
(if (not *layoutReactor*)
(setq *layoutReactor*
(vlr-miscellaneous-reactor
nil
'((:vlr-layoutswitched . find_different_title_block))
) ;_ end of vlr-miscellaneous-reactor
)
)
Thanks in advance
Perry
click a different layout tab (A2k obviously) but it fires multiple times
when switching layouts sometimes twice, sometimes 6 or 7 times. Anyone have
any ideas why???
;;Load a reactor to inform us of layout changes so we can update the title
block
;;functions to point at the current title block
(if (not *layoutReactor*)
(setq *layoutReactor*
(vlr-miscellaneous-reactor
nil
'((:vlr-layoutswitched . find_different_title_block))
) ;_ end of vlr-miscellaneous-reactor
)
)
Thanks in advance
Perry