Top "Components" questions

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.

Android dialog number picker

Is there any tested and usable component we can use to show "Count selector" like this? Our target is to …

android user-interface components counter
When to use which constructor for ComponentName in Android?

I am a little bit confused about the ComponentName class in Android. There are different ways to get to a …

android constructor components
How to draw on a TPanel

I need to draw on a TPanel, ideally directly so I don't have another component on top of it getting …

delphi canvas components tpanel
Generate dynamic flow-chart

We are looking for some code/component that can create a flow-chart (image) dynamically, preferably in .NET/C# (although a …

c# .net components flowchart image-generation
How to set selected item in reactstrap Dropdown?

How to set selected item in reactstrap Dropdown? There is example of dropdown: https://reactstrap.github.io/components/dropdowns/ When …

reactjs components reactstrap
how to use parent module component in child module component in angular2

I have header that should be used in both child and parent module.that was imported and used in parent …

angular components angular2-template
How to use "vuetify" transitions on my components?

I'm using Vuetifyjs library in my project. I want to add transitions to my components - but there are no …

javascript components material-design vuetify.js
Show Dialog from ViewModel in Android MVVM Architecture

About MVVM with new architecture components, I've a question, how should I implement if my app needs to display for …

android mvvm architecture components presenter
ANGULAR 4 Base64 Upload Component

I am new to Angular. I am using Angular 4. Where there is a requirement to send the base64 Image as …

angular upload base64 components directive
When to add a Component Class vs User Control?

I have a general idea, and there are some obvious cases, but there are also some gray areas for me …

c# user-controls controls components