1
vote
2answers
109 views
Delphi Package: Systools - I Need It!
Any chance someone out there still has SysTools 3 Components (S303_D60.bpl)
It's was supposedly used at some point on the project I'm working on, but I can't find locally or on the …
0
votes
2answers
20 views
Flex: changing Flex component styles in AS3
Hi, in MXML, there is a Button class which you can instantiate like so:
<mx:Button id="something />
but what if you wanted to dynamically build this in AS3 and add it to t …
185
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
4answers
147 views
Adding Delphi 6 third party component to Delphi 2010?
Hi,
I have a few Delphi 6 third party components which I need to add to Delphi 2010 to begin my migration. Is it possible? The interface seem a lot different and I can't seem to f …
5
votes
7answers
124 views
Where can you release eensy weensy helpful little .NET classes?
I find myself writing a lot of reusable code because I couldn't find reusable code that other people wrote. Tiny stuff, like little winforms components, among other things.
I am l …
0
votes
3answers
77 views
Using components outside of controllers in CakePHP
Is it possible to use the built-in CakePHP components (eg: EmailComponent) as standalone classes?
I know this probably shows a design flaw, and that I'm not doing it the Cake way …
0
votes
3answers
111 views
How to call a mxml component from another mxml component in flex-edited
I need to call a component named "defectTracker.mxml" by clicking a link in another mxml component called "reviewComponent.mxml". How do I achieve that?
This is my reviewComponent …
2
votes
2answers
71 views
Free Windows Forms Components Similar to jQuery UI Draggables
EDIT:
So, I ended up making my own basic solution to this problem, and it can be found in my own answer to the question below. Or, here's a link.
Original Post
I'm doing some UI …
0
votes
2answers
58 views
flex 3 component using x y as center, not topleft
Hi,
How can I extend components like buttons to use x and y value as the center of the component, not the top left?
Thanks,
Jean
0
votes
3answers
92 views
how to access the datagrid in one mxml in another component?
I have a datagrid in my mxml file, say, samp.mxml.
<mx:DataGrid id="taskDataGrid" dataProvider="{initDG}" variableRowHeight="true"
editable="true" width="100%" paddingBot …
0
votes
2answers
41 views
.Net Powerpoint Component
I am looking for a .Net component to allow reading and generation of powerpoint files. So far the only thing that I have been able to find is the component by Aspose. Can anyone re …
1
vote
3answers
59 views
What’s the most elegant way to swap out events when setting a property?
Doing component-based development, I find myself doing this fairly often:
public class SomeClass
{
SomeOtherClass foo;
public SomeOtherClass Foo
{
get { retur …
27
votes
32answers
5k views
Delphi Free and Open Source Components that are still maintained.
It would be good to compile a new inventory here of Delphi FOSS components that are very useful, also with rare and difficult to find functionality and still maintained for the lat …
2
votes
1answer
95 views
How can I make a component disappear in the form designer?
I'm creating a custom control that contains other controls, including two scroll bars, one horizontal, one vertical. There's a property to set one or both scroll bars invisible, w …
0
votes
1answer
86 views
how to get jsf clientid of a component in datatable ?
hi there,
i am trying to get the client id of a component in a datatable. the problem is that jsf puts row index before the component id automatically, i.e.
<a id="mapped …
