I got a script component which does Transformation / DataType conversions / Creating some calculated columns.All the transform validations / datatype conversion methods and for new column generation i
The situation is the following. Typically I use RAD Studio 2010 for Delphi development. I have some components I would like to redistribute in binary form (*.bpl without source). But I would like peop
I created a flex component that hosts several built in (mx) components such as a listbox and combo box.My component relies on external data, and I need to expose events such as ComboBox.enter and List
in Lazarus on Linux, I registered a class as a component, so that I can drop it on a form. Works like a charm, except that the properties that I can publish are limited to simple types like strings a
Most of the tutorials and documentation 开发者_如何学JAVAthat I\'ve been reading seem to indicate that most component communication takes place by subscription using listeners.
I am creating a component that will be a large plus or a large minus. I don\'t want to use a bitmap because even I can draw this using the Graphics class, but the component mu开发者_运维技巧st be clic
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am new to Java (but have a fair bit of .NET experience). I need to get a Java application up and running quickly, so what I am looking for here is advice on components that will simplify or reduce
We are doing some architecture refactoring. We are a SaaS company so all deploys are to our own self managed servers. Current model packs all of our binaries along with 3rd party libraries we use into
I\'m building a site that is going to consist of components. A component defined as a particular set of HTML and CSS and jQuery. Each page of the site will consist of many components.