on.OnUserAbort Already exists erorr (why?)!!!?
hi there
im getting a compile error the un.onUserAbort already exists when there is only one copy of it there. does anyone know how to fix this?
im using MUI.
any help is greatly appreciated
thanks
Sina
Archive: how do i check something when cancel is clicked(anywhere?)
on.OnUserAbort Already exists erorr (why?)!!!?
hi there
im getting a compile error the un.onUserAbort already exists when there is only one copy of it there. does anyone know how to fix this?
im using MUI.
any help is greatly appreciated
thanks
Sina
MUI uses .onUserAbort and un.onUserAbort but you can declare your own:
!define MUI_CUSTOMFUNCTION_UNABORT unMyOnUserAbort
Stu