how do I get rid of this icon in Papyrus? - diagram

I am trying to create a model for some university coursework. I am attempting to have two pins on this one element and when I try to copy it over it comes up with the circled icon. Is there anyway to get rid of it and have a blank pin? Appreciate any help
papyrus diagram
Already went through all the formatting options and could not find anything useful

Related

Adding a text box in Android Studo

Trying to use AndroidStudio (3.4.2) for the first time and it appers to be substantially different to the tutorial at
https://developer.android.com/training/basics/firstapp/building-ui
For example:
There is no layout editor toolbar let alone a show button.
There is no autoconnect button
It doesn't show any wiggly lines from the middle of the blue square to its edges.
When adding a text box it goes to the top left and can't be moved.
WTF is going on? This is awful!
So I know this may sound like the hard answer, but in the long run it will make life 1000x easier.
You need to learn XML to design the activities. It's fairly simple and really easy to research. The reason the textbox can't be moved is because the default layout is ConstraintLayout. In order to fix this, go to the xml file and change the Constraint layout to either Relative layout or Linear Layout. In the end, its more simple to learn straight xml.
I suggest you learn Android programming from here or somewhere else because the Android documentation can be confusing especially for a beginner like yourself and trust me, I've been there.

Two views and unable to select the ListView

New to Android Studio 3x, first noticed it gave me two views in design mode. 2x has only the left one, what's this right one for and what's good about it? Can I get rid of it?
2) After placing a ListView on the left view and gave it a name, it supposed show like this in older versions. It doesn't. So can I select this ListView later?
Just found answer to 2nd question, I noticed a red ! at the upper corner of design mode, clicked on it, "Failed to load AppCompat...". Found the 2nd answer on this thread solves my problem, now ListView appear at left hand side.
After that, it also addresses my 1st question as below. Still don't know how to get rid of the right one.

Materials turns into default black and grey design when loaded

Whenever I try to use a material I downloaded or installed from epic games launcher, I click on the object I want to apply it to, click on the material but what is loaded is the default grey and black box pattern and in the content browser, at the same time I try to load the material, it also changes into the default black and grey box pattern. I've tried this with different materials. The only material that doesn't do this are the ones that came with the blueprint like "M_FGun" or something like that. Please can I have some help with this, I can't use any material for anything. The problem is persistent on both 4.14.3 and 4.15 versions.
It sounds like you've got the materials, but the textures used in those materials have either not imported correctly or somehow the references to them have been broken.
Double-click on the Materials that are malfunctioning and see if there are any errors that show up in the new window.
Compare the materials in your project to the project you downloaded them from. Reselect the textures and it should work again.

C# ListView Image/Icon margin/padding

Is it possible to reproduce what is on the picture below in ListView, padding/margin icon to the right.
http://img801.imageshack.us/img801/4043/listview.png
My first question here, so I couldnt post the picture here.
Basically I need to move the ListView icon more right, I am reproducing file/directory browser, so the fails that are in a directory need to be below them and slighty right like in the picture, I have everything else figured out.
You should be using a TreeView control:
http://msdn.microsoft.com/en-us/library/1dtsdfkx.aspx
But if you insist on hacking a ListView to render this way, you'll simply have to take over drawing each row yourself. You can do so using the OwnerDraw property, though be warned that there's a lot of corner cases here so you should do a lot of reading to see what people have had to deal with when implementing this:
http://msdn.microsoft.com/en-us/library/system.windows.forms.listview.ownerdraw.aspx

Highlighting an item in the actionbar when in a certain activity when using ActionBarSherlock

I'm putting the final touches on an application that Ive been working on for quite a while and while I understand how to restyle existing components by using inheritance Im coming up blank in my search on how to accomplish this last thing.
I want to apply a custom color/image behind the text or icon representing the current activity I am in. This would be similar to how the tabs have the highlight underneath them while selected. I am already using the tabs and have figured out how to change the image resource that is the little underline in the tab bar. Now I just need to accomplish the same look for the action items.
Ive overlooked the actionbarsherlock library for the past day and a half but I dont see anywhere that I could do what I want to accomplish. I have to imagine that such a thing can be done but like I said before so far Im coming up short. Any help would be much appreciated.
I figured out a simple way to do what I asked earlier. I just created a square shape in xml, put text over it, assigned it the gradient and color I wanted and assigned it to that action item I wanted highlighted in the activity i was in.

Resources