sometimes a red triangle appears over some (not all!) of my requirement artifacts that I have constructed before starting more detailed UML work and development.
I have no idea what causes it or what it is meant to express.
What's more, I cannot get rid of it. ;)
As far as I know this has nothing to do with the UML or SysML specification - or does it?
Can anyone explain?
Thanks :)
It has nothing to do with UML or SySML. What is says is that someone bookmarked the element. You may have done so by accident by pressing shift-spacebar.
If you search the help file for "Manage Bookmarks" you will get the full explanation.
Related
I wanted to use the TextInputLayout/TextInputEditText in my app and was looking for ways to style this. Now there are lost of paged when you start googling on it but it also seems some thinks have changed in the current android version.
Do not misunderstand the pages where very usefull but did not supply a complete answer.
For that reason i am posting my end result here so others may benefit.
Before i explain in the answer below i want to thank Dmytro on his blog here as it was the most usefull.
The answer.
I made my example very colorfull to make it easier to understand.
To get to this result i used the following in my layout. sorry that it is not code but a picture but i did this so you can see the actual color and not just my name for it
Not a color thing, but as you can see i set the app:errorEnabled to true. this is done so the space needed for the error is already reserved which means your layout wil not rescale when there is an error.
the last thing you need it the border_color.xml:
Play around with the option to see what they do.
The only thing i did not manage to do in the layout is to change the color of the selectionHandles. I did find a code solution for it but...i'll keep looking.
When I built x265 today, I found a fancy feature as the following picture.
Here comes the question, what can the feature be named? And how can we realize this feature?
ps. Forgive me for the helpless title and tags. It's a great favor if someone can help me to tag this question correctly.
This "feature" is ccmake program.
Aside from normal cmake functionality it provides possibility to edit CMake Cache with curses interface.
Okay, I am not sure if this question belongs here.
Either way, I am interested to know how to show one source on Developer ➛ Page Source (Firefox) and totally another when CTRL+A on the page ➛ Inspect Element. I have seen it is done on some of the sites I have visited, for instance: http://www.therigsofficial.com/
Thank you. I truly appreciate all help.
It is impossible to hide your javascript completley, but you can make it harder to read by obfuscating.
Try this tool JavaScript Obfuscator. Pro. It can work on your case.
I have installed Jetbrains Idea 10.5.2 to use it's great capabilities for scala programming, but I'm getting stuck with it -- it is covered with small black squares instead of characters in all menus and messages:
I've googled it a lot but unfortunately couldn't find anything. Does anybody know what to do?
May be you can try to change font for IDEA.
For you it could be probably hard - but you can try. Open global setting with Ctrl+Alt+S.
And then try to blindly find font option like on this screenshot:
I Googled and searched here for the solution, the only thing I've found it to override the text and edit it manually - however this will be changed as soon as you make a change to the object.
I'd like to hide the "in" direction indicator for method parameters - anyone know if it's possible to do this and if so, how?
After doing some research, here's what I found:
There is no GUI option to toggle the visibility of the direction indicator
A workaround would be to create a new master (copying the original class master), and tweak it to change the display of Operations shape.
However, there is no option in the Shapesheet window to do that.
The next thing to try would be manipulate it via code.
After fiddling around, I couldn't find any public properties that allowed you to set that.
I stumbled upon this technet forum post which confirmed my suspicion (that the UML addon lacked a good set of APIs).
So I guess the short answer is - No. There is no automatic way of doing that in Visio 2007/2010.
There are other tools that let you control this, such as:
Sparx Systems Enterprise Architect (Class Diagrams)
IBM's Rational Software Architect (Showing or hiding parameters)
If you can switch tools, I would recommend Enterprise Architect. It has allows C# code generation (not sure about IBM) and has Visual Studio integration as well.
Hope ths helps!