components

Joomla Form builder download!

Hello, I am searching the joomla component that generate form fields (Form Builder) with database fields. So anybody know the component for installation. Please provide me a link to download component. ...

Why is Fluent NHibernate ignoring my unique constraint on a component?

In my map I have: Component( x => x.ExposureKey, m => { m.Map(x => x.AsOfDate).Not.Nullable(); m.Map(x => x.ExposureId).Length(30).Not.Nullable(); } ).Unique(); The relevant output from the HBM is <component name="ExposureKey" insert="true" update="true" optimistic-lock="true" class="Some.Namespace.CreditE...

How to work with files in XPCOM

Hi all, I'm writing a Mozilla component to get all the links from a page an write them into a file using XPCOM and C++. I get all the links into an array like this: //doc is a pointer to nsIDOMDocument doc->GetElementsByTagName(NS_LITERAL_STRING("A"), getter_AddRefs(nodeList)); nodeList->GetLength(&nodeNumb); href = new nsEmbedString[...

How to create your own custom component for Flash builder 4

The project has an AS-file (code below) and i need to sprite this class display to a Flex application. package { import flash.display.BitmapData; import flash.display.Sprite; import flash.events.Event; import flash.filters.BitmapFilterQuality; import flash.filters.BlurFilter; import flash.filters.GlowFilter; ...

Run sysocmgr.exe on remote server using powershell remoting

Hi, I am unable to run remote installation of windows component on a remote server using sysocmgr.exe. It is working with "psexec.exe \ServerName -i sysocmgr.exe /i:%wnidir%\inf\sysoc.inf /u:\path\to\components.txt but I want to achieve the same results using powershell remoting. I have powershell remoting with WinRM working fine, but...

Create a library of AS3 components for Flash

I am looking to build a set of components for Flash that our developers can use throughout future projects. The components are not covered by the standard set of Flash UI components and I don;t think I need to really extend the UI Interface. Instead I would like to be able to distribute a library of FLA (non-compiled) components so that...

Problem with reloadComponent

I have a UIPickerView with 2 components. And I have 2 Core Data entities, where one has a relationship one-to-many to the second one. I've implemented this 4 delegate functions: - numberOfComponentsInPicker - numberOfRowsInComponent - titleForRow:forComponent - didSelectRow:inComponent where the last one is as: - (void)pickerView:(U...

PDF to HTML/XML Conversion in C#

Hi, There seem to be a lot of tools/components to convert HTML to PDF. I am wondering if there is a .Net component or library that can go the other way around. Given a PDF, convert it into HTML or XML or any other sort of structured format that can maintain layout information such as headings/titles/paragraphs etc. iTextSharp, AbcPDF, ...

Register Game Object Components in Game Subsystems? (Component-based Game Object design)

I'm creating a component-based game object system. Some tips: GameObject is simply a list of Components. There are GameSubsystems. For example, rendering, physics etc. Each GameSubsystem contains pointers to some of Components. GameSubsystem is a very powerful and flexible abstraction: it represents any slice (or aspect) of the game wo...

AMQP as a component communication channel

I am contemplating the possibility of using AMQP as the "glue" to tie together multiple software components (written in different languages) of a big request processing system. But I don't want the components to blindly insert messages into queues, I want some sort of control over it. So, a "frontend" to the queues is in order - somethi...

Free Newsletter component for joomla 1.5.20

Hi all, I need a simple and flexible component for free to install in my website. I search a lot and found some components like cc newsletter, letter man etc... But i can't to able download. Is there any component which is available to send newsletter for the subscribed users. Kindly help me out of this issue. Thanks in advance. ...

Looking for a recursive GUI (Microsoft & Visual Studio)

Is there a component that presents the user a graphical design a layout like VS does? (Only graphical display functionality needed) That is, he/she could place a label, Image or any 3rd party component that draws something (important!). Thanks! ...

A terminal-like WPF textbox ?

Hello, I am looking for an embeddable interactive console. I want the user to be able to type in some custom commands, and the application to write command responses in it. Would be awesome if it would understand powershell or python, ans supports command completion. I already built my own bash-like terminal, but I do not want to tot...

Float property non-zero default, is it possible?

Hi, I would like to use a float property in my component, but set it to some non-zero default value (let's say it is 1000.0). If I try to do this in the Create, the property start to behave wildly since the default value for floats it 0 (see classes.TWriter.WriteProperty.WriteFloatProp.IsDefaultValue) so when I override some value with ...

Flex: Remove all space around text in label

If I create a mx:Label or mx:Text control in Flex and then set an opaqueBackground to it, I notice that there is some space around the text. I would like to be able to get rid of that space to where the text is completely flush to the top and bottom of the label. Changing the gap, padding, and leading didn't seem to help. Is it possibl...

Use jQuery to update database through Joomla MVC component

Hi I am developing a new version of my Joomla component TTVideo. I'm trying setup a rating system using the jQuery stars plugin. I have the jQuery noconflict issue resolved, however I'm a bit confused as to how to send the vote securely to a helper class that updates the database with the value of the vote. Usually this is done throug...

Scala Swing component sizing

Scala is an awesome language, but unfortunately the library documentation is lacking. How do I change the initial size of a component? I have nothing on it (intentionally), but would like it to be a certain size anyway. I currently have ... contents = new BoxPanel(Orientation.Vertical) { contents += new BoxPanel(Orientation.Horizont...

How do I make the background of a component transparent in Flash

How can I make the background of the Button component transparent in actionscript (or remove it completely) ? I'd like to show a Button component with only the text label, no background, no border. ps. I'm using AS2 ...

MEF: Component authentication

I am building a Windows (Service) application that, in short, consists of a "bootstrapper" and an "engine" (an object loaded by the bootstrapper, which transfers control to it, and then performs the actual tasks of the application). The bootstrapper is a very basic startup routine that has few features that are likely to change. But the ...

Where can I buy commercial SWT components ?

Hello, I'm looking for commercial-grade SWT components such as polished charts, grids, or layout managers (similar to what's available on .Net with DevExpress Charts and Grids for instance). Do you have some pointers to provide ? Thanks! ...