On 10/13/10 1:08 PM, Jim Byrnes wrote: > Switching between tabs/pages on the same pageframe doesn't seem to fire > an onLostFocus event, should it? If I click outside the pageframe the > page will fire the event at that time.
LostFocus fires when a control that can receive focus loses focus. So I think you are probably seeing either the pageframe or the control in the page losing focus. What you want, I think, is PageEnter and/or PageLeave, which is raised by dPage accordingly, or PageChanged/PageChanging, which is raised by dPageFrame. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
