3
votes
5answers
98 views
Where should I begin when building a component?
Hello, I am looking to build my own component and have no idea where to begin. I have some Delphi books but they are old and outdated, and am looking for some recommendations on t …
1
vote
3answers
121 views
Why don’t a ClientDataSet descendant’s fields appear at design time?
I'm trying to write a component that inherits from TClientDataset. On the create of the component in design time I want to instantiate a list of common fields that are used within …
1
vote
1answer
24 views
Drag and Drop, Orderable List in ActionScript 3
I am trying to create a set of drag-and-drop, orderable lists with ActionScript. I know this is possible in Flex.
The behavior I am going for can be seen here: Two-way drag-and dr …
0
votes
2answers
47 views
array dependency injection in spring?
Hi,
is there a way to use dependency injection to inject all available implementations of a specific interface in spring?
This is kind of the same thing as asked here for .NET.
…
190
votes
66answers
8k views
Most useful free .NET libraries?
I have used a lot of free .NET libraries, some from Microsoft itself!
Which ones have you found the most useful?
Dependency Injection/Inversion of Control
Unity Framework - Micr …
0
votes
1answer
23 views
Sharing components in .NET platform
Hi!
I have an e-commerce website that is already up and running for some time. It's built on .NET 3.5. So far, so good.
The "problem" is that now I need to start sharing function …
6
votes
7answers
101 views
Where to put the interfaces in a component based architecture?
In a component based architecture where a large number of decoupled components communicate through a set of standardized interfaces - are there any guidelines for where-to-store / …
3
votes
2answers
219 views
Looking for a simple graphical component for Delphi
Hi SO.
I am looking for a graphical component in Delphi winch have such features:
allows to paint text in different font types, sizes and colors
allows to select previously draw …
0
votes
2answers
44 views
What does Flickr use for charting?
Recently I was browsing my Flickr account and the stats for it and noticed that they display a very nice chart. What made an impression on me was that it was rendered in HTML and u …
2
votes
1answer
246 views
Did you ever encounter commercial VCL component/suite without bugs? [closed]
I've used a lot commercial components, over the time. Now I just use a few. Almost all came with bugs. Some were minor and some disastrous. This is not bashing. We all produce bugs …
3
votes
1answer
74 views
How can I troubleshoot design-time packages in Delphi/C++Builder?
I have consistently had IDE problems in Delphi/C++Builder for years, with every version. I usually just reboot, recompile, etc. and move on. However, I keep seeing others say tha …
0
votes
2answers
41 views
Looking for ASP.NET/HTML menu like the one at this page
ComponentArt home's page has a top dropdown nav menu. I like it's professional look with the image and bordered item container. I was wondering if there are any free similar compon …
0
votes
1answer
31 views
JSF tags in JSF component renderer
Can i somehow add JSF tags to my JSF component renderer class? I'm trying in this way:
writer.append("<f:param name=\"active\" value=\""+tabName+"\"/>");
But, this …
0
votes
2answers
59 views
.NET WinForms application not releasing components?
Hello:
I'm working with a .NET 2.0 WinForms application in C#.
I noticed something that I thought to be strange during the tear down of my application. In the designer generated …
0
votes
3answers
38 views
Generate dynamic flow-chart
Hi,
We are looking for some code/component that can create a flow-chart (image) dynamically, preferably in .NET/C# (although a Silverlight/Flash-component that takes a XML/JSON-fe …
