1
vote
2answers
39 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 …
0
votes
1answer
18 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, b …
1
vote
2answers
58 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 accomplis …
1
vote
2answers
33 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 c …
0
votes
1answer
89 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 …
1
vote
1answer
178 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.su …
2
votes
4answers
222 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 …
0
votes
0answers
25 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 …
4
votes
1answer
179 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 compon …
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 t …
0
votes
1answer
95 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/pr …
1
vote
1answer
72 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 …
2
votes
3answers
417 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 …
0
votes
3answers
226 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 th …
2
votes
3answers
247 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 p …
