5
votes
6answers
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 …
4
votes
1answer
204 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 …
3
votes
3answers
354 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 frame-based "viewer …
3
votes
2answers
1k views
Array Property, TList, TStringList, or TCollection, etc (Delphi Win32)
I am developing various components, and regularly run into the need to have a property that has a "one-to-many" relationship, component-to-property-member. The components are often visual components, …
3
votes
2answers
378 views
How do I create a custom control with a sub-panel that accepts other controls at designtime?
I have written a custom control, that has several sub panels. I want these sub panels to accept any additional controls dropped on them at design time.
Unfortunately any control that gets dropped at …
3
votes
3answers
236 views
How to implement find as you type on a TComboBox descendant
What is the correct way to implement the "find as you type" behavior on a TComboBox descendant component whose style is csOwnerDrawFixed?
2
votes
3answers
456 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
3answers
255 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 …
2
votes
4answers
258 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 …
2
votes
1answer
441 views
Using TCollection in Delphi
I'm trying to create a custom component with a collection property. However if I try to open the collection editor during design time by clicking "..." button in object inspector, nothing happens. …
2
votes
1answer
105 views
Frame inheritance and duplicate files in packages
I have been developing a number of components using TFrames and ModelMaker -- I've found the combination of visual design/development + inheritance + ModelMaker to be very compelling. I then register …
2
votes
1answer
576 views
Delphi 2009 - Custom Enum type property in the Object Inspector
Hi,
I have created a custom TAction type which has 2 additional properties which are of type string, and enumeration.
The string value is showing in the object inspector fine, however, the …
2
votes
1answer
180 views
Component Initialization - Runtime vs. Designtime
I have a series of visual compound components that I'm building, which use similar / common "connect" methods, which fire up there internal tables, etc.
I am automating some of the connection stuff …
2
votes
2answers
284 views
TFrame inheritance refactoring
Yet another TFrame IDE-registered-component question from me. Thanks for all the help, fellow programmers. : )
Playing around with Darrian's TFrame inheritance suggestion here:
Specifics:
…
2
votes
3answers
341 views
Adding forms and frames to packages
I am developing a package of IDE-registered components, most of which are derived from a base TFrame class. There are also various custom dialog forms that are called by these components, included in …
