I\'d like to use a button within a component to remove it. So, you click it and the component is gone. But, I haven\'t figured out how you reference the component from within the component. What shoul
I want to create custom component which adds new child to page \"head\" facet. This custom component is based on h:selectOneMenu. When used on jsf page, user can simply change the current theme. What
For my AIR based application I am trying to create a custom component based on canvas which has an image (as shown below).
I am trying to use a component which named as A C# IP Address Control but it has a problem I think. because when I increase its value 1, it gives me some wrong result. forexample
i am writing a small app to manage code snippets , so i want a component to display the code (keyword coloring , lines numbering ...) , so where to get this component and if it doesnt exist how to imp
I can\'t figure out why this isn\'t working: <开发者_开发百科apex:repeat value=\"{!MyContacts}\" var=\"c\" >
I have been making components for Delphi for a couple months now. Currently I am extending the TButton to create another form that 开发者_如何学编程has 20 or so components on it. I have done this rece
how do I create a TCustomControl that will behave like Tpanel? eg My开发者_运维百科CustomComponent, that I can drop components in like labels, images etc.The trick is this piece of code in TCustomPane
I want to add aboutbox/dialogbox on my Custom component. how to make the small button[...] appear on the object inspector? just like the assigning a picure on the Timage compone开发者_运维知识库nt. Yo
I am trying to develop custom control in JSF 1.2 (using facelets). I followed steps from different tutorials (defining .tld, taglib.xml, registered component in faces-config.xml and implementing UICo