custom-component
Importing PHP code in Joomla Component development
Can\'t figure out how to import php files into my joomla component- all of these fail: require_once(\'code.php\');[详细]
2023-01-27 07:42 分类:问答How do you make a custom auto complete component in Flex?
I need to make an auto complete component in flex that fetches the auto complete results from a remote database using a webservice.I have the webservice and querying part worked out.I\'ve already made[详细]
2023-01-27 07:07 分类:问答Flex Component using global variable
I am using Flash Builder 4 Burrito Preview - builing a Mobile Application.I have a custom component called footer.mxml.That footer has 4 buttons, and one of them has a lable that is bound to cartValue[详细]
2023-01-24 18:37 分类:问答hierarchy viewer makes height changes appear
it\'s my first question. I have built a custom component: a RelativeLayout with a TextView on the bottom and two ImageView above that, acting as a 2-columns clickable element of an histogram. To set[详细]
2023-01-24 06:00 分类:问答I need help on how to implement class that can be shown in object Inspector
i have ... TDispPitch = class private iLineSize: Integer; iLineColor: TColor; bDisplayAccent: Boolean; bVisible: Boolean;[详细]
2023-01-23 10:54 分类:问答Flex 4: Help adressing an object
I found this amazing code to make a dropdownlist with check boxes: Click here I implemented it and it works, except for one detail I cant for the life of me get the array of selected checkboxes back.[详细]
2023-01-20 14:39 分类:问答Component published property as array of TQuery
i\'m developing a custom component, and i\'d like to add a published property that would be an array of TQuery (it should be visible in the object inspector). the main feature would be to drop the com[详细]
2023-01-19 23:50 分类:问答Android: Control Hierarchy in Custom Components
I\'m reading the android docs on custom component development and i\'m a little confused. If you\'re creating an activity, you can add add a hierarchy of views via setContent. however, if you\'re crea[详细]
2023-01-18 23:22 分类:问答Flex: How to Call a Custom Component's Public Function in the Main App?
How do I call a custom component\'s public function from the main app. For example, I\'ve got a timer component, MyTimer.[详细]
2023-01-18 19:20 分类:问答How to ignore invalid XML in JSF?
Is it possible to ignore invalid xml-syntax in jsf-files? I\'m writing my own components is jsf 2 and want to create a dynamic table, so i want to render tr- and td-tags conditional. I\'ve tried <[详细]
2023-01-18 12:06 分类:问答