components

Benefit of using DBComboBox over CombBox?

So I'm messing around with a new project in Delphi 2009 and the default components that can be dropped onto a form for accessing data consist of a SQLConnection, DataSource and SQLQuery. If I add a simple select to the query component, say: select name from customers and then drop a DBComboBox on the form and link it up with the Data...

Is there an Actionscript library that can be used to target Flex components in the display list using an xpath-like syntax?

I feel like I've seen something like this before, but not sure where and searches aren't turning up anything useful. A library like this would evaluate xpath-like string expressions that would resolve to references to actual components (if they exist) in a Flex application's display list tree. ...

How could I create a start page for my Java application much like Netbeans start page?

It appears the start page is an html document rendered somehow. I know about jWebPane, but its dead and the only other active solution I can find is to embed firefox which is a huge dependency and eats up a ton of memory. Is there any lightweight solution for this? ...

Build New Joomla Component

I have create new joomla component and I have a problem with menu item for my new component. In local my component is work correctly, but when I uploaded to server my component did not appear in menu item. Please help me. Thank you. ...

UIPickerView maximize component width while scrolling on iPhone

Hi all, My app focuses around the UIPicker. I have three components each with a phrase or a long piece of text. Is it possible to change the width of the picker when the user scrolls the picker (to see the whole phrase)? It would also be nice to have it animated too. Any input is greatly appreciated ...

Function Call inside of Component

Hello. I want to call an App function inside a (I know about the Component scope already). What I mean is this: <mx:Script> <![CDATA[ public someFunction():void { // bla bla bla } </mx:Script> And: <mx:Component> <mx:Label text="{data.something}" click="someFunction()" /> </mx:Component> How can I do some...

.NET WPF Diagrams/Graphs

I need WPF component (beter if it will be free) for easy drawing such process graphics like on the image. Can you give an advice what to use? Thanks. http://img842.imageshack.us/img842/3444/40560107.png ...

Are there any good free file management components for asp .net?

Hi, I'm looking for a decent file management control for ASP .Net that I can integrate into an existing website. The requirement is that the user should be able to upload / download documents of various file types as well as edit / delete them. I've seen the Telerik FileExplorer and it looks ideal. However, I would like to determine wh...

Help with Event-Based Components

I have started to look at Event-Based Components (EBCs), a programming method currently being explored by Ralf Wesphal in Germany, in particular. This is a really interesting and promising way to architect a software solution, and gets close to the age-old idea of being able to stick software components together like Lego :) A good star...

Where is the place to setSize of subcomponents

I have class extended from JPanel. This class contains several other JComponents and a lot of painting. What I did and I know it isn't correct is, I overrided the paintComponent for the paintings, so far so good. But I also set the location and the size for all subcomponents in this method, because they depend on the getWidth and getHe...

Flex 3 Accessing IncludeInLayout in Component Instance

Hi, I've got a Flex 3 question about using includeInLayout with a component instance. So, to access the instance of my component, I used something like this: var _myCard:Card = this["card"+cardNum]; I wanted to "turn-off" the datagrid in the component, so I used bindings on "includeInLayout" and "visible": if(myArray.length == 0){...

Is it allowed to publish for free a beta version of a programm using trial components ?

Hello, can I offer on my website my programm (beta version) for free to test it and searching for bugs when the programm contains control components running in trial mode? I only want to buy the licence when I do the release of the final programm. ...

Creating a thumbnail of a jEditorPane, the text is not rendered

I am trying to create a list where thumbnails are shown for a jEditorPane - similar to how in powerpoint you can see a preview of each slide. However, for some reason the images and backgrounds in my editorpane are rendered but the text is not. Some example code: private void createThumbNailView(javax.swing.event.TreeSelectionEvent evt)...

Joomla 1.5 Article Meta Keywors and Description management

Thx for your time! I am currenly using sh404SEF, and it has "Title and Metas" manager. This is pretty much what I need, the only problem is that if URLs are purged so are title and Metas and it does not have place for keywords. Here is screen shot of what it looks like http://img412.imageshack.us/img412/5624/sh404titlemetasmanager.jpg ...

display error when loading many components to Jframe

I have a JFrame with about 10 components (JLabel, Combobox, Buttons, TextFields). When I start the program, sometimes it doesn't display all of them. I tried repaint in different place and problem still there Any one help me ...

How do I automap a component collection in Fluent NHibernate?

I have a TrackLog that contains a collection of GPS points as a TrackPoint object: public class TrackPoint { public virtual int Id { get; set; } public virtual List<TrackPoint> TrackPoints { get;set; } } public class TrackLog { public virtual double Latitude { get; set; } public virtual double Longitude { get; set; } ...

Is there good planning GUI component (widget) for python?

I'm working on a scheduling app and looking for a calendar, timeline or other planning related GUI component for Python. Are you aware of any ? ...

How to organize repositories with reusable components

I have the following git repositories: ReusableA ReusableB ReusableC Application1 ReusableB and C both depends on ReusableA. Therefore both repositories include ReusableA as a git submodule. Application1 depends on ReusableB and ReusableC, so it includes both as git submodules. However, this should cause the Application1 repository t...

How can I Access Items Selected in a Component from the Main App

How can I Access Items Selected in a Component from the Main App Hi, I've got a component that has a listControl and a couple of RadioButtonGroups. I need to access the selected items in the main application. What's the best/simplest way to create and access the array of selected items. So, the user clicks the button to confirm the se...

Are there any 3rd party UI libraries for Android?

I've seen specialized Android UI libraries like for charting, but none for alternate implementations of controls and containers. Are there any? ...