Page 1 of 1

Action overflow button

Posted: Wed May 06, 2015 3:30 pm
by JosepM
Hi,

How can I add options to the overflow button on the action bar?

Salut,
Josep M

Re: Action overflow button

Posted: Mon Jul 20, 2015 8:23 pm
by JosepM
Hi,

Any way to do that? or any workaround?

Re: Action overflow button

Posted: Tue Jul 21, 2015 8:48 am
by MaxV
It's a normal button, the message is MenuKey, so you can use:

Code: Select all

on MenuKey
   #do something
end MenuKey