Top "Custom-component" questions

"custom component" is a generic term for a manually developed UI component for a component based UI framework.

Android Text should appear both side in the Switch

I using custom switch for support of API 8. I am using THIS Libarary for Custom Switch. But I want to …

android switch-statement custom-component
Changing the background color of a selected JToggleButton

I am trying to change the color of a JToggleButton when it has been selected in a reliable, look and …

java swing custom-component uimanager jtogglebutton
TypeArray in Android - How to store custom objects in xml and retrieve them?

I have a class like public class CountryVO { private String countryCode; private String countryName; private Drawable countryFlag; public String getCountryCode() { …

android xml custom-component typedarray
AS3 disable editable/selectable for textInput inside of a Datagrid

I am currently trying to disable the selectable / editable / or change the textInput to dynamic to get my desired result. …

actionscript-3 datagrid custom-component cellrenderer
"Cannot load package A, it contains unit X, which is also contained in package B"

(More package/component install fun for me -- thanks everyone for all your help to date). I am getting the …

delphi packages custom-component
Custom icon for a radio button

I am trying to implement a custom icon for the radio button in android. i.e. I want the Radio …

android radio-button custom-component
React Native - FlatList Not Rendering

(Note: I'm using Expo for this app) I'm attempting to render a FlatList that displays a list of printers. Here's …

react-native expo custom-component flatlist
onMeasure(): wrap_content, how do I know the size to wrap?

I have made a custom View with onDraw() overridden that draws a bitmap on the canvas. When I specify that …

android view custom-component
How to programmatically set custom attributes of custom components?

I have a custom component called CircleView, and I want to change a custom attribute called fillColor defined in attrs.…

android custom-component
Custom View not inflating

I am trying to create my custom view through xml, but the screen does not show my view, s it …

android custom-controls custom-component