custom-component
Flex 3: How do I remove a Component Using a Button in the Component
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[详细]
2023-01-18 07:30 分类:问答Custom JSF component which adds new child to page "head" facet
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[详细]
2023-01-13 04:06 分类:问答Using image while creating custom components in flex
For my AIR based application I am trying to create a custom component based on canvas which has an image (as shown below).[详细]
2023-01-12 20:35 分类:问答using ip address component C#
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[详细]
2023-01-11 07:32 分类:问答Code Editor in C#
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[详细]
2023-01-10 19:53 分类:问答VisualForce: Pass a parameter to a custom component inside a repeater
I can\'t figure out why this isn\'t working: <开发者_开发百科apex:repeat value=\"{!MyContacts}\" var=\"c\" >[详细]
2023-01-09 01:32 分类:问答How to write a custom Button component?
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[详细]
2023-01-08 12:53 分类:问答how to create a TCustomControl that behaves like Tpanel?
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[详细]
2023-01-08 01:44 分类:问答how to add TAboutBox in TCustomControls?
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[详细]
2023-01-07 16:37 分类:问答JSF 1.2 facelets custom component
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[详细]
2023-01-07 09:53 分类:问答