custom-component
How to make flash builder component affect main application?
I have my main application, which contains several instances of a component that create a grid of photos belonging to a certain category. (the grids, and the photos are created dynamically with a loop[详细]
2023-02-09 04:01 分类:问答Import javascript and css in head tag in a custom jsf component
How to import a javascript and a css file in head tag of a html generated by a custom jsf component? I\'ve found some articles about using resources for this purpose.[详细]
2023-02-07 11:46 分类:问答Custom swing component: Problem with repaint()
I\'m building a custom swing component (more as a practical thought experiment than anything else).开发者_JAVA技巧[详细]
2023-02-07 10:44 分类:问答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\". Added a reference to this DLL and set it to \"copy locally\".[详细]
2023-02-03 12:11 分类:问答Flex: Creating a custom list component
I\'m trying to extend the mx:Box container so that two buttons sit on the outside of the container to cycle through it\'s contents (similar to a scrollbar).[详细]
2023-02-03 03:39 分类:问答How to create a Folder (Directory) property editor for my component?
Delphi 2010 How to create a Folder (Directory) property editor for my component? I was able to easily create one for a FileName property using:[详细]
2023-02-01 07:01 分类:问答Delphi custom components, using in project when tpropertyeditor is involved
i have a problem with running my project built in Delphi CodeGear containing my own compo开发者_如何学编程nents. They (the components) use propertyeditors, so I use designide.dcp, and this compiles we[详细]
2023-02-01 03:56 分类:问答How to create/use a Calendar inside an Android Application (not as an Intent)
I am working on an Android application which requires a google synced calendar as part of it. I cannot use an Intent to show up the Android Calendar Activity. It has to be a part of the application. T[详细]
2023-01-28 23:36 分类:问答Facelet Custom Component - prevent rendering
After reading this answer, I am still stumped.I agree that JSTL should be avoided and understand how its evaluation occurs in the wrong phase.However, per the documentation on the facelets development[详细]
2023-01-28 13:56 分类:问答How to put MXML child nodes within a custom Flex 4 component?
Here is an example of a custom component. It is just a box with a title label and a close ima开发者_如何转开发ge (X):[详细]
2023-01-27 09:43 分类:问答