Tagged Questions

0
votes
2answers
23 views

Why are my XMLListCollection properties in my custom components always null?

I've written the following custom component, SubNavBar.mxml: <?xml version="1.0" encoding="utf-8"?> <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" height="100" width="300" …
0
votes
0answers
5 views

Flex: Should I use web service calls in custom components or regulate them to main.mxml?

I'm attempting to code an RIA with loosely couple components. I have several custom components that use data from a web service I've decalred in main.mxml. As a best practice, should I make all of my …
0
votes
1answer
73 views

Are TopCoder Components or Applications Quality Products?

Does anyone have experience with buying or using any TopCoder components or applications and do they seem like they are useful and worth the money?
5
votes
7answers
2k views

JSF Lifecycle and Custom components

There are a couple of things that I am having a difficult time understanding with regards to developing custom components in JSF. For the purposes of these questions, you can assume that all of the …
0
votes
0answers
12 views

how to prevent itemeditor destruction?

My custom item editor opens a titlewindow (too much stuff to show in an inline editor) which obviously steal the focus, so I get a itemeditend event and the datagrid destroy the editor at the wrong …
1
vote
2answers
47 views

How to put my component in a new group in Visual Studio toolbox?

I have created a component and it is automatically shown in toolbox when I open the solution. It can be placed on form, I can change properties etc. When I close the solution and install it in …
0
votes
1answer
27 views

Getting handles to dynamically-generated Flex components

I have a Flex application which references a separate MXML file as a template for a custom component. I create instances of the component dynamically several times in my program, but I need to get a …
1
vote
2answers
96 views

Flex DataGrid, Row Group Headers.

I am trying to extend the DataGrid to allow headers for different groups of rows. However, I cannot figure out which method to extend from DataGrid that would allow me to accomplish this. I do not …
1
vote
2answers
49 views

To restrict size of components at design time: CodeGear C++ Builder

Hi, I am trying to inherit from TButton in order to provide some size aware capabilities, where the buttons are able to resize themselves and/or their font size (within certain constraints) to allow …
0
votes
1answer
169 views

Flex 3: Embedding MovieClip Symbol to Image Control programmatically

I've reviewed all the documentation and Google results surrounding this and I think I have everything setup correctly. My problem is that the symbol is not appearing in my app. I have a MovieClip …
1
vote
1answer
204 views

Facelet Custom Component - prevent rendering ui:insert content in custom component

Hi, this is my custom component definition: <ui:composition xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" …
2
votes
4answers
281 views

Delphi “E2161 Error: RLINK32: Error opening file ________.drf “ during Build All

I am trying to resolve a problem with a set of packages that apparently have dependency issues. Occasionally during a Build All, I get this error: Delphi "E2161 Error: RLINK32: Error opening file …
0
votes
0answers
42 views

Visual Studio Designer: problem with custom component selection change

I have a component derived from IComponent (also tried to derive from Component) The problem: If I have 2 my custom components on the form, and one of them is selected, then I can't straightly select …
4
votes
1answer
224 views

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 contains a TabWidget with 3 tabs. Each tab has quite a few components. The activity …
0
votes
1answer
80 views

TForm property that’s an array (or collection) of TFrame descendants

I am exploring this subject again, from a slightly different angle than before: I have TForm descendant which is used in a couple of other components as a dialog, that I'd like to add as a property …

1 2 3 4 next
15 30 50 per page