How to hide or disable the progress popups in SharePoint list? - sharepoint

Is there any way to disable or hide the progress popups within SharePoint list. These popups are interfering with the my custom form.
Progress PopUp
According to MS Community, it seems there is no option to solve this issue. So thought of seeking some additional advise.

Related

Show/ hide Spotfire web player toolbar buttons

In spotfire web player customization there is and option to show or hide the toolbar by setting the value of the "showToolbar" property as true or false.
I need to show only few buttons of the toolbar such as Filter, and Bookmarks and i haven't found a way to do that.
Is it even possible?
Thanks :)
You can parameterize your dashboard. This is perfect for embedding dashboards on iframes or mashing up (embed) visualizations on websites such as Sharepoints or blogs that allows them.

hide menu and search button from kindle fire

Is there any way to hide menu and search buttons from Kindle Fire? This (Kindle Fire Customize Soft Key menu) says there's no way to do that, but i hope something has changed since then.
Thanks!
The overflow menu is automatic and controlled by the OS (similar to the Action menu on devices based on the default Android experience). The search icon is fixed and will either take the user to the platform search or you can override it following the instructions here.
You may also be able to achieve the effect you are looking for with one of the Full Screen Modes available to Kindle developers.
Do you have a sample of the code that is failing to hide the overflow menu appropriately?

Appropriateness of use regarding ribbons and menu's in sharepoint 2010

So with the new Ribbon on top of the SharePoint 2010 page we have an office like feel to working with SharePoint pages. Customization of this ribbon is great, adding your own functionality augmenting what Microsoft provides out of the box. My question is this though, when is it appropriate to use ribbon customization vs an item menu option (i.e. the callout menu on a particular item).
Are there best practices around this? What do you do?
They share a lot of the same options. The ribbon is focused on working with the entire list or library, but still has options pop up when you click on an item that are targeted at that one item. The call-out on a single item is always focused on options for just that item.
So I would say if your looking to do something with an entire list or library, put it in the ribbon. If it is going to be an option specifically tied to one item at a time, put it in the call-out menu, but also try to make it show up in the ribbon if someone doesn't look at the call-out menu.
But that's just my opinion and I haven't had any experience putting custom functionality into either sections.

How to disable button of Ribbon ToolBar?

[Possible Duplicate]
Disable Ribbon Button
But I came with question, as I'm this question not answered and I'm looking for available server side solution.
I wonder if there is a way to disable button or many buttons from Ribbon toolbar from server side?
Using Ribbon.TrimById Method (String) you can locate Ribbon, RibbonButton or RibbonGroup to hide.
Complete sample to hide Ribbon buttons sharepoint 2010 programmatically.
I think you will want to look into the HideCustomAction option of the Feature Framework. http://msdn.microsoft.com/en-us/library/ms414790.aspx
It has the ability to hide some aspects of the default UI elements in the product and the documentation does talk about the Ribbon so it may do what you want.

Customizing Navigation in sharepoint 2010

I need to customize my sharepoint site main top menu bar.
Main Menu Navigation : Primary navigation. It should have all the main tabs. If a user clicks on any tab then the subsites under the selected tab should be displayed as secondary navigation. By clickin on any link in secondary tab section the link for that selected tab should be displayed in a drop down as tertiary navigation.
I need to customize the sharepoint site for this. Can anybody have the better idea for this. It would be grateful even links provided.
Thanks in advance
Yes, sorry this has not been answered. This solution utilizes their built in sharepoint navigation and allows you to customize the menu however you wish.
http://sharepoint2010customnavigation.blogspot.com/

Resources