1
vote
1answer
24 views
How to create dynamic tool tip with flex?
I want to create a tool tip component which contains an image and a text box. The text box will apply the word wrap option and will change the height of the tool tip accordingly (t …
1
vote
2answers
24 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 …
1
vote
2answers
23 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 …
0
votes
1answer
36 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 …
4
votes
1answer
140 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 …
1
vote
1answer
118 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 …
0
votes
1answer
93 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
71 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
351 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 …
2
votes
4answers
190 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
1answer
72 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
3answers
186 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 …
0
votes
0answers
22 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 …
2
votes
3answers
239 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 …
3
votes
3answers
289 views
“Cannot load package A, it contains unit X, which is also contained in package B”
(More package/component install fun for me -- thanks everyone for all your help to date).
I am getting the error listed as the title, in Delphi 2007. Package A is my package of …
