components

Component Vs Control

In the world of WinForms .Net controls What is the difference between Component and Control? Can a Control contain Components ? Can a Component contain Controls ? ...

Trouble Updating Title in JInternalFrame GUI component.

Hello, i am trying to update the title of a JInternalFrame component in my Java Project. The component is an instance of my ImageFrame class which extends JInternalFrame, and in my code I call a setter method in my ImageFrame class which updates the title attribute. I ran a Unit test and know that the attribute is updating properly, bu...

How to reduce CPU usage when moving a component in a OnMouseMove event in Delphi 7 ?

In a Delphi 7 application, I want to move a component accordingly to the mouse. Im doing something like that: procedure MyComponent.MouseMove(Sender: TObject;Shift: TShiftState; X, Y: Integer); begin AnotherComponent.Top := X; AnotherComponent.Left := Y; end; When I move the mouse the CPU usage for the main core goes up to 100% on...

flex 3 order of component loading

Hi , i have a custom component (AS3 component) which i include in my main.mxml. The problem is that it takes a bout 2 seconds longer than the main page to load. It has a db call which casues the delay. how can i fix this so that my custom component is loaded and displayed at the same time as my main.mxml file this is my component incl...

Others frameworks like PEAR

Do you know others frameworks like PEAR (http://pear.php.net) ? I want to use reusable PHP components without using the famous PEAR. I already use a framework (Zend Framework) and i want to use php components who doesn't exists in ZF like payment, encryption, math... ...

Full VCL Class Browser for Delphi

Remember the old class hierarchy posters that used to come w/Delphi? I'm wanting a full class hierarchy browser for ALL my Delphi classes, including the custom ones I've built and installed on the palette, plus third-party components. Ideally easily searchable by class name (including "whole word only" searches, so partial matches don'...

Which is the best managed .NET e-mail component with support for S/MIME?

I need a replacement for System.Net.Mail.MailMessage that is able to send signed and/or encrypted e-mails. Is there an open source library covering that? Or do you have some experiences with some of those: Chilkat Mail Easymail Dart Mail for .NET You got more? ...

AS2 FLA Component with embeded classes

I'm trying to create an AS2 component which is easily skinnable. I create an FLA component by creating a mc with some assets > component definition > link it to MyClass, and drop the fla into the Components dir. If I then drag the component into a new fla and try to render, it obviously throws the error that it can't find MyClass. I'd...

Best auto-update component(s) for Delphi

I am re-writing and/or consolidating a bunch of my "app framework" classes (basic mainform, about box, locking routines & purchase linking, auto-update, datamodule initializer, etc) -- Basically, I have a number of small potential shareware apps that I'm wanting to get out the door, and want to re-use code where I can, as well as build a...

Best Shareware lock for Delphi Win32

Same intro as my last question: I am re-writing and/or consolidating a bunch of my "app framework" classes (basic mainform, about box, locking routines & purchase linking, auto-update, datamodule initializer, etc) -- Basically, I have a number of small potential shareware apps that I'm wanting to get out the door, and want to re-use cod...

ASP.NET / MVC 1.0 Components and Ajax controls - Grid - Calendar - Search?

Hello I'm rather new to developing with MVC and I'm looking to find as many Ajax controls that integrate seamlessly into my new MVC 1.0 ASP.Net application. Specifically, tree controls, searching, outlook calendaresque, and inline updating. ...

Flex DateChooser events for individual days?

I'm using a DateChooser, and want to show different information in a tooltip as the user rolls over each day. Is there an event that fires as I'm rolling around the calendar that will tell me what day I'm currently over? ...

hex viewer/editor GUI component for Java Swing?

I'm looking for a decent hex viewer (read-only; I don't need an editor) GUI component that I can use within my Swing GUI. Is there anything out there? I suppose I could write my own, but am hoping to avoid doing this. (also it would be nice to be able to render certain bytes as colorized/bold to highlight particular bytes in question.) ...

extending an existing flex component

Hi, this is a pretty basic question but I can't seem to get it right. If I want to extend an existing component, what is the right way to do it? For example, this thread talks about it, but doesn't give an example: http://stackoverflow.com/questions/710646/flex-datechooser-events-for-individual-days A simple example of just adding a tr...

Reading MS Access mdb files in Delphi (for free)?

I'm looking for a Delphi component / library to open and read from an mdb (MS Access) database. I will not be writing to the db or displaying the data; just need to read the db using whatever sql Access supports. This is for a personal side-project (programming is not my paying job), so I need a free or a very inexpensive solution that...

jsp useBean scope in included page components

I'm creating a site on which there are many page components that refer to objects that are used elsewhere in the page. Some of these components are used in other pages as well, thus my desire to use includes rather than cut-and-paste. The problem is that if I have identical "jsp:useBean" statements in multiple components of the page,...

Looking for a free task panel component

I am looking for a free task panel component similar to the Microsoft Office 2000/XP/2003/2007 task panel with customization options (Ribbons, Customizable Toolbars, Menus...) for a free/libre open source project (FLOSS). I have found two commercial components: Codejock. Component Source. Here the images. I have been looking at Dock...

Is there any library/component for dial-up connections?

I want to dial-up through VoIP. Yes, I know that it's almost impossible. I have heard that softmodems use software for DSP, but I guess the code its hardware specific. If I only could isolate the code that makes the modem signal I could use it on my project. Anyone ever heard about a library that would fullfill my needs? PS: iaxmodem on...

Database agnostic table/view export software?

Trying to search for a more elegant/overall solution to our common/basic data export tasks I am convinced that there must be software out there that allows me to: Define and persist a "setup" (definition of file format, delimiters, encoding, column names etc) from a GUI Run on a schedule/from command line Work on both Oracle and MSSql...

"Spotlight" like component for Swing?

I am just thinking about ways to improve the user experience for our data entry application and thought about a Mac OS X Spotlight like search bar which allow the user to search for arbitrary terms and pick from a list of choices that match the terms. I imagine something that is capable of showing categories (like contacts, appointments...