iNotes Action Bar Question

Anyone know how to remove/disable the actionbar in iNotes that has the options for New (Meeting, Contact, Group, etc) , Print, Close, and help?

Thank you!

Subject: Extension forms file

You would need to create an Extension Forms File and make the changes there. See this article for how to create the extension forms file.

Then take a look at the Custom_JS_Lite subform. First you’ll need to enable the API_ActionsHelper_Subform_Lite subform. Then use the addActionsLite, removeActionsLite, etc. functions in Custom_Scene_Actions_Lite to add, remove, etc. action bar items. There are detailed comments in Custom_JS_Lite to tell you how to do that.