0
votes
1answer
38 views
Any free shaped button components available?
I recently downloaded the source to an "open source" project that unfortunately has dependencies on a bunch of expensive proprietary libraries, including Infopower 1stClass, which it seems to use …
0
votes
1answer
29 views
how to show all the sample principal component plots in R ?
I noticed something in R ,
say pc is the result of applying PCA to a data matrix and
pc$x is my sample principal component matrix .
when try plot(pc$x) , it will only plot the first principal …
0
votes
1answer
38 views
Setting TTabControl color after XPManifest in Delphi
I have tabcontrol component on my form. After I put XPManifest, its color became white, I want to change it, but couldn't find color property. And I don't want to remove XPManifest as well. Is there …
0
votes
3answers
52 views
What is a good database data entry component for .net?
What is your favourite way of allowing a web user add/edit records of database table without having to do too much wiring?
I'm looking for a clean fuss-free web-interface to a database.
Edit
For …
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 - Microsoft
StructureMap - …
4
votes
6answers
179 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 tutorials/books to …
0
votes
1answer
25 views
Flex application layers
Hello!
I'm new to Flex and I want to separate app tiers/components as much as possible.
So I have three mxmls:
X.mxml which has a datagrid with
students
Y.mxml which must be able
to tell which …
1
vote
0answers
22 views
Help me in understanding about a research phase ES Operating System by Google?
Hello,
I was googling about the latest Chrome OS by google and encountered an another old research phase OperatingSystem owned Google, its "ECMAScript Operating System" (ES OS) hosted on GoogleCode.
…
0
votes
1answer
47 views
How do i use TLBIMP.EXE ?
I've found it in my visual studio folder, but when i open it it simply loads and closes instantly. is that the right way to reach to it's functionalities ?
1
vote
3answers
128 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 my framework. The …
6
votes
7answers
107 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 / how-to-group the …
0
votes
2answers
52 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.
Though my aim is to …
0
votes
1answer
26 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 functionality (products …
3
votes
2answers
220 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 drawn text and copy it
…
1
vote
1answer
26 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 drop support (you'll …
