How to make excel read only with the yellow bar to enable editing - excel-2010

Hello i'm looking into excel and i want to make the file read only when opend so the person who opens it can't make unwanted changes. but he needs to just simply press the enable editing button on the yellow bar.
image of the yellow bar to be able to make changes.i do not wan't to work with a password. how do i make it that the yellow bar apears when i open the file?

You can do it like that:
go to info -> protect workbook->mark as final.
then no one will be able to edit the file.

Related

How to create tabs and make them show different lists on click (Xamarin.Android)?

I have to make replica of the following screen:
When I click on VIERNES, 05 tab I want a list to be shown below and when I click on SABADO, 06 tab I want another list to be shown. But I want the transition from one list to another not to be made suddenly but gradually, as in the gif image above, by sliding (maybe it is made with fragments, I don't know). I want also the selected tab to change its style, the only difference I want is that it is underlined with blue color line, hex color : #007bc4 .My question is how do I create the tabs and make the functionality described above? I tried all from the first page of Google but nothing worked.

How to remove the iPad's bottom copy/paste bar when editing a UITextView?

I have an app that allows the user to edit a UITextView, however the copy/paste/cut bar pops on the iPad, blocking some of the bottom of the interface, as the following screenshot shows:
I would prefer getting rid of it instead of adjusting the interface, is there any way to accomplish this?
NOTE: This only appears on the iPad!
EDIT: My UITextView is entirely editable, therefore, this is not a duplicate of How disable Copy, Cut, Select, Select All in UITextView ! Also, I don't want to just disable the buttons, I want the whole bottom bar to go away!
EDIT 2: Updated the image for more clarity, as some answers are addressing the small black one that appears near the cursor.
You can hide this as below,
yourTextView.inputAssistantItem.leadingBarButtonGroups = []
yourTextView.inputAssistantItem.trailingBarButtonGroups = []

Handling Button states

Hello I have another problem/question. I have a custom control with a button on it:
I want to delete an image from it, so I removed the reference from Attributes inspector -> Image, so now my button in designer looks like this:
But when I launch it on simulator, when I press the button (just push it, not making a click ) the image shows up! Where does it come from? Are there any button states styles in project files, where this could be written?
Because button has two references - 1 outlet and 1 action and none of those are used to add image to the button! I just don't understand where from the image gets in...
You should remove the image for both normal and selected states of the button from the attribute inspector(check stateConfig attribute).

How to add control to the TRzToolbar

I have add TRzToolbar to the form. I want it to look like as shown in figure below.
I want to add control as shown in figure to the TRzToolbar..I right clicked TRzToolbar component on the form selected edit toolbar which bring in Toolbar editor with stock images as shown below.
In stock images it is not showing control like checkbox,drop down and radio button etc as shown in first figure. How to add these control to TRzToolbar?
The Toolbar Editor can only handle Toolbuttons. Instead using the editor, simply drop the desired control from the tool palette onto the Toolbar in the form designer.

How to create the screen in optimized way?

Hello everybody I am trying to create a screen (to see the image click here)
I have set it's backround image also created required list components which are click able by extending Field class. Now my problem is I am not able to set that rounded white color as backround of the list. Please help me. And also because I am new to the blackberry please also tell me the optimized way to create this screen.
i think like this
1) header bar - create manager and embed 2 buttons and 1 label in it
2) bottom bar - create a global class that contains the buttons and define a method that responds to the click event of these buttons
call that class in this main screen
3) for middle part use a list field which is scrollable

Resources