0
votes
1answer
25 views
how do tell if its better to standardize your data matrix first when you do principal component analysis in R ?
Hi guys ,
Im trying to do principal component analysis in R . There is 2 ways of doing it , I believe.
One is doing principal component analysis right away the other way is st …
0
votes
3answers
21 views
Hibernate Component with Generics
Ok, this question is best explained in code. So will try to present the most succinct example I can.
Timestamped.java
@Embeddable
public class Timestamped<E> {
private …
0
votes
1answer
11 views
How to add insert-comment feature to any Windows text (code) editor
I want to write a Windows add-on or application that adds the following function to any Windows text (code) editor:
I select one or more lines of code in the editor (existing fun …
0
votes
4answers
157 views
Looking for a Delphi Gantt chart component
Hi,
Does anyone have any experience with using a Gantt chart control in Delphi? I'm looking for a native VCL one but ActiveX would also do.
I don't have too many requiremetnts o …
2
votes
4answers
160 views
.NET component in DELPHI 2009
Hi,
Could you please tell me if .NET component can be used with Delphi 2009 and, if so, could you please send me some example code.
Thanks in advance.
2
votes
2answers
73 views
NHibernate: HasMany components and Where/Contains clause
Hi, I'm trying to work out how to create a query using Linq to NHibernate.
I have two classes like this:
public class Foo
{
private ISet<Bar> _bars = new HashedSet<B …
1
vote
2answers
40 views
Component-based architecture vs. Distributed system
Can we describe a component-based architecture as a distributed system for an example EJB is a component based architecture as well as it has qualities to become a distributed syst …
1
vote
7answers
139 views
How can I write portable Windows applications?
Sometimes, I want to write an simple application which will works on any Windows machine, without installing any programs or components (ex. .NET Framework), in a C# or Java like p …
0
votes
0answers
26 views
.NET Component for Floor Plan Designer application
My next project is a kitchen designer application (CAD). Something like MS Visio or Home Suite app.
I am looking for a component that I can use as a design editor.
Front view is …
0
votes
1answer
64 views
Flash Cs4 components skinning / themes ?
is there a way to apply custom skin / theme on components in flash Cs4.
I remembeer I could edit them in flash 8 as2, but in flash cs4 they just an objects.
without option to ed …
0
votes
1answer
147 views
pagination in datagrid-flex
Hi,
I wanted to implement pagination feature for the flex datagrid. I think, there is no in built feature in flex for implementing the pagination feature, so I googled to find if …
1
vote
2answers
26 views
Java TokenField like Cocoa’s?
Does anyone know of an existing Java component that implements a TokenField, similar to Cocoa's NSTokenField?
An overview of the Cocoa control is at:
http://developer.apple.com/ma …
0
votes
3answers
132 views
Using CakePHP’s Email component
Hi!
I try to send a simple Email via CakePHP's Email Component. I'm using following code from the cookbook documentation:
$this->Email->from = 'Irgendjemand <irgendje …
1
vote
4answers
177 views
Cloning a TStringGrid Component
Dear all,
I am starting to learn Delphi. So I decided to write an application like MS Excel from scratch. In a new Form1, I did put a TPageControl component containing only 1 page …
0
votes
2answers
111 views
how to use UIComponent/Flash in Flex
Hi,
I am new to Flash/Flex.
I would like to use a Component I created in Flash extending fl.core.UIComponent. How do I use this in Flex? Do I just export it as a swc or do I …
