Components in ComponentsI'm finishing up on a component that I've been creating at run-time but thought I'd go ahead and compile it and add it to my palette. The component contains a number of TPersistent components and a couple of TComponents. It's working well, and it compiles OK, but in the Object Inspector each of the TComponent properties has a drop-down control next to it, as if I was supposed to pick a component from a list. What is going on with this? Do I need to define the owner differently, or specify a parent-lik
e object? I'd rather it just list the name of the class, like how i...
Embedding sub-components within a componentHi
How can I get a component to maintain a dynamic list of TSpeedButtons, storing the buttons in the dfm file? (Delphi 7)
Basically, I am wanting to create a navigation-like component which maintains the buttons on a panel - much like a TDBNavigator maintains buttons (except I want to be able to add extra buttons, and manipulate the buttons as part of one component at design time and run time).
I have been able to get an example of a TCollection/TCollectionItem property working with the default IDE collection editor (dynamically creating and saving multiple "items" into the ...
Sub Components in BugzillaIs it currently possible or has any one been able to add sub
components to Bugzilla?
What we currently have is products which are comprised of components.
What I am interested in is having products which have components which
have sub components.
It seems like it could be quite involved, but I wanted to see if
anyone has tried it.
What I am really looking for is a way to do the following. To have
sub components
which could be tied to any components.
e.g. product computer -> component PCI board -> sub component NIC
product computer -> component motherboard -&g...
to create bugs in a component of the product and not in several componentsI have two groups that can create bugs in a product that has several
components. It is possible to be caused that a group can create bugs
in a component of the product and not in several components?
sepulveda187,
On 5 Apr 2005 10:26:43 -0700, sepulveda187@yahoo.com
<sepulveda187@yahoo.com> wrote:
> I have two groups that can create bugs in a product that has several
> components. It is possible to be caused that a group can create bugs
> in a component of the product and not in several components?
No :(
At least not without heavy code modification.
Regar...
Hide Show sub component of a component in Design timeI want to learn some design time issues in Code Gear RAD Studio C++ Builder 2007.
I write a component following:
class PACKAGE TMyComponent : public TScrollBox
{
private :
TPanel *bPanel;
bool showBPanel;
void __fastcall SetVisibleToBPanel( bool sbp);
__published :
__property bool ShowButtonPanel = { read = showBPanel; write = SetVisibleToBPanel, default= true };
}
void __fastcall TMyComponent :: SetVisibleToBPanel( bool sbp)
{
showBPanel = sbp;
bPanel->Visible = showBPanel ;
}
I have a scrollbox and a button p...
Component to component method call passing a component reference.From all investigation this seems like something I should be able to do,
but....
I have a stateless component named "n_manager" that through createinstance()
gets references to three stateful components named "n_comtest1",
"n_comtest2", and "n_comtester". I then wish to call a method on the
instance of "n_comtester" passing the references to "n_comtest1" and
"n_comtest2".
The IDL generated for the "of_test" function I'm calling is:
interface n_comtester : n_combase
{
string of_test...
to create bugs in a component of the product and not in several components #2I have two groups that can create bugs in a product that has several
components. It is possible to be caused that a group can create bugs
in a component of the product and not in several components?
...
Bugzilla and localizations components/productsHi,
we're having two bugs open right now [1] that may or may not merge, and
I wonder where the off-the-bug discussion should be. Trying .governance.
We may want to have more than one bug component per locale on the one
hand, and we have more and more stuff tracked in bugs that's not
strictly "Client Software", like website bugs etc.
I'm wondering if we should move "Mozilla Localizations" from being a
product to being a category, and to have a product per locale. That's
default to just a single "General" component, but would have ...
How to do a component containing other componentsHello,
I try to create a Component from TPanel that contains a tool bar and other components
my problem is to access to the tool bar at design time mainly to edit the menu allowing to add a button and after that to access the button itself
here's my first version:
class PACKAGE TPan_Viewer : public TPanel
{
private:
TToolBar *ToolBar1;
TButton* Bout1;
protected:
public:
void __fastcall OnClickButton(TObject *Sender);
__fastcall TPan_Viewer(TComponent* Owner);
__published:
__property TButton* Button={read=Bout1,write=Bout1};
__property TTool...
Components calling other componentsHi,
I have a Java component that calls methods on other Java components inside
Jaguar (2.0 on NT).
To do that I had to insert the Jaguar iiop address in the calling component
code.
Is there any other way to do that? Maybe some function that gets the current
environment (Name
Server)?
thanks
Eduardo Kamada
On intercomponent calls, and you can see SVU for an example. You dont need to
create a Manager and Session for an intercomponent call, as the in process orb
can verify user credentials that were passed to the root component. The
intercomponent call would look like
...
problem with a component that has other componentsHi ! I am writing a component that has multiple elements inside (edit, buttons etc).
I started with TWinControl and then created inside TEdit and other elements.
The problem: when window below my component is updated, the Edit does not repaint (looks transparent).
Apparently I violate the paint message propagation ... Please help me! Also let me know if there are better ways to make such a control.
Boris
<Boris Epel> wrote in message news:310889@forums.embarcadero.com...
> I started with TWinControl
Consider deriving your main component from TPanel or TFrame or some other...
suggested reviewers for bugzilla products and componentsHi,
in case someone missed it, there's been a posting to m.d.planning
regarding suggested reviewers for Bugzilla products and components. The
WIP list is here:
https://bmo.etherpad.mozilla.org/suggested-reviewers
My immediate reaction is that I welcome the idea. Two annotations:
* I'm not an appropriate reviewer for SM Releng, or am I?
* I think Phil could be listed in many more places. :-)
Greetings,
Jens
--
Jens Hatlak <http://jens.hatlak.de/>
SeaMonkey Trunk Tracker <http://smtt.blogspot.com/>
Jens Hatlak wrote:
> Hi,
>
> in cas...
Error in Bugzilla adding a component to a ProductI was on 5.0 and had a problem adding a component to a Product. I was adding a
number of components and the first 3 worked but after that I got an error. I
upgraded to 5.0.1 to see if that had maybe cured the problem, but I'm afraid
not.
I'm not a perl programmer so I'm a bit unsure of this and didn't find much on
a search for the problem. I'm also a bit confused by the error message given
that I was allowed to add components a few minutes before. If it thinks
something isn't installed then it wasn't installed before. Perhaps there's a
limit to the num...
Can we get a bugzilla product/component?I'd love to be able to watch all the bugs being filed, we should get our own product or component or whatever.
-Ben
...