Sudipta Ghose <[EMAIL PROTECTED]> wrote:
> Is there any way to detect which button has launched my app? Is it
> possible?
This approach is a little bit tacky, but at least you can be certain
it works:
Write 5 apps. Your main app, and 4 helper apps that just do
if (launch code == NormalLauch)
SysUIAppSwitch (main app, user defined launch code #[1-4]);
Now plug the helper apps into the button preferences.
John
