On Wednesday 21 Jan 2004 5:00 pm, [EMAIL PROTECTED] wrote:
> Dave:

> closeStackRequest is triggered when the closeBox is clicked, so you need to 
> trap both events...
> 
> on closeStack
>   checkSave
> end closeStack
> 
> on closeStackRequest
>   checkSave
>   pass closeStackRequest
> end closeStackRequest
> 
> on checkSave
>   ... do your stuff here
> end checkSave

Thanks for the code. I had sort of arrived at this, but your checkSave is my 
PendingEdits handler. I'm going to try your code as I've not seen the syntax 
of just naming the handler with out a send or call in front.

Kind Regards,
-- 
Dave Cope, Data & Systems Admin.

Biodiversity Information Service for Powys and Brecon Beacons National Park.
Gwasanaeth Gwybodaeth Fioamrywiaeth Powys A Pharc Cenedlaethol Bannau 
Brycheiniog.

EMail: [EMAIL PROTECTED]
Web: http://www.b-i-s.org

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to