Top "Custom-component" questions

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

When to use <ui:include>, tag files, composite components and/or custom components?

I started using JSF 2.0 with Facelets recently and got puzzled by new composite components knowing existing <ui:include> …

jsf-2 facelets custom-component composite-component tagfile
Creating Custom ImageView

I create a custom image view by extending ImageView that just draws some text on the screen, however I don't …

android android-widget custom-component
Use declare styleable to set custom component input type

I have a CompositeComponent (EditText+ImageButton) When clicking on button the edittext content will be cleared. It is working fine. …

android custom-component attr
Sane way to concat string and variable in Handlebars.js helper argument?

I'm trying to build a simple modal component in Ember, but it seems the "logic-less" of Handlebars is too illogical …

ember.js handlebars.js custom-component
Custom FragmentDialog with round corners and not 100% screen width

I am creating a custom fragment dialog with round corners and with layout that would not fill the screen width (…

android custom-component android-dialogfragment
Android - Writing a custom (compound) component

The Android app I'm currently developing has a main activity that has grown quite large. This is mainly because it …

java android custom-component
How to load a Custom PHP Magento Block inside a template file

I've created a Custom Block based on this tutorial http://blog.magikcommerce.com/how-to-show-most-viewed-best-selling-products-in-magento-store I would like to call the …

magento templates block custom-component
Visual Studio do not add my component (from a DLL) to the toolbox even if I reference it

As stated in the title, I copied my DLL in Visual Studio project, set it to "content" and "copy always". …

visual-studio-2010 dll components custom-component toolbox
Creating a custom editText with tag-like feature

I've been searching around but could not find any answers to this. What I'm trying to implement is an EditText …

android android-edittext custom-component
How to install a component from .pas file in delphi?

i've downloaded the RealTimeMarquee component for embarcadereo delphi 2010 which comes as a two files RealTimeMarquee.pas SimpleHTML.pas But when …

delphi installation package delphi-2010 custom-component