components

Netbeans custom component properties

This might be a stupid question but is it possible for NetBeans IDE to add custom properties to my custom component which I already have placed in the Palette and if so then how? I have been looking all over the internet and haven't found anything that would help me figure it out. Thanks, Martin S. ...

adding a new component and what is Interop.dll file?

Hi.I add a component to my project and now in ..\bin\Debug folder this file is added:Interop.t1.dll. i want to make setup file for my project ,because of Interop file that is created in ..\bin\Debug ,i don't need be worry about registering the component(t1), is it true?if i should do more task for making setup ,please guide me.thanks a...

cakephp email component emails go to hotmail junk folder

Hi, I am using the built-in email component of CakePHP 1.3, and it seems that all my emails go to the hotmail junk folder. Does any of you know what to change to make Hotmail thinking this is NOT a spam? If some of you experienced the same issue, some feedback on what they've done or tried to fix it would be much appreciated. Cheers, N...

Is it possible? TCollection descendant to implement storage of TPanel containers with arbitrary content

I'm new to component development in Delphi, therefore want to know, is it possible to implement my task at all. I need to create a visual component (user control) based on TScrollBox, which will represent a bunch of TPanel, all that panels will be aligned as "Top" inside that TScrollBox and can have different Height. It has to act as TC...

How do I add multiple components to a PickerView?

Hi, It may be a simple question but how do I add multiple components to a UIPickerView? I use NSMutableArray to populate one component but I dont know how to populate the others. I also need to change the value of a label when a row is selected. Thanks in advance Kieran ...

Turning an ActiveX component into a .NET component

I have an ActiveX component with no user interface that was created with C++ / Visual Studio 6. Now I need to create a .NET component reusing the code. How do I go for this? Can I just wrap or embed the ActiveX inside a .NET component? ...

Flex components property change event

I have a custom component on which I have bound an array collection to one of its proeprties: <comp:MyComp id="comp" prop="{images}" /> images is an arraycollection In the components' code I would like to know which event to listen on everytime images updates props.I tried a setter on props but the setter only gets called once when p...

Besides "pebongo" is there another MongoDB component for FreePascal?

I'm aware of pebongo. It looks like a splendid effort. My issue with it is that it's in a very early stage and the only thing I can see the guy implemented was the BSON I/O lib. MongoDB over the wire is still in progress, according to the info of the project. I haven't tried it myself, but I need a bit more than this. ...

Creating a GUI with different components

I want to develop a WinForms application and the purpose of this application is creation of a GUI with different components. I should have two forms: The GUI designer. It allows selecting components like Combobox, TextBox, Button, etc. for the form. It allows make changes for properties like Location, Size, Visible, Caption. It allows ...

Picker does not recognize the last row

Hello! This seems like pretty standard code straight from the doc, so I'm not sure what I am doing wrong... My 3-component picker doesn't look right when it loads, with the selection indicator being placed too low across the picker (so the grey bar is correctly placed, but the clear raised-looking overlay is too low). Then, when I sel...

How could I represent a series of events like google calendar?

I need to be able to plot events on a vertical timeline and I like the way Google Calendar achieves this: Currently I'm displaying the information with a ListView component, but this two practical drawbacks: It's far from clear when there's a gap Or, conversely, when there's an overlap Both problems stem from the lack of represent...

Coldfusion object inheritance sanity check needed

Hi folks, I need to know if I am going about something the right way. For a given page, I am instantiating an object for the page itself. Let's call that object myPage. Within the page I have containers (usually div tags). When I go to an admin component to work with a specific div, I instantiate an object for that as well. Let's call ...

Are they any contenteditable-driven components to use in a web site ?

Hi, i seeking any inline editing solution for the web site. Suppose, i have an article, displayed on the page. To edit it, i click the "edit" button and everything, displayed in article gets "contentEditable" attribute and i can edit text, format is, as i want to, insert images etc. Is there any solution (free or commertial) to do th...

How to get a BufferedImage from a Component in java ?

I know how to get a BufferedImage from JComponent, but how to get a BufferedImage from a Component in java ? The emphasis here is an object of the "Component" type rather than JComponent. I tried the following method, but it return an all black image, what's wrong with it ? public static BufferedImage Get_Component_Image(Component my...

creating a pure javascript based video player

Hi, can anyone tell me if we can create a video player purely in javascript? if yes then please suggest some guidelines and process like how will the buffering and streaming be achieved? using ajax in this case? is there any way to read local video files using javascript? etc. NOTE: I am not talking about HTML 5. Thanks ...

How to get a BufferedImage from a non light weight Component in java ?

I used the following method try to get a BufferedImage from a non light weight Component, but I got a black image, so it didn't work, the component I passed to it is a WebBrowser object from JDIC, it's a non light weight Component : public static BufferedImage getComponentImage(Component aComponent,Rectangle region) throws IOException...

Symfony 1.4 - set template for component / partial

Hi everyone! I'm trying to set a different template for components/partials, but nothing works. Here is the problem, the pattern is in another folder, not a folder module. Can I somehow set the template for a component/partial from another folder? ...

Android - Defining Custom Component Layouts in XML

hi all, i'm reading the android developer docs on creating custom components and one thing that's unclear, is whether you can define the layout of your component using xml and then reuse that across class libraries. like, say for instance, i want to create a class library called myComponents, and in there i want to have myTehAwesumsWid...

Get metadata about components in NHibernate

So, you can use NHibernate.ISessionFactory.GetClassMetadata(System.Type) to get information about a mapped entity class in NHibernate. However when the type is mapped as a component, GetClassMetadata blows up with an exception stating that the class is not an entity. Is there a way to retrieve metadata information about a mapped compon...

Weird CakePHP (1.3) Pagination component behaviour

Hi, I have a users list page where the result can be modified by using gender, city and country selects (dropdowns), and it's working perfectly fine. As we have a lot of users I need to put a pagination as well, and here comes the "weird" part (I am sure it's not weird but I just cannot figure out where the problem comes from): when I se...