Tagged Questions

0
votes
0answers
11 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
40 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
22 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
40 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
119 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
2answers
71 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 …
4
votes
1answer
194 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 …
1
vote
1answer
185 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" …
0
votes
1answer
97 views

Using TCollection with an already-defined class

(Note: This is somewhat related to my last question). I am new to using TCollection in Delphi, and am still wrapping my head around the various ways to handle one-to-many class/property-item …
2
votes
3answers
439 views

Delphi 2009 - Set default property values in custom delphi components

This should be very simple but I can't find the exact answer I want. I have a custom delphi control based on TSpeedButton. I want the Caption Property of the SpeedButton to always be 'Comments' but I …
2
votes
4answers
247 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 …
1
vote
1answer
74 views

When to Install, vs. when to just build, visual component packages that are part of a larger project

Context: I have been working on and off on an application which uses a number of custom frames-based components (which folks around here have been super helpful with as I've been learning!). Since …
0
votes
3answers
250 views

Delphi 2009: Pass component name onclick event then set property

I have a custom component of type TSpeedButton that has two extra properties defined: CommentHeading: string; CommentText: string; I set CommentHeading at design time. When the speed button is …
0
votes
1answer
77 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 …
2
votes
3answers
254 views

Creating a custom form designer

I'd like to create a custom "datamodule" in Delphi, a TDataModule like (maybe inherited) class which would have a custom grid based design interface (one component per line, some properties as …

1 2 3 4 next
15 30 50 per page