A component in the Unified Modeling Language "represents a modular part of a system, that encapsulates its content and whose manifestation is replaceable within its environment. A component defines its behavior in terms of provided and required interfaces". The best example of component can be found in ActionScript- Flash,Flex sdks. There you have UI components like buttons, labels, DataGrids, charts those are reusable, distributable etc.
Questions tagged [components]
11658 questions
3
votes
0 answers
android studio prompt code complete color and font doesn't work
both prompt and code complete are not working in android studio.
also color and font are trouble some.
checked configuration is ok.
reinstall doesn't work.
i think it should missing some file or there is some problem in ui component.
BTW,in…

venciallee
- 775
- 4
- 19
3
votes
2 answers
Any free shaped button components available?
I recently downloaded the source to an "open source" project that unfortunately has dependencies on a bunch of expensive proprietary libraries, including Infopower 1stClass, which it seems to use primarily for TfcShapeButton, a component that acts…

Mason Wheeler
- 82,511
- 50
- 270
- 477
3
votes
1 answer
The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter
I had developed a custom tool to create components on Tridion. Using core service i am creating the components. I tested this application using small text files, it worked fine.
Now i am running my tool to create components for the actual content.…

user1733557
- 31
- 2
3
votes
1 answer
Associations between components in UML Component Diagrams
Suppose that I am designing a distributed application:
It is composed by one host, that is the frontend web service of the company (CompanyWS), and one or more hosts, say three, that are the distributed warehouses of the company. Each warehouse is…

user2627331
- 43
- 6
3
votes
1 answer
How to create a preview for component in delphi?
On some programs there is an interesting possibility:
in case the work area is very large, there is the overall picture, which provided by the plan of all component.
Which component allows you to add this capability to my program?
I would like to…

huxahetu
- 193
- 5
3
votes
3 answers
Hibernate Component with Generics
Ok, this question is best explained in code. So will try to present the most succinct example I can.
Timestamped.java
@Embeddable
public class Timestamped {
private E value;
private Date timestamp;
…

Steve Skrla
- 1,620
- 5
- 16
- 24
3
votes
1 answer
FireFox v22.0 won't download and display XBAP anymore
I've recently upgraded to FireFox 22. Originally, a legacy XBAP I use always opened correctly in FireFox and had no problems displaying or running. As of 22, it won't even attempt to download the application, let alone try and display it.
I have the…

William Troup
- 12,739
- 21
- 70
- 98
3
votes
3 answers
What order do two IBActions fire when called from the same component?
I have a UIButton and I am trying to call 2 different actions from one UIButton event, since that button needs to do two things, but I need to do them in a certain order.
No matter how I try, I can't seem to change the order in which the Actions…

Dummy Code
- 1,858
- 4
- 19
- 38
3
votes
2 answers
Use geometric shapes as components
I am trying to create an application similar to Paint, in which I must use some basic shapes in order to create more complex ones.
I will use Swing. I have to be able to drag and drop objects from one JEditorPane to another. I want to use primitives…

Mihai Andrei Rustiuc
- 329
- 3
- 22
3
votes
1 answer
Create custom joomla captcha
I've been assigned to create a captcha verification for a custom component in joomla, but I'm stuck at how to do it properly.
I'm aware of the fact that there are many captcha plugins like recaptcha available but I am required to use a custom…

Eliah John
- 77
- 6
3
votes
1 answer
BorderLayout.NORTH behaving unexpecedly
I have a JFrame-descendant window a with a JMenuBar and two components stored in a JPanel. One is a JTabbedPane, which occupies the majority of the screen, and the other is small JPanel that in turn contains a series of buttons. They are constructed…

ApproachingDarknessFish
- 14,133
- 7
- 40
- 79
3
votes
3 answers
.Net Powerpoint Component
I am looking for a .Net component to allow reading and generation of powerpoint files. So far the only thing that I have been able to find is the component by Aspose. Can anyone recommend other possible tools to use for this?

Yaakov Ellis
- 40,752
- 27
- 129
- 174
3
votes
0 answers
What is correct way to structure delphi compound components for stream reading?
I am having trouble reloading a saved compound component in Delphi where the subcomponent (a TChart) appears to be being created twice. When I create my component in code, it works fine.
My component is a TPanel hosting a client aligned TChart and I…

Brian Frost
- 13,334
- 11
- 80
- 154
3
votes
1 answer
Reuse component in projection (NHibernate)
Is it possible to reuse a component mapping in a projection?
Here is the mapping for the Vendor entity:
...

Brian Low
- 11,605
- 4
- 58
- 63
3
votes
1 answer
How to put a Joomla 2.5 backend view in a modal window
i like to open a components backend view in a modal window. All my attempts lead me to a modal window displaying the whole backend in an iframe in the modal window. I used this link to open the window:

Ole_S
- 356
- 1
- 3
- 21