I am developing one app.In that app I had created one main screen.On that main screen i had added one button field .When i clicked on that button field to open my popup screen it will open my popup screen but it also show menu items whatever i added for my main screen in front of screen.However i don’t want to show those menu items but only want to open my popup screen on click of that button.Please help me.
Share
Add ButtonField.CONSUME_CLICK style on your ButtonField, like below.